X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=readline%2Fconfig.h.in;h=c194e761a457419c4c7f8e0da634f3b3139906fb;hb=16bfc2f9705b40a11052f465b83fea2ec0904ce5;hp=8560c4be9f3bb6cbd1dbf1488716f3d6f774e1f3;hpb=5836a818eccb180d75c92ce4c861abb6fe8dec23;p=deliverable%2Fbinutils-gdb.git diff --git a/readline/config.h.in b/readline/config.h.in index 8560c4be9f..c194e761a4 100644 --- a/readline/config.h.in +++ b/readline/config.h.in @@ -1,5 +1,15 @@ /* 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 @@ -186,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