Commit f095a60d authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

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
parent 9e6e0f10
Loading
Loading
Loading
Loading
+1 −1
Changes for os/unix/unixd.h: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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