X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=readline%2Fconfig.h.in;h=c194e761a457419c4c7f8e0da634f3b3139906fb;hb=fca8e23c31e6ec37bdcb5cf1d981a39d1e6fb6f6;hp=b4aae982a7b39cbeddd421a6850c2732445578cd;hpb=b585a9fad59f9d0c07681778b97d36b67bd9748d;p=deliverable%2Fbinutils-gdb.git diff --git a/readline/config.h.in b/readline/config.h.in index b4aae982a7..c194e761a4 100644 --- a/readline/config.h.in +++ b/readline/config.h.in @@ -1,9 +1,21 @@ /* config.h.in. Maintained by hand. */ +/* Template definitions for autoconf */ +#undef __EXTENSIONS__ +#undef _ALL_SOURCE +#undef _GNU_SOURCE +#undef _POSIX_SOURCE +#undef _POSIX_1_SOURCE +#undef _POSIX_PTHREAD_SEMANTICS +#undef _TANDEM_SOURCE +#undef _MINIX + /* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte characters, even if the OS supports them. */ #undef NO_MULTIBYTE_SUPPORT +#undef _FILE_OFFSET_BITS + /* Define if on MINIX. */ #undef _MINIX @@ -13,12 +25,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 +57,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 +113,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 @@ -159,6 +196,9 @@ /* Define if you have the header file. */ #undef HAVE_TERMCAP_H +/* Define if you have the header file. */ +#undef HAVE_NCURSES_TERMCAP_H + /* Define if you have the header file. */ #undef HAVE_TERMIO_H @@ -174,11 +214,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 +272,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