We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311c521 commit 49f30e8Copy full SHA for 49f30e8
src/include/config.h
@@ -9,7 +9,7 @@
9
#define BLCKSZ 8192
10
11
/* Define to enable readline/history support in psql */
12
-#define HAVE_LIBREADLINE
+/* #undef HAVE_LIBREADLINE */
13
14
/* These two defines are not used until HAVE_LIBREADLINE
15
* are also defined
@@ -18,6 +18,11 @@
18
*/
19
/* #undef HAVE_READLINE_H */
20
21
+/* Define one for either <history.h> or <readline/history.h>
22
+ */
23
+/* #undef HAVE_HISTORY_H */
24
+/* #undef HAVE_READLINE_HISTORY_H */
25
+
26
27
#define HAVE_SYS_SELECT_H
28
#define HAVE_TERMIOS_H
@@ -50,7 +55,6 @@
50
55
# define USE_POSIX_SIGNALS
51
56
# define DISABLE_XOPEN_NLS
52
57
# define HAS_LONG_LONG
53
-# define NEED_ISINF
54
58
# define NEED_UNION_SEMUN
59
# define HAS_TEST_AND_SET
60
# include <sys/mman.h> /* for msemaphore */
0 commit comments