From owner-apache-cvs@hyperreal.com Sat Jun 29 12:59:28 1996 Received: by taz.hyperreal.com (8.6.12/8.6.5) id MAA04573; Sat, 29 Jun 1996 12:59:28 -0700 Received: by taz.hyperreal.com (8.6.12/8.6.5) id MAA04564; Sat, 29 Jun 1996 12:59:27 -0700 Date: Sat, 29 Jun 1996 12:59:27 -0700 From: Ben Laurie Message-Id: <199606291959.MAA04564@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src Configuration.tmpl Sender: owner-apache-cvs@apache.org Precedence: bulk ben 96/06/29 12:59:26 Modified: src Configuration.tmpl Log: Correct spelling mistake in SOCKSification. Revision Changes Path 1.20 +1 -1 apache/src/Configuration.tmpl Index: Configuration.tmpl =================================================================== RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v retrieving revision 1.19 retrieving revision 1.20 diff -C3 -r1.19 -r1.20 *** Configuration.tmpl 1996/06/27 22:35:41 1.19 --- Configuration.tmpl 1996/06/29 19:59:25 1.20 *************** *** 51,57 **** # Apache can be compiled to work over a SOCKS firewall by # adding the following string to your CFLAGS define: # ! # -Dconnect=Rconnect -Dselect=Rselect -Dgethstbyname=Rgethostbyname # # and by adding the following to the EXTRA_LIBS define: # --- 51,57 ---- # Apache can be compiled to work over a SOCKS firewall by # adding the following string to your CFLAGS define: # ! # -Dconnect=Rconnect -Dselect=Rselect -Dgethostbyname=Rgethostbyname # # and by adding the following to the EXTRA_LIBS define: #