1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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.
This commit is contained in:
Tom Lane
2006-10-05 00:07:45 +00:00
parent 03ea9ecbda
commit 9e6c3582dd
3 changed files with 465 additions and 9 deletions

View File

@ -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