Fix for bug 881. Adding processing of error packet when server greeting is expected.
[obnox/wireshark/wip.git] / config.h.win32
index 9bda22e3bf450a0fe1070687e5522061a40d988b..a78f6254bcd2bba023eaf2efd2e348e5472325a8 100644 (file)
 #define __STDC__ 0
 #endif
 
+/* Use Unicode in Windows runtime functions. */
+#define UNICODE 1
+#define _UNICODE 1
+
 /* Define if you have the ANSI C header files.  */
 #define STDC_HEADERS 1
 
 /* Define to use the Nettle library */
 @HAVE_NETTLE@
 
+/* Define to use the gnutls library */
+@HAVE_GNUTLS@
+
+/* Define to use Lua */
+@HAVE_LUA@
+@HAVE_LUA_5_1@
+
 #ifndef WIN32
 #define WIN32                  1
 #endif