diff options
Diffstat (limited to 'source3/include/config.h.in')
-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 25c6b914b6..1c22c0b5e5 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. @@ -1082,6 +1082,9 @@ /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET +/* Define to turn on dmalloc debugging */ +#undef ENABLE_DMALLOC + /* Do we have rl_completion_matches? */ #undef HAVE_NEW_LIBREADLINE |