summaryrefslogtreecommitdiff
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-03-30 15:55:15 -0700
committerGuy Harris <guy@alum.mit.edu>2015-03-30 22:55:49 +0000
commitc3c8552aa1ae4ecd3fe47e19d33079d04c0e2cf9 (patch)
treeb7e480c2ed5df28e4752b4b6665ceee03d7a764c /cmakeconfig.h.in
parent9670f05384312a9c287e91f0fcc2accc0a35dfdd (diff)
downloadwireshark-c3c8552aa1ae4ecd3fe47e19d33079d04c0e2cf9.tar.gz
Add the new #defines to cmakeconfig.h.in.
Unlike autoconf, which can generate config.h.in based on the contents of the configure script, CMake requires that cmakeconfig.h.in be updated separately. Change-Id: I78ead3bae41667bd7c452329485a819ac34bce5e Reviewed-on: https://code.wireshark.org/review/7859 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index b8e15177d3..b5d3cf990b 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -151,6 +151,12 @@
/* Define to use libz library */
#cmakedefine HAVE_LIBZ 1
+/* Define to 1 if you have the <linux/sockios.h> header file. */
+#cmakedefine HAVE_LINUX_SOCKIOS_H 1
+
+/* Define to 1 if you have the <linux/if_bonding.h> header file. */
+#cmakedefine HAVE_LINUX_IF_BONDING_H 1
+
/* Define to use Lua */
#cmakedefine HAVE_LUA 1