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
This commit is contained in:
William A. Rowe Jr
2006-12-13 00:34:58 +00:00
parent 4f83ebed74
commit cd3ed0c3ca

View 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