]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merged /httpd/httpd/trunk:r1864153
authorStefan Eissing <icing@apache.org>
Thu, 1 Aug 2019 14:13:31 +0000 (14:13 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 1 Aug 2019 14:13:31 +0000 (14:13 +0000)
Fix unnecessary redefinition of AP_ENABLE_EXCEPTION_HOOK. [Eric Covener]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1864155 13f79535-47bb-0310-9956-ffa450edef68

modules/md/mod_md.c
modules/md/mod_md_os.c

index bdab9de30c5344820c32bcd68cfb289a3a15fe46..8219068ecd82399009c693107a52495684bf7f05 100644 (file)
 #include <apr_optional.h>
 #include <apr_strings.h>
 
-#include <ap_release.h>
-#ifndef AP_ENABLE_EXCEPTION_HOOK
-#define AP_ENABLE_EXCEPTION_HOOK 0
-#endif
 #include <mpm_common.h>
 #include <httpd.h>
 #include <http_core.h>
index 2e52e428eec74ff1ed31407c2c21aba38b9fa4db..1291863d1539fadff389f0b4905872450306ac49 100644 (file)
 #include <assert.h>
 #include <apr_strings.h>
 
-#ifndef AP_ENABLE_EXCEPTION_HOOK
-#define AP_ENABLE_EXCEPTION_HOOK 0
-#endif
-
 #include <mpm_common.h>
 #include <httpd.h>
 #include <http_log.h>