]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Whoops... this could be causing problems
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 3 Apr 2001 01:40:28 +0000 (01:40 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 3 Apr 2001 01:40:28 +0000 (01:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88676 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index aa5d6dfb7f82637b7cb7aff5d7fd1d15c1ce8334..1a7a680b5c90f16d2f9a26b5ceed08f07b5f1337 100644 (file)
@@ -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 */