mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user