(HAVE_CHISE): Renamed from `CHISE'.
authortomo <tomo>
Mon, 6 Oct 2003 02:44:44 +0000 (02:44 +0000)
committertomo <tomo>
Mon, 6 Oct 2003 02:44:44 +0000 (02:44 +0000)
(HAVE_LIBCHISE): New macro.

src/config.h.in

index cf2fd95..a9a1b8a 100644 (file)
@@ -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). */