X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fconfig.h.in;h=a3048e31325e006420e51a8508de0db996710fb3;hb=5378ab6d2bb24fd8d39025be1574d406cf91f141;hp=5b54e689e239f7c33cee6c44bc62cbb066924523;hpb=3062d425fac0473eb5aa2efc0bb002f6ce0cb028;p=chise%2Fxemacs-chise.git.1 diff --git a/src/config.h.in b/src/config.h.in index 5b54e68..a3048e3 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -32,7 +32,12 @@ Boston, MA 02111-1307, USA. */ #undef HAVE_ALLOCA_H #ifndef NOT_C_CODE -#ifdef __GNUC__ +#if defined (__CYGWIN__) +/* We get complaints about redefinitions if we just use the __GNUC__ + definition: stdlib.h also includes alloca.h, which defines it slightly + differently */ +#include +#elif defined (__GNUC__) #define alloca __builtin_alloca #elif defined __DECC #include @@ -374,6 +379,9 @@ void *alloca (); #undef NLIST_STRUCT +/* Do IPv6 hostname canonicalization before IPv4 in getaddrinfo()? */ +#undef IPV6_CANONICALIZE + /* Compile in support for SOCKS? */ #undef HAVE_SOCKS @@ -555,6 +563,19 @@ void *alloca (); if you're working with ASCII files. */ #undef MULE +/* Define this if you want CHISE support + (CHaracter Information Service Environment) */ +#undef CHISE + +/* 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