Received: (from majordom@localhost) by hyperreal.com (8.8.5/8.8.5) id SAA09648; Sat, 28 Jun 1997 18:58:35 -0700 (PDT) Received: (from jim@localhost) by hyperreal.com (8.8.5/8.8.5) id SAA09641 for apache-cvs; Sat, 28 Jun 1997 18:58:33 -0700 (PDT) Date: Sat, 28 Jun 1997 18:58:33 -0700 (PDT) From: Jim Jagielski Message-Id: <199706290158.SAA09641@hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src conf.h Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org jim 97/06/28 18:58:32 Modified: src conf.h Log: Minor A/UX reordering Revision Changes Path 1.106 +3 -4 apache/src/conf.h Index: conf.h =================================================================== RCS file: /export/home/cvs/apache/src/conf.h,v retrieving revision 1.105 retrieving revision 1.106 diff -C3 -r1.105 -r1.106 *** conf.h 1997/06/28 23:07:25 1.105 --- conf.h 1997/06/29 01:58:32 1.106 *************** *** 318,336 **** #define NEED_STRDUP #define JMP_BUF sigjmp_buf /* fcntl() locking is expensive with NFS */ ! #undef USE_FLOCK_SERIALIZED_ACCEPT #define HAVE_SHMGET - #define MOVEBREAK 0x4000000 /* * NOTE: If when you run Apache under A/UX and you get a warning ! * that httpd couldn't move break, then the above value for * MOVEBREAK (64megs) is too large for your setup. Try reducing * to 0x2000000 which is still PLENTY of space. I doubt if * even on heavy systems sbrk() would be called at all... */ #define NO_LINGCLOSE #define NO_SLACK - #define USE_FLOCK_SERIALIZED_ACCEPT #elif defined(SVR4) #define NO_KILLPG --- 318,335 ---- #define NEED_STRDUP #define JMP_BUF sigjmp_buf /* fcntl() locking is expensive with NFS */ ! #define USE_FLOCK_SERIALIZED_ACCEPT #define HAVE_SHMGET /* * NOTE: If when you run Apache under A/UX and you get a warning ! * that httpd couldn't move break, then the below value for * MOVEBREAK (64megs) is too large for your setup. Try reducing * to 0x2000000 which is still PLENTY of space. I doubt if * even on heavy systems sbrk() would be called at all... */ + #define MOVEBREAK 0x4000000 #define NO_LINGCLOSE #define NO_SLACK #elif defined(SVR4) #define NO_KILLPG