You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Roy Fielding <fi...@hyperreal.com> on 1997/03/29 02:42:35 UTC

cvs commit: apache/src CHANGES conf.h

fielding    97/03/28 17:42:35

  Modified:    src       CHANGES conf.h
  Log:
  Defined HAVE_SHMGET for shared memory on Linux.
  
  Submitted by: Dean Gaudet
  Reviewed by: Jim Jagielski, Roy Fielding
  
  Revision  Changes    Path
  1.212     +2 -0      apache/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.211
  retrieving revision 1.212
  diff -C3 -r1.211 -r1.212
  *** CHANGES	1997/03/24 22:49:08	1.211
  --- CHANGES	1997/03/29 01:42:32	1.212
  ***************
  *** 1,5 ****
  --- 1,7 ----
    Changes with Apache 1.2b8
    
  +   *) Defined HAVE_SHMGET for shared memory on Linux.  [Dean Gaudet]
  + 
      *) Report extra info from errno with many errors that cause httpd to exit.
         spawn_child, popenf, and pclosef now have valid errno returns in the
         event of an error.  Correct problems where errno was stomped on
  
  
  
  1.89      +1 -0      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -C3 -r1.88 -r1.89
  *** conf.h	1997/03/24 22:54:51	1.88
  --- conf.h	1997/03/29 01:42:32	1.89
  ***************
  *** 254,259 ****
  --- 254,260 ----
    #undef NO_KILLPG
    #undef NO_SETSID
    #undef NEED_STRDUP
  + #define HAVE_SHMGET
    #define JMP_BUF sigjmp_buf
    #define USE_FCNTL_SERIALIZED_ACCEPT
    #include <sys/time.h>