diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2006-12-13 01:34:58 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2006-12-13 01:34:58 +0100 |
commit | cd3ed0c3ca6a403f6c8f10112830fe07586ac846 (patch) | |
tree | 2d800eba0f97e4669f71d76ebf4af8e736199c28 | |
parent | * Handle request bodies larger than 2 GB by converting the Content-Length (diff) | |
download | apache2-cd3ed0c3ca6a403f6c8f10112830fe07586ac846.tar.xz apache2-cd3ed0c3ca6a403f6c8f10112830fe07586ac846.zip |
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
Diffstat (limited to '')
-rw-r--r-- | os/unix/unixd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 |