diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-05 00:07:45 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-05 00:07:45 +0000 |
commit | 9e6c3582dda50fe1aa639203358864ca6cb2914b (patch) | |
tree | cf5c2621b332c74cd2aba1ec79213b671dd18856 /src | |
parent | 03ea9ecbdacaaea906b26a1525cd4246dde5aec5 (diff) | |
download | postgresql-9e6c3582dda50fe1aa639203358864ca6cb2914b.tar.gz postgresql-9e6c3582dda50fe1aa639203358864ca6cb2914b.zip |
Second try at fixing libedit configuration for Bob Friesenhahn.
Buildfarm results from 'gazelle' show that there are indeed libedit
versions for which history.h is a needed header, even though it's
apparently been dropped entirely in other versions. Grumble.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 74a0aa24c42..c6fe8879868 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -101,6 +101,9 @@ /* Define to 1 if you have the `dlopen' function. */ #undef HAVE_DLOPEN +/* Define to 1 if you have the <editline/history.h> header file. */ +#undef HAVE_EDITLINE_HISTORY_H + /* Define to 1 if you have the <editline/readline.h> header file. */ #undef HAVE_EDITLINE_READLINE_H |