From 02d647b5f9b71dc8be2b9c6bdc87c4850c07683b Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 18 Feb 2000 10:13:15 +0000 Subject: Fix warnings when compiling static Apache module --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index ccccc78509..ff9ddc4e04 100644 --- a/main/php.h +++ b/main/php.h @@ -163,7 +163,7 @@ extern char *strerror(int); #include "fopen-wrappers.h" -#if REGEX == 1 || REGEX == 0 +#if (REGEX == 1 || REGEX == 0) && !defined(NO_REGEX_EXTRA_H) #include "regex/regex_extra.h" #endif -- cgit v1.2.1