From 56a336ff99f12bfb01fe0362c57aae486bd4d90f Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 6 Oct 2003 02:44:44 +0000 Subject: [PATCH] (HAVE_CHISE): Renamed from `CHISE'. (HAVE_LIBCHISE): New macro. --- src/config.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/config.h.in b/src/config.h.in index cf2fd95..a9a1b8a 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -567,7 +567,10 @@ void *alloca (); /* Define this if you want CHISE support (CHaracter Information Service Environment) */ -#undef CHISE +#undef HAVE_CHISE + +/* Define if you are using libchise */ +#undef HAVE_LIBCHISE /* Define this if you want UTF-2000 support (character representation based on character object model). */ -- 1.7.10.4