diff options
Diffstat (limited to 'src/include/config.h.in')
-rw-r--r-- | src/include/config.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 9d76e3af6a6..2293c68f539 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -63,7 +63,7 @@ #undef HAVE_READLINE_H /* Set to 1 if you have <history.h> */ -#undef HAVE_HISTORY +#undef HAVE_HISTORY_H /* Set to 1 if you have <readline/history.h> */ #undef HAVE_READLINE_HISTORY_H @@ -71,6 +71,9 @@ /* Set to 1 if you have <readline/readline.h> */ #undef HAVE_READLINE_READLINE_H +/* Set to 1 if you have libreadline and it includes history functions */ +#undef HAVE_HISTORY + /* Set to 1 if you have <dld.h> */ #undef HAVE_DLD_H |