Update autoheader template
This commit is contained in:
parent
e48538c526
commit
03c351dfe0
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
|||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define to 1 if you have the <jemalloc/jemalloc.h> header file. */
|
||||
#undef HAVE_JEMALLOC_JEMALLOC_H
|
||||
|
||||
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
|
||||
to 0 otherwise. */
|
||||
#undef HAVE_MALLOC
|
||||
|
@ -90,6 +93,9 @@
|
|||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS
|
||||
|
||||
/* "use jemalloc" */
|
||||
#undef USE_JEMALLOC
|
||||
|
||||
/* Version number of package */
|
||||
#undef VERSION
|
||||
|
||||
|
|
Loading…
Reference in a new issue