aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-08 14:55:07 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-08 14:55:07 +0000
commit161c490d9c21ae3c3f6352e5013453b1576cdf05 (patch)
tree59685754306a44e068f8e320b6fdb0e94b6c3fe2 /Makefile.nmake
parent126d1ac2ffdbd59e91281d111329e564f3ab34ee (diff)
Remove the 'NEW_PACKET_LIST' defines & etc (since the code no longer supports the old packet list)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36165 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 395f77a199..c6c6252a06 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -387,7 +387,6 @@ config.h : config.h.win32 config.nmake
-e "s/@PORTAUDIO_API_1@/$(PORTAUDIO_API_CONFIG)/" \
-e "s/@HAVE_SMI@/$(SMI_CONFIG)/" \
-e "s/@HAVE_GEOIP@/$(GEOIP_CONFIG)/" \
- -e "s/@HAVE_NEW_PACKET_LIST@/$(NEW_PACKET_LIST_CONFIG)/" \
-e "s/@INET6@/$(INET6_CONFIG)/" \
-e "s/@HAVE_NTDDNDIS_H@/$(NTDDNDIS_CONFIG)/" \
< config.h.win32 > $@