summaryrefslogtreecommitdiff
path: root/include/ap_config.h
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2008-12-05 03:48:57 +0000
committerPaul Querna <pquerna@apache.org>2008-12-05 03:48:57 +0000
commit80d66063079e4f3b130bcb73d4047f7fa5e7e553 (patch)
tree6b161fa4512281061815697e1a4209caeb22326c /include/ap_config.h
parentac0da4d71ecaf4aa7748ccac579af1a14799e0c2 (diff)
downloadhttpd-80d66063079e4f3b130bcb73d4047f7fa5e7e553.tar.gz
When dtrace support is not present, compile it all the way out.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@723571 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_config.h')
-rw-r--r--include/ap_config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ap_config.h b/include/ap_config.h
index 9d6a1f92b0..7501796a05 100644
--- a/include/ap_config.h
+++ b/include/ap_config.h
@@ -243,7 +243,12 @@
#else
#undef _DTRACE_VERSION
#endif
+
+#ifdef _DTRACE_VERSION
#include "apache_probes.h"
+#else
+#include "apache_noprobes.h"
+#endif
/* TODO - We need to put OS detection back to make all the following work */