diff options
Diffstat (limited to 'src/include/config.h.in')
| -rw-r--r-- | src/include/config.h.in | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index bb53769b004..412db86ac28 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -8,7 +8,7 @@ * or in config.h afterwards. Of course, if you edit config.h, then your * changes will be overwritten the next time you run configure. * - * $Id: config.h.in,v 1.139 2000/10/03 03:11:23 momjian Exp $ + * $Id: config.h.in,v 1.140 2000/10/03 19:50:21 petere Exp $ */ #ifndef CONFIG_H @@ -384,8 +384,8 @@ /* Define if you have the stricmp function. */ #undef HAVE_STRICMP -/* Set to 1 if you have libreadline and it includes history functions */ -#undef HAVE_HISTORY_IN_READLINE +/* Set to 1 if you have history functions (either in libhistory or libreadline) */ +#undef HAVE_HISTORY_FUNCTIONS /* Set to 1 if you have <pwd.h> */ #undef HAVE_PWD_H @@ -547,10 +547,7 @@ extern void srandom(unsigned int seed); /* Set to 1 if your libreadline defines rl_completion_append_character */ #undef HAVE_RL_COMPLETION_APPEND_CHARACTER -/* Set to 1 if your libreadline has filename_completion_function */ -#undef HAVE_FILENAME_COMPLETION_FUNCTION - -/* Set to 1 if your readline headers actually declare the above */ +/* Set to 1 if filename_completion_function is declared in the readline header */ #undef HAVE_FILENAME_COMPLETION_FUNCTION_DECL /* Set to 1 if you have getopt_long() (GNU long options) */ |
