X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=config.h.in;h=7f64307dc37f31b17785c1775687ca5ed722afcc;hb=11160342b984a0dca6e051c8b7618c896cdb0173;hp=1ebd53f8406414089fe3b07d3bafd9e8de4d7c39;hpb=b1b41dce461ab21ae9a2bd26d7a00a381a5f81f8;p=pkg%2Fabook.git diff --git a/config.h.in b/config.h.in index 1ebd53f..7f64307 100644 --- a/config.h.in +++ b/config.h.in @@ -16,9 +16,6 @@ /* Define if you have a readline compatible library */ #undef HAVE_LIBREADLINE -/* Define to 1 if you have the header file. */ -#undef HAVE_LINUX_TERMIOS_H - /* Define to 1 if you have the header file. */ #undef HAVE_LOCALE_H @@ -86,9 +83,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H -/* Define to 1 if you have the header file. */ -#undef HAVE_TERMIOS_H - /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H @@ -119,7 +113,7 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define if compiler has function prototypes */ +/* Define to 1 if the C compiler supports function prototypes. */ #undef PROTOTYPES /* Define to 1 if you have the ANSI C header files. */ @@ -128,6 +122,11 @@ /* Version number of package */ #undef VERSION -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ +/* Define like PROTOTYPES; this can be used by system headers. */ +#undef __PROTOTYPES + +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus #undef inline +#endif