From: William A. Rowe Jr Date: Wed, 13 Dec 2006 00:34:58 +0000 (+0000) Subject: APR_HAVE/AP_HAVE are ALWAYS defined, not always 1. X-Git-Tag: 2.3.0~1971 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd3ed0c3ca6a403f6c8f10112830fe07586ac846;p=apache APR_HAVE/AP_HAVE are ALWAYS defined, not always 1. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@486436 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/unix/unixd.h b/os/unix/unixd.h index 8c830c4530..fa62ef68e0 100644 --- a/os/unix/unixd.h +++ b/os/unix/unixd.h @@ -41,7 +41,7 @@ #include #include -#ifdef APR_HAVE_SYS_TYPES_H +#if APR_HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_SYS_IPC_H