From a8389eaeb575bcba33bd7d4fd378b342ba4e552a Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Wed, 9 Jan 2002 06:38:22 +0000 Subject: With --enable-dmalloc, also use dmalloc's wrappers around routines like strcat (This used to be commit fb8ab69b6f638c41d734282488be91d85b4ec057) --- source3/include/config.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/include/config.h.in') 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 -- cgit