martin      98/02/22 13:14:54

  Modified:    src/include conf.h
  Log:
  Update BS2000 configuration defines
  
  Revision  Changes    Path
  1.183     +2 -2      apache-1.3/src/include/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/include/conf.h,v
  retrieving revision 1.182
  retrieving revision 1.183
  diff -u -u -r1.182 -r1.183
  --- conf.h    1998/02/21 01:42:36     1.182
  +++ conf.h    1998/02/22 21:14:54     1.183
  @@ -466,12 +466,12 @@
   #define NET_SIZE_T size_t
   #define HAVE_SHMGET
   #define USE_SHMGET_SCOREBOARD
  -#ifdef _OSD_POSIX /* BS2000-POSIX mainframe does not have syslog and needs 
initgroups */
  +#ifdef _OSD_POSIX /* BS2000-POSIX mainframe needs initgroups */
   #define NEED_INITGROUPS
   #define NEED_HASHBANG_EMUL /* execve() doesn't start shell scripts by 
default */
  -#undef HAVE_SYSLOG
   #undef HAVE_SHMGET
   #undef USE_SHMGET_SCOREBOARD
  +#undef bzero
   #endif /*_OSD_POSIX*/
   
   #elif defined(UW)
  
  
  

Reply via email to