summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorPeter Eisentraut2002-04-10 22:47:09 +0000
committerPeter Eisentraut2002-04-10 22:47:09 +0000
commit5c1f31d2d47110f49d16bd56295125d656401855 (patch)
tree8e3cd0ad3576df4af07ede841db0f68b3908a2b7 /src/include
parent563673e15db995b6f531b44be7bb162330ac157a (diff)
Readline and Zlib now required by default. Add options --without-readline
and --without-zlib to turn them off.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pg_config.h.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index cd27d28fa3c..2cfe5b16d6a 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -8,7 +8,7 @@
* or in pg_config.h afterwards. Of course, if you edit pg_config.h, then your
* changes will be overwritten the next time you run configure.
*
- * $Id: pg_config.h.in,v 1.20 2002/04/03 05:39:33 petere Exp $
+ * $Id: pg_config.h.in,v 1.21 2002/04/10 22:47:09 petere Exp $
*/
#ifndef PG_CONFIG_H
@@ -420,9 +420,6 @@
/* Define if you have the stricmp function. */
#undef HAVE_STRICMP
-/* 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
@@ -590,9 +587,6 @@ extern int fdatasync(int fildes);
/* Set to 1 if you have libreadline.a */
#undef HAVE_LIBREADLINE
-/* Set to 1 if you have libhistory.a */
-#undef HAVE_LIBHISTORY
-
/* Set to 1 if your libreadline defines rl_completion_append_character */
#undef HAVE_RL_COMPLETION_APPEND_CHARACTER