aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-03-01 21:31:07 +0000
committerGerald Combs <gerald@wireshark.org>2006-03-01 21:31:07 +0000
commit050525cfb532ad640dc8bc2b9cbd6815bb7b7e60 (patch)
treecfb49e2e8705730b9a1b04065d134865f62543d1 /config.h.win32
parent873321aa302a028792dd8a396143624269d1c445 (diff)
Add Lua support by default for Win32. Fix some compilation problems.
Add Lua information to the version paragraph. svn path=/trunk/; revision=17440
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win325
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h.win32 b/config.h.win32
index 173466bc70..dcd9094f40 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -193,9 +193,12 @@
/* Define to use the Nettle library */
@HAVE_NETTLE@
-/* Define to use the gnutls library*/
+/* Define to use the gnutls library */
@HAVE_GNUTLS@
+/* Define to use Lua */
+@HAVE_LUA@
+
#ifndef WIN32
#define WIN32 1
#endif