You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2016/02/09 00:27:27 UTC

svn commit: r1729292 - in /httpd/httpd/trunk/modules/proxy: NWGNUproxy NWGNUproxyajp NWGNUproxybalancer NWGNUproxyfcgi NWGNUproxyftp NWGNUproxyhtp NWGNUproxyscgi NWGNUserf

Author: rjung
Date: Mon Feb  8 23:27:27 2016
New Revision: 1729292

URL: http://svn.apache.org/viewvc?rev=1729292&view=rev
Log:
Netware Makefiles for mod_proxy:
Rephrase comment as Norm suggested.

Modified:
    httpd/httpd/trunk/modules/proxy/NWGNUproxy
    httpd/httpd/trunk/modules/proxy/NWGNUproxyajp
    httpd/httpd/trunk/modules/proxy/NWGNUproxybalancer
    httpd/httpd/trunk/modules/proxy/NWGNUproxyfcgi
    httpd/httpd/trunk/modules/proxy/NWGNUproxyftp
    httpd/httpd/trunk/modules/proxy/NWGNUproxyhtp
    httpd/httpd/trunk/modules/proxy/NWGNUproxyscgi
    httpd/httpd/trunk/modules/proxy/NWGNUserf

Modified: httpd/httpd/trunk/modules/proxy/NWGNUproxy
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/NWGNUproxy?rev=1729292&r1=1729291&r2=1729292&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/NWGNUproxy (original)
+++ httpd/httpd/trunk/modules/proxy/NWGNUproxy Mon Feb  8 23:27:27 2016
@@ -210,7 +210,7 @@ FILES_nlm_Ximports = \
 	@libc.imp \
 	$(EOLIST)
 
-# Don't link with Winsock if standard sockets are being used
+# Link with Winsock if standard sockets are NOT being used.
 ifndef USE_STDSOCKETS
 FILES_nlm_Ximports += @ws2nlm.imp \
 	$(EOLIST)

Modified: httpd/httpd/trunk/modules/proxy/NWGNUproxyajp
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/NWGNUproxyajp?rev=1729292&r1=1729291&r2=1729292&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/NWGNUproxyajp (original)
+++ httpd/httpd/trunk/modules/proxy/NWGNUproxyajp Mon Feb  8 23:27:27 2016
@@ -213,7 +213,7 @@ FILES_nlm_Ximports = \
 	@libc.imp \
 	$(EOLIST)
 
-# Don't link with Winsock if standard sockets are being used
+# Link with Winsock if standard sockets are NOT being used.
 ifndef USE_STDSOCKETS
 FILES_nlm_Ximports += @ws2nlm.imp \
 	$(EOLIST)

Modified: httpd/httpd/trunk/modules/proxy/NWGNUproxybalancer
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/NWGNUproxybalancer?rev=1729292&r1=1729291&r2=1729292&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/NWGNUproxybalancer (original)
+++ httpd/httpd/trunk/modules/proxy/NWGNUproxybalancer Mon Feb  8 23:27:27 2016
@@ -209,7 +209,7 @@ FILES_nlm_Ximports = \
 	@libc.imp \
 	$(EOLIST)
 
-# Don't link with Winsock if standard sockets are being used
+# Link with Winsock if standard sockets are NOT being used.
 ifndef USE_STDSOCKETS
 FILES_nlm_Ximports += @ws2nlm.imp \
 	$(EOLIST)

Modified: httpd/httpd/trunk/modules/proxy/NWGNUproxyfcgi
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/NWGNUproxyfcgi?rev=1729292&r1=1729291&r2=1729292&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/NWGNUproxyfcgi (original)
+++ httpd/httpd/trunk/modules/proxy/NWGNUproxyfcgi Mon Feb  8 23:27:27 2016
@@ -210,7 +210,7 @@ FILES_nlm_Ximports = \
 	@libc.imp \
 	$(EOLIST)
 
-# Don't link with Winsock if standard sockets are being used
+# Link with Winsock if standard sockets are NOT being used.
 ifndef USE_STDSOCKETS
 FILES_nlm_Ximports += @ws2nlm.imp \
 	$(EOLIST)

Modified: httpd/httpd/trunk/modules/proxy/NWGNUproxyftp
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/NWGNUproxyftp?rev=1729292&r1=1729291&r2=1729292&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/NWGNUproxyftp (original)
+++ httpd/httpd/trunk/modules/proxy/NWGNUproxyftp Mon Feb  8 23:27:27 2016
@@ -209,7 +209,7 @@ FILES_nlm_Ximports = \
 	@libc.imp \
 	$(EOLIST)
 
-# Don't link with Winsock if standard sockets are being used
+# Link with Winsock if standard sockets are NOT being used.
 ifndef USE_STDSOCKETS
 FILES_nlm_Ximports += @ws2nlm.imp \
 	$(EOLIST)

Modified: httpd/httpd/trunk/modules/proxy/NWGNUproxyhtp
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/NWGNUproxyhtp?rev=1729292&r1=1729291&r2=1729292&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/NWGNUproxyhtp (original)
+++ httpd/httpd/trunk/modules/proxy/NWGNUproxyhtp Mon Feb  8 23:27:27 2016
@@ -209,7 +209,7 @@ FILES_nlm_Ximports = \
 	@libc.imp \
 	$(EOLIST)
 
-# Don't link with Winsock if standard sockets are being used
+# Link with Winsock if standard sockets are NOT being used.
 ifndef USE_STDSOCKETS
 FILES_nlm_Ximports += @ws2nlm.imp \
 	$(EOLIST)

Modified: httpd/httpd/trunk/modules/proxy/NWGNUproxyscgi
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/NWGNUproxyscgi?rev=1729292&r1=1729291&r2=1729292&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/NWGNUproxyscgi (original)
+++ httpd/httpd/trunk/modules/proxy/NWGNUproxyscgi Mon Feb  8 23:27:27 2016
@@ -209,7 +209,7 @@ FILES_nlm_Ximports = \
 	@libc.imp \
 	$(EOLIST)
 
-# Don't link with Winsock if standard sockets are being used
+# Link with Winsock if standard sockets are NOT being used.
 ifndef USE_STDSOCKETS
 FILES_nlm_Ximports += @ws2nlm.imp \
 	$(EOLIST)

Modified: httpd/httpd/trunk/modules/proxy/NWGNUserf
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/NWGNUserf?rev=1729292&r1=1729291&r2=1729292&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/NWGNUserf (original)
+++ httpd/httpd/trunk/modules/proxy/NWGNUserf Mon Feb  8 23:27:27 2016
@@ -296,7 +296,7 @@ FILES_nlm_Ximports = \
 	GetSuperHighResolutionTimer \
 	$(EOLIST)
 
-# Don't link with Winsock if standard sockets are being used
+# Link with Winsock if standard sockets are NOT being used.
 ifndef USE_STDSOCKETS
 FILES_nlm_Ximports += @ws2nlm.imp \
 	$(EOLIST)