aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-03-23 14:21:06 -0700
committerGuy Harris <guy@alum.mit.edu>2018-03-23 22:39:07 +0000
commitd12a41b17a006ccc1b0f98e9df3fc442e4ee7643 (patch)
tree009988dd542bad8784861bce8bb0df0483ba122a /cmakeconfig.h.in
parenta7edc4f25f1cffb452959e2093fe7b2a65e75d79 (diff)
Include alloca.h if we have it.
Bug: 14552 Change-Id: I799691f7f33ca56748ed4e51d7d548f37769837b Reviewed-on: https://code.wireshark.org/review/26611 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index e5f12e3f49..566bfc9d34 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -41,6 +41,9 @@
/* Enable AirPcap */
#cmakedefine HAVE_AIRPCAP 1
+/* Define to 1 if you have the <alloca.h> header file. */
+#cmakedefine HAVE_ALLOCA_H 1
+
/* Define to 1 if you have the <arpa/inet.h> header file. */
#cmakedefine HAVE_ARPA_INET_H 1