fielding    98/10/03 03:46:51

  Modified:    src      CHANGES
               src/include ap_config.h
  Log:
  Remove extra HAVE_SYS_RESOURCE_H define for RHAPSODY since
  it is now taken care of properly by the header file tests.
  
  Submitted by: Wilfredo Sanchez <[EMAIL PROTECTED]>
  Reviewed by:  Roy Fielding
  
  Revision  Changes    Path
  1.1088    +4 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1087
  retrieving revision 1.1088
  diff -u -r1.1087 -r1.1088
  --- CHANGES   1998/10/02 02:06:14     1.1087
  +++ CHANGES   1998/10/03 10:46:49     1.1088
  @@ -1,5 +1,9 @@
   Changes with Apache 1.3.3
   
  +  *) PORT: Remove extra HAVE_SYS_RESOURCE_H define for RHAPSODY since
  +     it is now taken care of properly by the header file tests.
  +     [Wilfredo Sanchez <[EMAIL PROTECTED]>]
  +
     *) Fix problem with scripts and finehandle inheritance on Win32.
        [Ken Parzygnat <[EMAIL PROTECTED]>]  PR#2884, 2910
   
  
  
  
  1.238     +0 -1      apache-1.3/src/include/ap_config.h
  
  Index: ap_config.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/include/ap_config.h,v
  retrieving revision 1.237
  retrieving revision 1.238
  diff -u -r1.237 -r1.238
  --- ap_config.h       1998/09/29 01:22:57     1.237
  +++ ap_config.h       1998/10/03 10:46:50     1.238
  @@ -372,7 +372,6 @@
   #define USE_MMAP_SCOREBOARD
   #define MAP_TMPFILE
   #define HAVE_RESOURCE
  -#define HAVE_SYS_RESOURCE_H /* apaci should catch this but doesn't */
   #define HAVE_SNPRINTF
   #define JMP_BUF jmp_buf
   #define USE_LONGJMP
  
  
  

Reply via email to