aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-11-25 19:20:35 -0800
committerChris Robinson <[email protected]>2012-11-25 19:20:35 -0800
commit0ca7ab2cf81d270ccc9fbaeecbd3c21361e5f82c (patch)
tree9c54d8dd04f65b760d8a9afc603b09124f320d4a /config.h.in
parenta0c39989f58f80f0ce4d97c4a2d62dffd1046d52 (diff)
Explicitly check for malloc.h
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 21fd7c4c..06c34c81 100644
--- a/config.h.in
+++ b/config.h.in
@@ -107,6 +107,9 @@
/* Define if we have arm_neon.h */
#cmakedefine HAVE_ARM_NEON_H
+/* Define if we have malloc.h */
+#cmakedefine HAVE_MALLOC_H
+
/* Define if we have cpuid.h */
#cmakedefine HAVE_CPUID_H