diff options
Diffstat (limited to 'include/ap_config.h')
-rw-r--r-- | include/ap_config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ap_config.h b/include/ap_config.h index dd977a6ca0..9d6a1f92b0 100644 --- a/include/ap_config.h +++ b/include/ap_config.h @@ -238,6 +238,13 @@ #define AP_NONBLOCK_WHEN_MULTI_LISTEN 1 #endif +#if AP_ENABLE_DTRACE && HAVE_SYS_SDT_H +#include <sys/sdt.h> +#else +#undef _DTRACE_VERSION +#endif +#include "apache_probes.h" + /* TODO - We need to put OS detection back to make all the following work */ #if defined(SUNOS4) || defined(IRIX) || defined(NEXT) || defined(AUX3) \ |