aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-30 17:23:47 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-30 17:23:47 +0000
commit40c4b287588bd4561bd23d2b57619317204f2627 (patch)
tree571ef34847ff508e796db91ca5e3c91a7e719866 /config.h.win32
parenta9f6fa4c087c9844146f3aa8e2a8dff71574dca0 (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
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29632 f5534014-38df-0310-8fa8-9805f1628bb7
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"