Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit49f30e8

Browse files
committed
Some fixes for using configure under sparc_solaris
1 parent311c521 commit49f30e8

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
#defineBLCKSZ8192
1010

1111
/* Define to enable readline/history support in psql */
12-
#defineHAVE_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
#defineHAVE_SYS_SELECT_H
2328
#defineHAVE_TERMIOS_H
@@ -50,7 +55,6 @@
5055
# define USE_POSIX_SIGNALS
5156
# defineDISABLE_XOPEN_NLS
5257
# define HAS_LONG_LONG
53-
# defineNEED_ISINF
5458
# defineNEED_UNION_SEMUN
5559
# define HAS_TEST_AND_SET
5660
# include<sys/mman.h>/* for msemaphore */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp