Some fixes for using configure under sparc_solaris
authorMarc G. Fournier
Sat, 25 Jan 1997 21:55:37 +0000 (21:55 +0000)
committerMarc G. Fournier
Sat, 25 Jan 1997 21:55:37 +0000 (21:55 +0000)
src/include/config.h

index f36ddf91197ad39829e4badd9e775549089a6439..fd74b272815cf9f317826458c6735a64750508e2 100644 (file)
@@ -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
  */
 /* #undef HAVE_READLINE_H */
 
+/* Define one for either  or  
+ */
+/* #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   /* for msemaphore */