diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake index eae3a4ba886..529e1c7ad1d 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -313,7 +313,11 @@ #define USE_MB 1 #define USE_MB_IDENT 1 -#cmakedefine HAVE_VALGRIND +/* this means that valgrind headers and macros are available */ +#cmakedefine HAVE_VALGRIND 1 + +/* this means WITH_VALGRIND - we change some code paths for valgrind */ +#cmakedefine HAVE_valgrind 1 /* Types we may use */ #ifdef __APPLE__ |