summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2012-02-25 06:28:11 +0100
committerStefan Fritsch <sf@apache.org>2012-02-25 06:28:11 +0100
commitea8cd427b2943ff66f6cda7392b00542ad646eca (patch)
tree9b119926fba262b4e25adc8a112b97c338b5b32b /include
parentFix MMN in comment (diff)
downloadapache2-ea8cd427b2943ff66f6cda7392b00542ad646eca.tar.xz
apache2-ea8cd427b2943ff66f6cda7392b00542ad646eca.zip
Fix compiler warning
Submitted by: Daniel Shahaf <danielsh elego de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1293534 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_config.h b/include/ap_config.h
index 68a3d14c85..ebb8cf7c83 100644
--- a/include/ap_config.h
+++ b/include/ap_config.h
@@ -194,7 +194,7 @@
#define AP_NONBLOCK_WHEN_MULTI_LISTEN 1
#endif
-#if AP_ENABLE_DTRACE && HAVE_SYS_SDT_H
+#if defined(AP_ENABLE_DTRACE) && HAVE_SYS_SDT_H
#include <sys/sdt.h>
#else
#undef _DTRACE_VERSION