diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index bd808780a2..c54190e29a 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -1,4 +1,4 @@ -/* include/config.h.in. Generated automatically from configure.in by autoheader. */ +/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define if on AIX 3. System headers sometimes define this. @@ -1050,6 +1050,9 @@ /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET +/* Do we have rl_completion_matches? */ +#undef HAVE_NEW_LIBREADLINE + /* Define if you have working AF_LOCAL sockets */ #undef HAVE_WORKING_AF_LOCAL |