You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2012/02/25 06:28:11 UTC

svn commit: r1293534 - /httpd/httpd/trunk/include/ap_config.h

Author: sf
Date: Sat Feb 25 05:28:11 2012
New Revision: 1293534

URL: http://svn.apache.org/viewvc?rev=1293534&view=rev
Log:
Fix compiler warning

Submitted by: Daniel Shahaf <danielsh elego de>

Modified:
    httpd/httpd/trunk/include/ap_config.h

Modified: httpd/httpd/trunk/include/ap_config.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_config.h?rev=1293534&r1=1293533&r2=1293534&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_config.h (original)
+++ httpd/httpd/trunk/include/ap_config.h Sat Feb 25 05:28:11 2012
@@ -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