Commit e233a75d authored by Guenter Knauf's avatar Guenter Knauf
Browse files

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
parent 4c7ee1fd
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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)

#
+12 −6
Original line number Diff line number Diff line
@@ -140,6 +140,12 @@ ifndef DEBUG
DEFINES	+= -DNDEBUG
endif

ifdef USE_STDSOCKETS
VERSION_SKT = (BSDSOCK)
else
VERSION_SKT = (WINSOCK)
endif

#
# MetroWerks static Libraries