You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/04/03 03:40:35 UTC

cvs commit: httpd-2.0/include httpd.h

wrowe       01/04/02 18:40:35

  Modified:    include  httpd.h
  Log:
    Whoops... this could be causing problems
  
  Revision  Changes    Path
  1.145     +9 -3      httpd-2.0/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/httpd.h,v
  retrieving revision 1.144
  retrieving revision 1.145
  diff -u -r1.144 -r1.145
  --- httpd.h	2001/03/24 06:43:19	1.144
  +++ httpd.h	2001/04/03 01:40:28	1.145
  @@ -344,12 +344,18 @@
    */
   # define AP_DECLARE_NONSTD(type)    type
   #endif
  +#ifndef AP_DECLARE_DATA
  +# define AP_DECLARE_DATA
  +#endif
   
  +#ifndef AP_MODULE_DECLARE
  +# define AP_MODULE_DECLARE(type)    type
  +#endif
  +#ifndef AP_MODULE_DECLARE_NONSTD
  +# define AP_MODULE_DECLARE_NONSTD(type)  type
  +#endif
   #ifndef AP_MODULE_DECLARE_DATA
   # define AP_MODULE_DECLARE_DATA
  -#endif
  -#ifndef AP_DECLARE_DATA
  -# define AP_DECLARE_DATA
   #endif
   
   /* modules should not used functions marked AP_CORE_DECLARE