From ed2db326a80ef3d91c177ed206a67779a38774a6 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Wed, 20 Apr 2005 19:44:43 +0000 Subject: [PATCH] use BSD sockets when building for IPV6 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@162054 13f79535-47bb-0310-9956-ffa450edef68 --- build/NWGNUenvironment.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 4bc506ae6b2..44622361049 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -116,6 +116,12 @@ CPP = mwccnlm LINK = mwldnlm LIB = mwldnlm -type library -w nocmdline +ifdef IPV6 +ifndef USE_STDSOCKETS +USE_STDSOCKETS=1 +endif +endif + NOVI = $(NOVELLLIBC)\imports INCDIRS = $(NOVELLLIBC)\include;$(NOVELLLIBC)\include\nks;$(NOVELLLIBC)\include\winsock; -- 2.47.2