From d457c06e6f73d11b2c21e1382a2e46753d320079 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 2 Feb 2005 18:36:18 +0000 Subject: * follow original config.h,v 1.7 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/nkf/nkf-utf8/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext') 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 にしてください -- cgit