diff options
| author | Bruce Momjian | 1999-11-04 21:46:40 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-11-04 21:46:40 +0000 |
| commit | 7791e8c0010aa5f9cc028ec876e24b047637c494 (patch) | |
| tree | 537da3a8110aa356ab5510d7ffea09d5fefae469 /src/include | |
| parent | 1696dd11214da3c719c467abe072e4b83d354cfb (diff) | |
Improve getopt and readline support, from Peter Eisentraut.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/config.h.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 698526e7da2..ef25d6ddcb3 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -285,7 +285,7 @@ #undef HAVE_STRICMP /* Set to 1 if you have libreadline and it includes history functions */ -#undef HAVE_HISTORY +#undef HAVE_HISTORY_IN_READLINE /* * Block of parameters for the ODBC code. @@ -431,6 +431,10 @@ extern void srandom(unsigned int seed); /* Set to 1 if you have libhistory.a */ #undef HAVE_LIBHISTORY +/* Set to 1 if you have getopt_long() (GNU long options) */ +#undef HAVE_GETOPT_LONG + + /* * On architectures for which we have not implemented spinlocks (or * cannot do so), we use System V semaphores. We also use them for |
