From 2b54d314ea5b62570e591035f26c4d475f63581d Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 12 Mar 2003 13:06:34 +0000 Subject: [PATCH] (CHISE): New macro. --- src/config.h.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config.h.in b/src/config.h.in index c9cb723..a3048e3 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -563,6 +563,10 @@ void *alloca (); if you're working with ASCII files. */ #undef MULE +/* Define this if you want CHISE support + (CHaracter Information Service Environment) */ +#undef CHISE + /* Define this if you want UTF-2000 support (character representation based on character object model). */ #undef UTF2000 -- 1.7.10.4