Skip to content

Commit 49f30e8

Browse files
committed
Some fixes for using configure under sparc_solaris
1 parent 311c521 commit 49f30e8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/include/config.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define BLCKSZ 8192
1010

1111
/* Define to enable readline/history support in psql */
12-
#define HAVE_LIBREADLINE
12+
/* #undef HAVE_LIBREADLINE */
1313

1414
/* These two defines are not used until HAVE_LIBREADLINE
1515
* are also defined
@@ -18,6 +18,11 @@
1818
*/
1919
/* #undef HAVE_READLINE_H */
2020

21+
/* Define one for either <history.h> or <readline/history.h>
22+
*/
23+
/* #undef HAVE_HISTORY_H */
24+
/* #undef HAVE_READLINE_HISTORY_H */
25+
2126

2227
#define HAVE_SYS_SELECT_H
2328
#define HAVE_TERMIOS_H
@@ -50,7 +55,6 @@
5055
# define USE_POSIX_SIGNALS
5156
# define DISABLE_XOPEN_NLS
5257
# define HAS_LONG_LONG
53-
# define NEED_ISINF
5458
# define NEED_UNION_SEMUN
5559
# define HAS_TEST_AND_SET
5660
# include <sys/mman.h> /* for msemaphore */

0 commit comments

Comments
 (0)