(coded-charset-entity-reference-alist): Add setting for
[chise/xemacs-chise.git.1] / src / config.h.in
index 5b8cefa..2596aed 100644 (file)
@@ -583,6 +583,22 @@ void *alloca ();
    if you're working with ASCII files. */
 #undef MULE
 
+/* Define this if you want CONCORD support */
+#undef HAVE_CONCORD
+
+/* Define this if you want CHISE support
+   (CHaracter Information Service Environment) */
+#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). */
+#undef UTF2000
+
+#undef CHAR_IS_UCS4
+
 /* Define this if you want file coding support */
 #undef FILE_CODING