aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-09-23 05:50:10 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-09-23 05:50:10 +0000
commitd8310ff499f128fddcce7d8d7806a36c94684b82 (patch)
tree45321553d9af0e403ccc88032bc5dc2684cf0944 /Makefile.nmake
parent7cdf98c245f5e5d126ad614d64a1048356e9f1da (diff)
Assume we HAVE_GZCLEARERR on Windows and when using cmake
svn path=/trunk/; revision=34192
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 3b328d78b6..5318820077 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -359,6 +359,7 @@ config.h : config.h.win32 config.nmake
-e "s/@HAVE_KFW@/$(KFW_CONFIG)/" \
-e "s/@HAVE_NETTLE@/$(NETTLE_CONFIG)/" \
-e "s/@HAVE_LIBZ@/$(ZLIB_CONFIG)/" \
+ -e "s/@HAVE_GZCLEARERR@/$(ZLIB_GZCLEARERR_CONFIG)/" \
-e "s/@HAVE_LIBPCAP@/$(WINPCAP_CONFIG)/" \
-e "s/@HAVE_PCAP_FINDALLDEVS@/$(PCAP_FINDALLDEVS_CONFIG)/" \
-e "s/@HAVE_PCAP_DATALINK_NAME_TO_VAL@/$(PCAP_DATALINK_NAME_TO_VAL_CONFIG)/" \