From c3c8552aa1ae4ecd3fe47e19d33079d04c0e2cf9 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 30 Mar 2015 15:55:15 -0700 Subject: [PATCH] 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 --- cmakeconfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 header file. */ +#cmakedefine HAVE_LINUX_SOCKIOS_H 1 + +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_LINUX_IF_BONDING_H 1 + /* Define to use Lua */ #cmakedefine HAVE_LUA 1