summaryrefslogtreecommitdiffstats
path: root/modules/mappers/mod_rewrite.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-07-13 18:26:47 +0200
committerRyan Bloom <rbb@apache.org>2000-07-13 18:26:47 +0200
commit0207f837c4efb179c73b3a739d8b47cbf54ceac5 (patch)
tree949122f0034f8a65074ebfce98bca1f36917c273 /modules/mappers/mod_rewrite.h
parentFix the prefork MPM to make it compile and work again out-of-the-box. (diff)
downloadapache2-0207f837c4efb179c73b3a739d8b47cbf54ceac5.tar.xz
apache2-0207f837c4efb179c73b3a739d8b47cbf54ceac5.zip
Apache doesn't actually check for stdarg.h, but APR does. Just use the
APR defined APR_HAVE_STDARG_H to check for the existance of stdarg.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85833 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/mappers/mod_rewrite.h')
-rw-r--r--modules/mappers/mod_rewrite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mappers/mod_rewrite.h b/modules/mappers/mod_rewrite.h
index 1c06c46966..6432ee9474 100644
--- a/modules/mappers/mod_rewrite.h
+++ b/modules/mappers/mod_rewrite.h
@@ -97,7 +97,7 @@
#ifdef HAVE_STRING_H
#include <string.h>
#endif
-#ifdef HAVE_STDARG_H
+#ifdef APR_HAVE_STDARG_H
#include <stdarg.h>
#endif
#ifdef HAVE_STDLIB_H