Received: by taz.hyperreal.com (8.6.12/8.6.5) id KAA11129; Sun, 17 Mar 1996 10:33:54 -0800 Received: by taz.hyperreal.com (8.6.12/8.6.5) id KAA11120; Sun, 17 Mar 1996 10:33:53 -0800 Date: Sun, 17 Mar 1996 10:33:53 -0800 From: Paul Richards Message-Id: <199603171833.KAA11120@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src Configuration.tmpl Sender: owner-apache-cvs@apache.org Precedence: bulk paul 96/03/17 10:33:52 Modified: src Configuration.tmpl Log: Fix botch I made commiting my modified copy. Revision Changes Path 1.7 +2 -2 apache/src/Configuration.tmpl Index: Configuration.tmpl =================================================================== RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C3 -r1.6 -r1.7 *** Configuration.tmpl 1996/03/17 18:23:09 1.6 --- Configuration.tmpl 1996/03/17 18:33:51 1.7 *************** *** 111,119 **** #AUX_CFLAGS= -DAPOLLO # For NetBSD/FreeBSD/BSDI 2.x # -m486 only if you are running on Intel 486/586 ! AUX_CFLAGS= -m486 # BSDI doesn't need -lcrypt ! AUX_LIBS= -lcrypt # For QNX #AUX_CFLAGS= -DQNX #AUX_LFLAGS= -N 0x20000 --- 111,119 ---- #AUX_CFLAGS= -DAPOLLO # For NetBSD/FreeBSD/BSDI 2.x # -m486 only if you are running on Intel 486/586 ! #AUX_CFLAGS= -m486 # BSDI doesn't need -lcrypt ! #AUX_LIBS= -lcrypt # For QNX #AUX_CFLAGS= -DQNX #AUX_LFLAGS= -N 0x20000