diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2005-04-20 19:44:43 +0000 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2005-04-20 19:44:43 +0000 |
commit | ed2db326a80ef3d91c177ed206a67779a38774a6 (patch) | |
tree | b0cb5d737eb748ee08534f4db8d5c18e07db47fd /build | |
parent | 645809dbba9341629b6469d6516786814428748b (diff) | |
download | httpd-ed2db326a80ef3d91c177ed206a67779a38774a6.tar.gz |
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
Diffstat (limited to 'build')
-rw-r--r-- | build/NWGNUenvironment.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 4bc506ae6b..4462236104 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; |