aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-10 08:23:10 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-10 08:23:10 +0000
commit72ad0013e23397dbf7bf2d68bbb11e9df14930ec (patch)
tree7fc8d2e0a4cad83485714e82fe89a7f45d1d2bfb /config.h.win32
parentc8e0195400a5cda24ac882a615ce122ffd3bbb43 (diff)
From Ulf Lamping: define HAVE_LIBZ in the top-level config.h.win32, as
it's defined in the Wiretap config.h.win32. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6243 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.win32 b/config.h.win32
index 5954d429ac..530ec19993 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,4 +1,4 @@
-/* $Id: config.h.win32,v 1.35 2002/06/23 10:32:11 guy Exp $ */
+/* $Id: config.h.win32,v 1.36 2002/09/10 08:23:10 guy Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -106,7 +106,7 @@
/* #define HAVE_UNISTD_H 1 */
/* Define if you have the z library (-lz). */
-/*#define HAVE_LIBZ 1*/
+#define HAVE_LIBZ 1
#ifndef WIN32
#define WIN32 1