dgaudet     98/01/22 15:22:14

  Modified:    src      CHANGES
  Log:
  I'm sure some folks rely on these tokens... and would like to know they 
changed
  
  Revision  Changes    Path
  1.590     +10 -0     apachen/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/CHANGES,v
  retrieving revision 1.589
  retrieving revision 1.590
  diff -u -r1.589 -r1.590
  --- CHANGES   1998/01/22 23:11:53     1.589
  +++ CHANGES   1998/01/22 23:22:10     1.590
  @@ -1,5 +1,15 @@
   Changes with Apache 1.3b4
   
  +  *) For clarity the following compile time definitions were changed, folks
  +     with custom compilation options in their Configuration should make
  +     appropriate changes:
  +
  +     SAFE_UNSERIALIZED_ACCEPT  ->   SINGLE_LISTEN_UNSERIALIZED_ACCEPT
  +     HAVE_MMAP                 ->   USE_MMAP_SCOREBOARD
  +        HAVE_SHMGET               ->   USE_SHMGET_SCOREBOARD
  +    
  +     [Jim Jagielski]
  +
     *) PORT: UnixWare 2.1.2 SMP appears to require USE_FCNTL_SERIALIZED_ACCEPT,
        as do various earlier versions.  It should be safe on all versions.
        Unixware 1.x appears to have the same SIGHUP bug as solaris does with
  
  
  

Reply via email to