From: tomo Date: Mon, 11 Mar 2002 17:27:35 +0000 (+0000) Subject: (UTF2000): Add comment. X-Git-Tag: r21-2-44-lazy-n7c~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cd930f027c497ba4565644f8822a06cdd8e6cd29;p=chise%2Fxemacs-chise.git- (UTF2000): Add comment. (HAVE_CHISE_CLIENT): New macro. --- 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