X-Git-Url: https://git.deb.at/?a=blobdiff_plain;ds=sidebyside;f=config.h.in;h=7f64307dc37f31b17785c1775687ca5ed722afcc;hb=ce5cddb064b82a0103d1e02f5749d8614dcdb6c6;hp=1298c7afb0b9bffcf1f36ef6e79cc6165ff4de56;hpb=9e5f6d00416e4107a5c1b1e30874a2a0119e0f08;p=pkg%2Fabook.git diff --git a/config.h.in b/config.h.in index 1298c7a..7f64307 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,12 @@ /* config.h.in. Generated from configure.in by autoheader. */ +/* Handle multibyte characters */ +#undef HANDLE_MULTIBYTE + +/* Define to 1 if you have the declaration of `wcwidth', and to 0 if you + don't. */ +#undef HAVE_DECL_WCWIDTH + /* Define to 1 if you have the header file. */ #undef HAVE_HISTORY_H @@ -9,18 +16,21 @@ /* 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 +/* Define to 1 if you have the `mbrtowc' function. */ +#undef HAVE_MBRTOWC + +/* Define to 1 if you have the `mbsinit' function. */ +#undef HAVE_MBSINIT + +/* Define to 1 if you have the `mbtowc' function. */ +#undef HAVE_MBTOWC + /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H -/* Define if you have the header file. */ -#undef HAVE_NCURSES - /* Define to 1 if you have the header file. */ #undef HAVE_NCURSES_H @@ -42,7 +52,7 @@ /* Define to 1 if you have the `setlocale' function. */ #undef HAVE_SETLOCALE -/* Define if snprintf is available. */ +/* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF /* Define if you have the header file. */ @@ -73,15 +83,18 @@ /* 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 -/* Define if vsnprintf is available. */ +/* Define to 1 if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF +/* Define if you have the header file. */ +#undef HAVE_WCHAR_H + +/* Define to 1 if you have the `wcwidth' function. */ +#undef HAVE_WCWIDTH + /* Name of package */ #undef PACKAGE @@ -100,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. */ @@ -109,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