summaryrefslogtreecommitdiff
path: root/src/include/config.h
diff options
context:
space:
mode:
authorMarc G. Fournier1997-01-25 21:55:37 +0000
committerMarc G. Fournier1997-01-25 21:55:37 +0000
commit49f30e80fccfff1fc2df3854e01de448ce5a309f (patch)
treea7461a49a33664c143fc560fd8f2d599f4c9e2d7 /src/include/config.h
parent311c521d9674c2e1fdab186dac8c1a23f95a2030 (diff)
Some fixes for using configure under sparc_solaris
Diffstat (limited to 'src/include/config.h')
-rw-r--r--src/include/config.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/include/config.h b/src/include/config.h
index f36ddf91197..fd74b272815 100644
--- a/src/include/config.h
+++ b/src/include/config.h
@@ -9,7 +9,7 @@
#define BLCKSZ 8192
/* Define to enable readline/history support in psql */
-#define HAVE_LIBREADLINE
+/* #undef HAVE_LIBREADLINE */
/* These two defines are not used until HAVE_LIBREADLINE
* are also defined
@@ -18,6 +18,11 @@
*/
/* #undef HAVE_READLINE_H */
+/* Define one for either <history.h> or <readline/history.h>
+ */
+/* #undef HAVE_HISTORY_H */
+/* #undef HAVE_READLINE_HISTORY_H */
+
#define HAVE_SYS_SELECT_H
#define HAVE_TERMIOS_H
@@ -50,7 +55,6 @@
# define USE_POSIX_SIGNALS
# define DISABLE_XOPEN_NLS
# define HAS_LONG_LONG
-# define NEED_ISINF
# define NEED_UNION_SEMUN
# define HAS_TEST_AND_SET
# include <sys/mman.h> /* for msemaphore */