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>
This commit is contained in:
Guy Harris 2015-03-30 15:55:15 -07:00
parent 9670f05384
commit c3c8552aa1
1 changed files with 6 additions and 0 deletions

View File

@ -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