From: Bradley Nicholes Date: Tue, 22 Nov 2005 00:40:46 +0000 (+0000) Subject: Small description change to indicate which socket library the NLM in built for X-Git-Tag: 2.2.0^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c8493cf55daf0ec98839bb9617f2760220ab571;p=thirdparty%2Fapache%2Fhttpd.git Small description change to indicate which socket library the NLM in built for git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@348055 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 06c0fc9456c..c1a773be488 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -119,7 +119,12 @@ NLM_NAME = Apache2 # This is used by the link '-desc ' directive. # If left blank, NLM_NAME will be used. # -NLM_DESCRIPTION = Apache Web Server $(VERSION_STR) +ifdef USE_STDSOCKETS +VERSION_SKT = (BSDSOCK) +else +VERSION_SKT = (WINSOCK) +endif +NLM_DESCRIPTION = Apache Web Server $(VERSION_STR) $(VERSION_SKT) # # This is used by the '-threadname' directive. If left blank,