Ethereal-dev: [Ethereal-dev] Win32 config.h.win32 files, ZLIB_DLL and HAVE_ZLIB

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Biot Olivier <Olivier.Biot@xxxxxxxxxxx>
Date: Thu, 6 May 2004 17:41:05 +0200
Hi list,

Does anyone know why:

1. We still have an epan/config.h.win32?

2. This epan/config.h.win32 file does not contain @HAVE_LIBZ@?

3. All 3 config.h.win32 files contain commented-out defines
   for ZLIB_DLL?

Regards,

Olivier



./config.h.win32
================
<start>
/* Define if you have the z library (-lz).  */
@HAVE_LIBZ@

--
/* Needed for zlib, according to http://www.winimage.com/zLibDll/ */
/*#define ZLIB_DLL                1
#define _WINDOWS                1*/
<end>

./epan/config.h.win32
=====================
<start>
/* Needed for zlib, according to http://www.winimage.com/zLibDll/ */
/*#define ZLIB_DLL                1
#define _WINDOWS                1*/
<end>

./wiretap/config.h.win32
========================
<start>
/* Define if you have the z library (-lz).  */
@HAVE_LIBZ@

--
/* Needed for zlib, according to http://www.winimage.com/zLibDll/ */
/*#define ZLIB_DLL              1
#define _WINDOWS                1*/
<end>