diff options
author | Guenter Knauf <fuankg@apache.org> | 2007-04-09 01:21:00 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2007-04-09 01:21:00 +0200 |
commit | cf239921e6fcd6fafc77369d948b79d02cfc4aba (patch) | |
tree | e62f4eeba3fa5433fa29dc16e423d0450983e5d8 /NWGNUmakefile | |
parent | moved a couple of options to the generated def file since -copy option seems ... (diff) | |
download | apache2-cf239921e6fcd6fafc77369d948b79d02cfc4aba.tar.xz apache2-cf239921e6fcd6fafc77369d948b79d02cfc4aba.zip |
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-- | NWGNUmakefile | 5 |
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) # |