]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
exception hook works as expected on Darwin
authorJeff Trawick <trawick@apache.org>
Thu, 29 Jan 2004 01:47:08 +0000 (01:47 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 29 Jan 2004 01:47:08 +0000 (01:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102439 13f79535-47bb-0310-9956-ffa450edef68

src/include/ap_config.h

index 17235c5cd6d52701ff03398fdad7779f0b60833d..ecf99a3f8d0a552307e953ab0308d59d33412690 100644 (file)
@@ -454,6 +454,7 @@ typedef int pid_t;
 #define HAVE_FCNTL_SERIALIZED_ACCEPT
 #define USE_FLOCK_SERIALIZED_ACCEPT
 #define SINGLE_LISTEN_UNSERIALIZED_ACCEPT
+#define AP_ENABLE_EXCEPTION_HOOK
 
 #elif defined(LINUX)