summaryrefslogtreecommitdiff
path: root/build/NWGNUmakefile
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2005-04-14 23:42:21 +0000
committerBradley Nicholes <bnicholes@apache.org>2005-04-14 23:42:21 +0000
commit6905d3d9d5da41176e547742c8c04d434cde2056 (patch)
tree36215a9131a7eb10cfa3907b4dbb6d4a155465b5 /build/NWGNUmakefile
parent8fa473da4301bfc766fcf3908f336b7c1e0dee8a (diff)
downloadhttpd-6905d3d9d5da41176e547742c8c04d434cde2056.tar.gz
Allow httpd on NetWare to build using either the standard socket libraries or the Winsock libraries.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161368 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUmakefile')
-rw-r--r--build/NWGNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/NWGNUmakefile b/build/NWGNUmakefile
index a9205c2ec4..582c2c9332 100644
--- a/build/NWGNUmakefile
+++ b/build/NWGNUmakefile
@@ -39,7 +39,7 @@ cc.opt : NWGNUmakefile $(AP_WORK)\build\NWGNUenvironment.inc $(AP_WORK)\build\NW
@echo -EP >> $@
@echo -nosyspath >> $@
@echo -w nocmdline >> $@
- @echo -DNETWARE >> $@
+ @echo $(DEFINES) >> $@
@echo -DCORE_PRIVATE >> $@
@echo -I..\include >> $@
@echo -I..\modules\http >> $@