mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Change how readline support is included in psql.c ...
See message to hackers@ mailing list concerning this...
This commit is contained in:
@@ -8,6 +8,17 @@
|
||||
|
||||
#define BLCKSZ 8192
|
||||
|
||||
/* Define to enable readline/history support in psql */
|
||||
/* #undef HAVE_LIBREADLINE */
|
||||
|
||||
/* These two defines are not used until HAVE_LIBREADLINE
|
||||
* are also defined
|
||||
*
|
||||
* Define if <readline.h> vs <readline/readline.h>
|
||||
*/
|
||||
/* #undef HAVE_READLINE_H */
|
||||
|
||||
|
||||
#define HAVE_SYS_SELECT_H
|
||||
#define HAVE_TERMIOS_H
|
||||
#define HAVE_VALUES_H
|
||||
|
Reference in New Issue
Block a user