]> granicus.if.org Git - apache/commitdiff
APR_HAVE/AP_HAVE are ALWAYS defined, not always 1.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 13 Dec 2006 00:34:58 +0000 (00:34 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 13 Dec 2006 00:34:58 +0000 (00:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@486436 13f79535-47bb-0310-9956-ffa450edef68

os/unix/unixd.h

index 8c830c4530319515094092e9e4a385d1cb658990..fa62ef68e0eb85a0daf7051fa87b4e8f39eecfe3 100644 (file)
@@ -41,7 +41,7 @@
 
 #include <pwd.h>
 #include <grp.h>
-#ifdef APR_HAVE_SYS_TYPES_H
+#if APR_HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif
 #ifdef HAVE_SYS_IPC_H