summaryrefslogtreecommitdiff
path: root/src/include/config.h.in
diff options
context:
space:
mode:
authorBruce Momjian1998-04-05 21:29:49 +0000
committerBruce Momjian1998-04-05 21:29:49 +0000
commitfdb37f073be63ba111235dd0e47181cf93596b26 (patch)
tree6e0a08f0c3e3495f60409235b9a0e47cc07a5d89 /src/include/config.h.in
parent34fec16198ef8a18f69992df0ac7d0bee5a00551 (diff)
this patch solve 2 problemes :
probleme number 1 : - configure can find the library readline , but don't find the header file . so in this case we don't use lib readline . probleme number 2 : - when you have postgres 6.2.1 and readline installed with the same prefix( and generally all your software ) . you can compile the version 6.3 . I use this prefix , when configure ask me for "Additional directories to search for include files" . ( because there a conflict in the header when you compile psql.c ) In this case, you must permut the sequence of directive -I . Erwan MAS
Diffstat (limited to 'src/include/config.h.in')
-rw-r--r--src/include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index 193ff71ff78..58088e87dc5 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -68,6 +68,9 @@
/* Set to 1 if you have <readline/history.h> */
#undef HAVE_READLINE_HISTORY_H
+/* Set to 1 if you have <readline/readline.h> */
+#undef HAVE_READLINE_READLINE_H
+
/* Set to 1 if you have <dld.h> */
#undef HAVE_DLD_H