diff options
Diffstat (limited to 'src/include/config.h')
-rw-r--r-- | src/include/config.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/config.h b/src/include/config.h index 66737fdf4b3..8dc0548988d 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -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 |