From cd930f027c497ba4565644f8822a06cdd8e6cd29 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 11 Mar 2002 17:27:35 +0000 Subject: [PATCH] (UTF2000): Add comment. (HAVE_CHISE_CLIENT): New macro. --- src/config.h.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config.h.in b/src/config.h.in index eb0f45e..ca4037f 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -550,10 +550,15 @@ void *alloca (); if you're working with ASCII files. */ #undef MULE +/* Define this if you want UTF-2000 support (character representation + based on character object model). */ #undef UTF2000 #undef CHAR_IS_UCS4 +/* Compile in support for external character database. */ +#undef HAVE_CHISE_CLIENT + /* Define this if you want file coding support */ #undef FILE_CODING -- 1.7.10.4