]> granicus.if.org Git - apache/commitdiff
Fix the test for APR_HAVE_SYS_SYSLIMITS_H.
authorGraham Leggett <minfrin@apache.org>
Sat, 17 Dec 2011 17:55:32 +0000 (17:55 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 17 Dec 2011 17:55:32 +0000 (17:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1215537 13f79535-47bb-0310-9956-ffa450edef68

modules/debugging/mod_firehose.c

index da7a28ee211a6d57dc6652b81abbf4fcc8bb594b..33450ddb572fc6fe72118bf83dbd80d02975131e 100644 (file)
 #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