manoj       99/11/22 22:33:51

  Modified:    src/include ap.h
  Log:
  Delete a little cruft
  
  Revision  Changes    Path
  1.7       +0 -13     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.6
  retrieving revision 1.7
  diff -u -d -u -r1.6 -r1.7
  --- ap.h      1999/11/17 21:39:21     1.6
  +++ ap.h      1999/11/23 06:33:51     1.7
  @@ -65,19 +65,6 @@
   extern "C" {
   #endif
   
  -/* small utility macros to make things easier to read */
  -
  -/*
  -#ifdef WIN32
  -#define ap_killpg(x, y)
  -#else
  -#ifdef NO_KILLPG
  -#define ap_killpg(x, y)              (kill (-(x), (y)))
  -#else
  -#define ap_killpg(x, y)              (killpg ((x), (y)))
  -#endif
  -#endif */ /* WIN32 */
  -
   /* Simple BASE64 encode/decode functions.
    * 
    * As we might encode binary strings, hence we require the length of
  
  
  

Reply via email to