it breaks the build w/ maintainer mode.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1838054 13f79535-47bb-0310-9956-
ffa450edef68
#include <apr_strings.h>
#include <ap_release.h>
+#include <ap_mmn.h>
+#if !AP_MODULE_MAGIC_AT_LEAST(20180720, 5)
#ifndef AP_ENABLE_EXCEPTION_HOOK
#define AP_ENABLE_EXCEPTION_HOOK 0
#endif
+#endif
#include <mpm_common.h>
#include <httpd.h>
#include <http_core.h>
#include <assert.h>
#include <apr_strings.h>
+#include <ap_mmn.h>
+#if !AP_MODULE_MAGIC_AT_LEAST(20180720, 5)
#ifndef AP_ENABLE_EXCEPTION_HOOK
#define AP_ENABLE_EXCEPTION_HOOK 0
#endif
+#endif
#include <mpm_common.h>
#include <httpd.h>