]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
don't mess with AP_ENABLE_EXCEPTION_HOOK on trunk
authorEric Covener <covener@apache.org>
Thu, 1 Aug 2019 13:58:45 +0000 (13:58 +0000)
committerEric Covener <covener@apache.org>
Thu, 1 Aug 2019 13:58:45 +0000 (13:58 +0000)
commit33ab61668c6b6d23ecf98b76839fe5c941fa10e5
treeb11daf54f9949489193f7310702d78b60e2e1bb7
parent3b4458f088a3c722925343d8970482abc15a6c81
don't mess with AP_ENABLE_EXCEPTION_HOOK on trunk

mpm_common defines it later anyway:

In file included from mod_md.c:25:
In file included from /Users/covener/SRC/httpd-trunk/include/mpm_common.h:40:
In file included from /Users/covener/SRC/httpd-trunk/include/ap_config.h:184:
/Users/covener/SRC/httpd-trunk/include/ap_config_auto.h:11:9: error: 'AP_ENABLE_EXCEPTION_HOOK' macro redefined [-Werror,-Wmacro-redefined]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1864153 13f79535-47bb-0310-9956-ffa450edef68
modules/md/mod_md.c
modules/md/mod_md_os.c