dgaudet     99/06/09 15:06:30

  Modified:    pthreads/src/include buff.h httpd.h
  Log:
  BO_TIMEOUT belongs in buff.h
  
  Revision  Changes    Path
  1.7       +1 -0      apache-apr/pthreads/src/include/buff.h
  
  Index: buff.h
  ===================================================================
  RCS file: /home/cvs/apache-apr/pthreads/src/include/buff.h,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- buff.h    1999/06/09 22:03:38     1.6
  +++ buff.h    1999/06/09 22:06:29     1.7
  @@ -141,6 +141,7 @@
   
   /* Options to bset/getopt */
   #define BO_BYTECT (1)
  +#define BO_TIMEOUT (2)
   
   /* Stream creation and modification */
   API_EXPORT(BUFF *) ap_bcreate(pool *p, int flags);
  
  
  
  1.16      +0 -2      apache-apr/pthreads/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/apache-apr/pthreads/src/include/httpd.h,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- httpd.h   1999/05/24 06:53:32     1.15
  +++ httpd.h   1999/06/09 22:06:29     1.16
  @@ -1141,8 +1141,6 @@
   #endif
   #define strtoul strtoul_is_not_a_portable_function_use_strtol_instead
   
  -#define BO_TIMEOUT 2
  -
   #define ap_is_aborted(abort) (abort->aborted ==1)
   
   #ifdef __cplusplus
  
  
  

Reply via email to