X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fconfig.h.in;h=2596aed3beb74ea932d707efebc397609d7f7ae9;hb=3f711eea68ce5fd586297b43c8d9936cd2ba916f;hp=5b8cefa7f0d842bca493a76ccfa14973952e33a5;hpb=0298dde5c47a900f2542bc7ec6c9dafc92ce3015;p=chise%2Fxemacs-chise.git.1 diff --git a/src/config.h.in b/src/config.h.in index 5b8cefa..2596aed 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -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