From e7aaaac63f2b9499f0a4e4600f6b74f129194afa Mon Sep 17 00:00:00 2001 From: c9s Date: Wed, 21 May 2014 21:58:30 +0800 Subject: [PATCH] delete generated config.h --- config.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index e766a43..b57282b 100644 --- a/config.h +++ b/config.h @@ -2,7 +2,7 @@ /* config.h.in. Generated from configure.ac by autoheader. */ /* "whether graphviz is enable" */ -#define ENABLE_GRAPHVIZ test "x$enable_graphviz" = "xyes" +#define ENABLE_GRAPHVIZ test "x$enable_graphviz" == "xyes" /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 @@ -13,6 +13,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 +/* Define to 1 if you have the header file. */ +#define HAVE_JEMALLOC_JEMALLOC_H 1 + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #define HAVE_MALLOC 1 @@ -91,6 +94,9 @@ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 +/* "use jemalloc" */ +#define USE_JEMALLOC test "x$found_jemalloc" = "xyes" + /* Version number of package */ #define VERSION "1.0.0"