summaryrefslogtreecommitdiff
path: root/include/ap_hooks.h
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2011-05-09 15:58:10 +0000
committerJim Jagielski <jim@apache.org>2011-05-09 15:58:10 +0000
commit7ee5ab0f04a0295a24ecd0d6e4fcef71ea234326 (patch)
tree5f586a8e15c15d51ce28a84cd922f3f3dd440e03 /include/ap_hooks.h
parent2aef21903cd8b2a3d07d5447b75aad29160e0333 (diff)
downloadhttpd-7ee5ab0f04a0295a24ecd0d6e4fcef71ea234326.tar.gz
Use AP_ instead of APR_ and move into the compile CPP
flags git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101077 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_hooks.h')
-rw-r--r--include/ap_hooks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ap_hooks.h b/include/ap_hooks.h
index f3ab51a933..60cda73e3a 100644
--- a/include/ap_hooks.h
+++ b/include/ap_hooks.h
@@ -28,6 +28,10 @@
* @ingroup APACHE_CORE
*/
+#if defined(AP_HOOK_PROBES_ENABLED) && !defined(APR_HOOK_PROBES_ENABLED)
+#define APR_HOOK_PROBES_ENABLED 1
+#endif
+
#ifdef APR_HOOK_PROBES_ENABLED
#include "ap_hook_probes.h"
#endif