]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Small description change to indicate which socket library the NLM in built for
authorBradley Nicholes <bnicholes@apache.org>
Tue, 22 Nov 2005 00:40:46 +0000 (00:40 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 22 Nov 2005 00:40:46 +0000 (00:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@348055 13f79535-47bb-0310-9956-ffa450edef68

NWGNUmakefile

index 06c0fc9456c3a19e16ae6e520ac5d18ed0ac52ee..c1a773be4884100f44730eac3c1353f0cebc2022 100644 (file)
@@ -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,