summaryrefslogtreecommitdiff
path: root/ext/nkf/nkf-utf8
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-02 18:36:18 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-02 18:36:18 +0000
commitc298b3fe143c62ecc0997f16a33f95833aa4d966 (patch)
treed5e0c347fe9c71dc804eb78c4842f656c7bc29e4 /ext/nkf/nkf-utf8
parentcf84cf931a640a322582a9e2d340ba3f3c8f9b24 (diff)
* follow original config.h,v 1.7
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/nkf/nkf-utf8')
-rw-r--r--ext/nkf/nkf-utf8/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/nkf/nkf-utf8/config.h b/ext/nkf/nkf-utf8/config.h
index 0f202baafd..2619440bf9 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 にしてください