diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-02 18:36:18 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-02 18:36:18 +0000 |
| commit | d457c06e6f73d11b2c21e1382a2e46753d320079 (patch) | |
| tree | d5e0c347fe9c71dc804eb78c4842f656c7bc29e4 /ext | |
| parent | 51d8a94f02df1d51f98a5ac37b5be6c666e2f376 (diff) | |
| download | ruby-d457c06e6f73d11b2c21e1382a2e46753d320079.tar.gz ruby-d457c06e6f73d11b2c21e1382a2e46753d320079.tar.xz ruby-d457c06e6f73d11b2c21e1382a2e46753d320079.zip | |
* follow original config.h,v 1.7
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/nkf/nkf-utf8/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/nkf/nkf-utf8/config.h b/ext/nkf/nkf-utf8/config.h index 0f202baaf..2619440bf 100644 --- a/ext/nkf/nkf-utf8/config.h +++ b/ext/nkf/nkf-utf8/config.h @@ -24,6 +24,9 @@ /* --debug, --no-output オプション */ #define CHECK_OPTION +/* JIS X0212 */ +#define X0212_ENABLE + /* --exec-in, --exec-out オプション * pipe, fork, execvp あたりが無いと動きません。 * MS-DOS, MinGW などでは undef にしてください |
