summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2007-04-08 23:21:00 +0000
committerGuenter Knauf <fuankg@apache.org>2007-04-08 23:21:00 +0000
commitcf239921e6fcd6fafc77369d948b79d02cfc4aba (patch)
treee62f4eeba3fa5433fa29dc16e423d0450983e5d8 /NWGNUmakefile
parent613bff9d847e8263942103ea231b800f91cacba6 (diff)
downloadhttpd-cf239921e6fcd6fafc77369d948b79d02cfc4aba.tar.gz
moved socket type string to build/NWGNUenvironment.inc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@526617 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 0cf5e5cb10..3b5fb35304 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -120,11 +120,6 @@ NLM_NAME = Apache2
# This is used by the link '-desc ' directive.
# If left blank, NLM_NAME will be used.
#
-ifdef USE_STDSOCKETS
-VERSION_SKT = (BSDSOCK)
-else
-VERSION_SKT = (WINSOCK)
-endif
NLM_DESCRIPTION = Apache Web Server $(VERSION_STR) $(VERSION_SKT)
#