X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=config.h.in;h=fd815a86db47f64557c81cfeba718f40d0aa7fc5;hb=c38bc4bc5254bd5925d8567e7ff1554a7844b8c7;hp=5cba7f788367f3f110e42a60a342244ce767b7af;hpb=3212da92838c056bcc1cafa57beaf26086e2ac96;p=pkg%2Fabook.git diff --git a/config.h.in b/config.h.in index 5cba7f7..fd815a8 100644 --- a/config.h.in +++ b/config.h.in @@ -1,11 +1,11 @@ /* config.h.in. Generated automatically from configure.in by autoheader. */ +/* Define if you have the strcoll function and it is properly defined. */ +#undef HAVE_STRCOLL + /* Define as __inline if that's what the C compiler calls it. */ #undef inline -/* Define if you need to in order for stat and other things to work. */ -#undef _POSIX_SOURCE - /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -15,14 +15,15 @@ #undef HAVE_SNPRINTF #undef HAVE_VSNPRINTF -#undef USE_ASCII_ONLY - /* Define if you have the resizeterm function. */ #undef HAVE_RESIZETERM /* Define if you have the setlocale function. */ #undef HAVE_SETLOCALE +/* Define if you have the header file. */ +#undef HAVE_HISTORY_H + /* Define if you have the header file. */ #undef HAVE_LINUX_TERMIOS_H @@ -32,6 +33,15 @@ /* Define if you have the header file. */ #undef HAVE_NCURSES_H +/* Define if you have the header file. */ +#undef HAVE_READLINE_H + +/* Define if you have the header file. */ +#undef HAVE_READLINE_HISTORY_H + +/* Define if you have the header file. */ +#undef HAVE_READLINE_READLINE_H + /* Define if you have the header file. */ #undef HAVE_STRING_H @@ -53,3 +63,9 @@ /* Define if compiler has function prototypes */ #undef PROTOTYPES +/* Define if you have a readline compatible library */ +#undef HAVE_LIBREADLINE + +/* Define if your readline library has `add_history' */ +#undef HAVE_READLINE_HISTORY +