dreid       99/10/10 07:32:28

  Modified:    src/include ap.h
  Log:
  ap_killpg has been moved into the APR headers so isn't needed here
  anymore.  In case there is a need I've overlooked I've only commented
  it out.  This stops another annoying warning when building.
  
  Revision  Changes    Path
  1.4       +2 -1      apache-2.0/src/include/ap.h
  
  Index: ap.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/include/ap.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ap.h      1999/08/31 05:32:16     1.3
  +++ ap.h      1999/10/10 14:32:28     1.4
  @@ -78,6 +78,7 @@
   
   /* small utility macros to make things easier to read */
   
  +/*
   #ifdef WIN32
   #define ap_killpg(x, y)
   #else
  @@ -86,7 +87,7 @@
   #else
   #define ap_killpg(x, y)              (killpg ((x), (y)))
   #endif
  -#endif /* WIN32 */
  +#endif */ /* WIN32 */
   
   /* ap_vformatter() is a generic printf-style formatting routine
    * with some extensions.  The extensions are:
  
  
  

Reply via email to