aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-30 17:23:47 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-30 17:23:47 +0000
commitb4e821bf0f3f0297114277cdde022b3cdc0594ae (patch)
tree571ef34847ff508e796db91ca5e3c91a7e719866 /config.h.win32
parent59a1af9c994710f2ddd1545441b32b8412f3e4bb (diff)
Remove outdated comments regarding ZLIB_DLL. We don't have to define this before including zlib.h. This is automatically done if _WIN32 is defined
svn path=/trunk/; revision=29632
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win324
1 files changed, 0 insertions, 4 deletions
diff --git a/config.h.win32 b/config.h.win32
index fd93726b6c..8c21e52deb 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -282,10 +282,6 @@
#define popen _popen
#define pclose _pclose
-/* Needed for zlib, according to http://www.winimage.com/zLibDll/ */
-/*#define ZLIB_DLL 1
-#define _WINDOWS 1*/
-
/* Name of package */
#define PACKAGE "wireshark"