From cd3ed0c3ca6a403f6c8f10112830fe07586ac846 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 13 Dec 2006 00:34:58 +0000 Subject: [PATCH] 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 --- os/unix/unixd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0