diff options
author | Martin Pool <mbp@samba.org> | 2002-01-09 06:38:22 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2002-01-09 06:38:22 +0000 |
commit | a8389eaeb575bcba33bd7d4fd378b342ba4e552a (patch) | |
tree | 302201fdcdd297ccdd477b349bd525299d8e3dd6 /source3/include/config.h.in | |
parent | 8079930620f9b53c468177e0f55c706ada8fd673 (diff) | |
download | samba-a8389eaeb575bcba33bd7d4fd378b342ba4e552a.tar.gz samba-a8389eaeb575bcba33bd7d4fd378b342ba4e552a.tar.bz2 samba-a8389eaeb575bcba33bd7d4fd378b342ba4e552a.zip |
With --enable-dmalloc, also use dmalloc's wrappers around routines
like strcat
(This used to be commit fb8ab69b6f638c41d734282488be91d85b4ec057)
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 |