From Ulf Lamping: define HAVE_LIBZ in the top-level config.h.win32, as
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 10 Sep 2002 08:23:10 +0000 (08:23 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 10 Sep 2002 08:23:10 +0000 (08:23 +0000)
it's defined in the Wiretap config.h.win32.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6243 f5534014-38df-0310-8fa8-9805f1628bb7

AUTHORS
config.h.win32

diff --git a/AUTHORS b/AUTHORS
index d532106c3a8812824801a5f6619bacd80c2f4b30..73db54f40c4c393801086e1953558f5ab0e40a40 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1401,6 +1401,7 @@ Ulf Lamping <ulf.lamping[AT]web.de> {
        Change some #define names to avoid name collisions on Windows
            that cause compiler warnings
        Decoding of IEEE float and doubles for DCE-RPC
+       Win32 build cleanups
 }
 
 Matthew Smart <smart[AT]monkey.org> {
index 5954d429ac70c8afa38fcd3fa1383a745d5ece27..530ec19993167c4c29ea5610092dcc2cb42435a5 100644 (file)
@@ -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.  */
 /* #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