summaryrefslogtreecommitdiffstats
path: root/build/nw_export.inc
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-07-08 16:17:39 +0200
committerGuenter Knauf <fuankg@apache.org>2009-07-08 16:17:39 +0200
commit1bcd22de93e47edd0263460541423d1d8aa30b29 (patch)
tree525b9ee21375db21b6044a0a02944674249dd40f /build/nw_export.inc
parentnext step for fixing NetWare exports list. (diff)
downloadapache2-1bcd22de93e47edd0263460541423d1d8aa30b29.tar.xz
apache2-1bcd22de93e47edd0263460541423d1d8aa30b29.zip
finally fixed NetWare export list (thanks help from rjung).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@792154 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/nw_export.inc')
-rw-r--r--build/nw_export.inc15
1 files changed, 8 insertions, 7 deletions
diff --git a/build/nw_export.inc b/build/nw_export.inc
index 45b48e7c88..a1f7adabf6 100644
--- a/build/nw_export.inc
+++ b/build/nw_export.inc
@@ -7,13 +7,14 @@
so that httpd.h will not mess with them. This allows
them to pass untouched so that the AWK script can pick
them out of the preprocessed result file. */
-#define AP_DECLARE AP_DECLARE
-#define AP_CORE_DECLARE AP_CORE_DECLARE
-#define AP_DECLARE_NONSTD AP_DECLARE_NONSTD
-#define AP_CORE_DECLARE_NONSTD AP_CORE_DECLARE_NONSTD
-#define AP_DECLARE_HOOK AP_DECLARE_HOOK
-#define AP_DECLARE_DATA AP_DECLARE_DATA
-#define AP_WD_DECLARE AP_WD_DECLARE
+#define AP_DECLARE AP_DECLARE
+#define AP_CORE_DECLARE AP_CORE_DECLARE
+#define AP_DECLARE_NONSTD AP_DECLARE_NONSTD
+#define AP_CORE_DECLARE_NONSTD AP_CORE_DECLARE_NONSTD
+#define AP_DECLARE_HOOK AP_DECLARE_HOOK
+#define AP_DECLARE_DATA AP_DECLARE_DATA
+#define AP_WD_DECLARE AP_WD_DECLARE
+#define APR_DECLARE_EXTERNAL_HOOK APR_DECLARE_EXTERNAL_HOOK
#undef APACHE_OS_H
#include "httpd.h"