X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=config.h.in;h=1ebd53f8406414089fe3b07d3bafd9e8de4d7c39;hb=b1b41dce461ab21ae9a2bd26d7a00a381a5f81f8;hp=7814dddd793cd249d71c0822ae35a3ed3d179a63;hpb=6e541862e5e10bbc7e71dcafa4ff60f19272c66f;p=pkg%2Fabook.git diff --git a/config.h.in b/config.h.in index 7814ddd..1ebd53f 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,10 @@ /* 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 @@ -18,15 +22,18 @@ /* 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 @@ -48,7 +55,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. */ @@ -85,9 +92,12 @@ /* 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