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:
@ -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
|
||||
|
Reference in New Issue
Block a user