rbb         99/11/30 07:57:53

  Modified:    src/lib/apr/include apr_fnmatch.h apr_lib.h apr_portable.h
  Log:
  Remove some of the includes of apr_config.h from public header files.
  
  Revision  Changes    Path
  1.4       +0 -1      apache-2.0/src/lib/apr/include/apr_fnmatch.h
  
  Index: apr_fnmatch.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_fnmatch.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- apr_fnmatch.h     1999/11/22 18:00:46     1.3
  +++ apr_fnmatch.h     1999/11/30 15:57:38     1.4
  @@ -35,7 +35,6 @@
   
   /* This file has been modified by the Apache Group. */
   #ifndef WIN32
  -#include "apr_config.h"
   #else
   #include "apr_win.h"
   #endif
  
  
  
  1.18      +0 -1      apache-2.0/src/lib/apr/include/apr_lib.h
  
  Index: apr_lib.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_lib.h,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- apr_lib.h 1999/11/24 22:30:01     1.17
  +++ apr_lib.h 1999/11/30 15:57:42     1.18
  @@ -71,7 +71,6 @@
   #endif
   
   #ifndef WIN32
  -#include "apr_config.h"
   #else
   #include "../file_io/win32/readdir.h" /* definition of DIR for WIN32 */
   #include "apr_win.h"
  
  
  
  1.14      +0 -6      apache-2.0/src/lib/apr/include/apr_portable.h
  
  Index: apr_portable.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_portable.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- apr_portable.h    1999/11/08 15:35:35     1.13
  +++ apr_portable.h    1999/11/30 15:57:43     1.14
  @@ -64,12 +64,6 @@
   extern "C" {
   #endif /* __cplusplus */
   
  -#ifndef WIN32
  -#include "apr_config.h"
  -#else
  -#include "apr_win.h"
  -#endif
  -
   #include "apr_general.h"
   #include "apr_thread_proc.h"
   #include "apr_file_io.h"
  
  
  

Reply via email to