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 641f81517a..72ad6fa8b2 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 2.13. */ +/* include/config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if on AIX 3. System headers sometimes define this. @@ -1092,6 +1092,9 @@ /* Define to turn on dmalloc debugging */ #undef ENABLE_DMALLOC +/* Define to check invariants around some common functions */ +#undef DMALLOC_FUNC_CHECK + /* Do we have rl_completion_matches? */ #undef HAVE_NEW_LIBREADLINE |