1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-30 20:03:10 +03:00

Fix the test for APR_HAVE_SYS_SYSLIMITS_H.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1215537 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Graham Leggett
2011-12-17 17:55:32 +00:00
parent f7048947c2
commit a4a2e8d15d

View File

@ -40,10 +40,10 @@
#include "apr_uuid.h"
#include "mod_proxy.h"
#ifdef APR_HAVE_SYS_SYSLIMITS_H
#if APR_HAVE_SYS_SYSLIMITS_H
#include <sys/syslimits.h>
#endif
#ifdef APR_HAVE_LINUX_LIMITS_H
#if APR_HAVE_LINUX_LIMITS_H
#include <linux/limits.h>
#endif
#if APR_HAVE_FCNTL_H