From: William A. Rowe Jr Date: Tue, 3 Apr 2001 01:40:28 +0000 (+0000) Subject: Whoops... this could be causing problems X-Git-Tag: 2.0.16~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87217ab618e4125d2f82624c3d21f8b7fd25740d;p=thirdparty%2Fapache%2Fhttpd.git Whoops... this could be causing problems git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88676 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index aa5d6dfb7f8..1a7a680b5c9 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -344,13 +344,19 @@ extern "C" { */ # 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 * or AP_CORE_DECLARE_NONSTD */