aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-08-11 21:59:59 +0000
committerGerald Combs <gerald@wireshark.org>2008-08-11 21:59:59 +0000
commit5906f69b880d1959763d10490da91bc2ae2b3fb7 (patch)
treefd2198e94a66d0bacb020c975412bdde6068bd7a /Makefile.nmake
parent8e032dbc8790734420c2a94fc0863521944ae06b (diff)
On Windows, if we're running anything but plain Visual C++ 6 (including
VC6 plus a platform SDK), set INET6. Use that to figure out if we need to define socklen_t for c-ares. This should fix bug 2797. svn path=/trunk/; revision=25985
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 16b714af68..0399595f83 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -342,6 +342,7 @@ config.h : config.h.win32 config.nmake
-e "s/@HAVE_LIBPORTAUDIO@/$(PORTAUDIO_CONFIG)/" \
-e "s/@PORTAUDIO_API_1@/$(PORTAUDIO_API_CONFIG)/" \
-e "s/@HAVE_SMI@/$(SMI_CONFIG)/" \
+ -e "s/@INET6@/$(INET6_CONFIG)/" \
< config.h.win32 > $@
ps.c : rdps.exe print.ps