Commit 49f30e80 authored by Marc G. Fournier's avatar Marc G. Fournier

Some fixes for using configure under sparc_solaris

parent 311c521d
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#define BLCKSZ 8192 #define BLCKSZ 8192
/* Define to enable readline/history support in psql */ /* Define to enable readline/history support in psql */
#define HAVE_LIBREADLINE /* #undef HAVE_LIBREADLINE */
/* These two defines are not used until HAVE_LIBREADLINE /* These two defines are not used until HAVE_LIBREADLINE
* are also defined * are also defined
...@@ -18,6 +18,11 @@ ...@@ -18,6 +18,11 @@
*/ */
/* #undef HAVE_READLINE_H */ /* #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_SYS_SELECT_H
#define HAVE_TERMIOS_H #define HAVE_TERMIOS_H
...@@ -50,7 +55,6 @@ ...@@ -50,7 +55,6 @@
# define USE_POSIX_SIGNALS # define USE_POSIX_SIGNALS
# define DISABLE_XOPEN_NLS # define DISABLE_XOPEN_NLS
# define HAS_LONG_LONG # define HAS_LONG_LONG
# define NEED_ISINF
# define NEED_UNION_SEMUN # define NEED_UNION_SEMUN
# define HAS_TEST_AND_SET # define HAS_TEST_AND_SET
# include <sys/mman.h> /* for msemaphore */ # include <sys/mman.h> /* for msemaphore */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment