Received: by taz.hyperreal.com (8.7.5/V2.0) id HAA00161; Mon, 23 Sep 1996 07:02:17 -0700 (PDT) Received: by taz.hyperreal.com (8.7.5/V2.0) id HAA00150; Mon, 23 Sep 1996 07:02:16 -0700 (PDT) Date: Mon, 23 Sep 1996 07:02:16 -0700 (PDT) From: Jim Jagielski Message-Id: <199609231402.HAA00150@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src conf.h Sender: owner-apache-cvs@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com jim 96/09/23 07:02:15 Modified: src conf.h Log: Fine tuning Revision Changes Path 1.38 +2 -2 apache/src/conf.h Index: conf.h =================================================================== RCS file: /export/home/cvs/apache/src/conf.h,v retrieving revision 1.37 retrieving revision 1.38 diff -C3 -r1.37 -r1.38 *** conf.h 1996/09/12 21:18:49 1.37 --- conf.h 1996/09/23 14:02:14 1.38 *************** *** 50,56 **** * */ ! /* $Id: conf.h,v 1.37 1996/09/12 21:18:49 jim Exp $ */ /* * conf.h: system-dependant #defines and includes... --- 50,56 ---- * */ ! /* $Id: conf.h,v 1.38 1996/09/23 14:02:14 jim Exp $ */ /* * conf.h: system-dependant #defines and includes... *************** *** 253,259 **** * to 0x2000000 which is still PLENTY of space. I doubt if * even on heavy systems sbrk() would be called at all... */ ! #undef NO_LINGCLOSE #elif defined(SVR4) #define NO_KILLPG --- 253,259 ---- * to 0x2000000 which is still PLENTY of space. I doubt if * even on heavy systems sbrk() would be called at all... */ ! #define NO_LINGCLOSE #elif defined(SVR4) #define NO_KILLPG