X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=readline%2Fconfig.h.in;h=8560c4be9f3bb6cbd1dbf1488716f3d6f774e1f3;hb=cc88a640ca1d0356c5feb40bb48869bab5a2bdce;hp=b4aae982a7b39cbeddd421a6850c2732445578cd;hpb=4cab4add34b167b3902b1cb2873738914103f6ff;p=deliverable%2Fbinutils-gdb.git diff --git a/readline/config.h.in b/readline/config.h.in index b4aae982a7..8560c4be9f 100644 --- a/readline/config.h.in +++ b/readline/config.h.in @@ -4,6 +4,8 @@ characters, even if the OS supports them. */ #undef NO_MULTIBYTE_SUPPORT +#undef _FILE_OFFSET_BITS + /* Define if on MINIX. */ #undef _MINIX @@ -13,12 +15,16 @@ #undef VOID_SIGHANDLER /* Characteristics of the compiler. */ -#undef const +#undef sig_atomic_t #undef size_t #undef ssize_t +#undef const + +#undef volatile + #undef PROTOTYPES #undef __CHAR_UNSIGNED__ @@ -41,6 +47,15 @@ /* Define if you have the isascii function. */ #undef HAVE_ISASCII +/* Define if you have the iswctype function. */ +#undef HAVE_ISWCTYPE + +/* Define if you have the iswlower function. */ +#undef HAVE_ISWLOWER + +/* Define if you have the iswupper function. */ +#undef HAVE_ISWUPPER + /* Define if you have the isxdigit function. */ #undef HAVE_ISXDIGIT @@ -88,11 +103,23 @@ /* Define if you have the tcgetattr function. */ #undef HAVE_TCGETATTR +/* Define if you have the towlower function. */ +#undef HAVE_TOWLOWER + +/* Define if you have the towupper function. */ +#undef HAVE_TOWUPPER + /* Define if you have the vsnprintf function. */ #undef HAVE_VSNPRINTF -/* Define if you have the wctomb function. */ -#undef HAVE_WCTOMB +/* Define if you have the wcrtomb function. */ +#undef HAVE_WCRTOMB + +/* Define if you have the wcscoll function. */ +#undef HAVE_WCSCOLL + +/* Define if you have the wctype function. */ +#undef HAVE_WCTYPE /* Define if you have the wcwidth function. */ #undef HAVE_WCWIDTH @@ -174,11 +201,20 @@ /* Define if you have the header file. */ #undef HAVE_WCHAR_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_WCTYPE_H #undef HAVE_MBSTATE_T +/* Define if you have wchar_t in . */ +#undef HAVE_WCHAR_T + +/* Define if you have wctype_t in . */ +#undef HAVE_WCTYPE_T + +/* Define if you have wint_t in . */ +#undef HAVE_WINT_T + /* Define if you have and nl_langinfo(CODESET). */ #undef HAVE_LANGINFO_CODESET @@ -223,10 +259,6 @@ # define TERMIOS_MISSING #endif -#if defined (STRCOLL_BROKEN) -# undef HAVE_STRCOLL -#endif - #if defined (__STDC__) && defined (HAVE_STDARG_H) # define PREFER_STDARG # define USE_VARARGS