aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-03-03 20:02:15 -0800
committerChris Robinson <[email protected]>2014-03-03 20:02:15 -0800
commita6eb38ea7f89ae21d6621570a148aa3aed5edf54 (patch)
tree82e0c556b1c1e7f6023a39f6da9d707bea341849 /config.h.in
parenta2d9133ffca3bbd6f44b83bedc2021866d0237e6 (diff)
Use alloca for temp space decoding/encoding IMA4 blocks
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 d9582e74..a0c11f36 100644
--- a/config.h.in
+++ b/config.h.in
@@ -116,6 +116,9 @@
/* Define if we have malloc.h */
#cmakedefine HAVE_MALLOC_H
+/* Define if we have alloca.h */
+#cmakedefine HAVE_ALLOCA_H
+
/* Define if we have strings.h */
#cmakedefine HAVE_STRINGS_H