Fix warnings when compiling static Apache module

This commit is contained in:
Sascha Schumann 2000-02-18 10:13:15 +00:00
parent 9935ddee99
commit 02d647b5f9
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -19,7 +19,7 @@
*/
/* $Id$ */
#define _PHP_REGEX_H
#define NO_REGEX_EXTRA_H
#include "zend.h"
#include "php.h"

View file

@ -19,7 +19,7 @@
*/
/* $Id$ */
#define _PHP_REGEX_H
#define NO_REGEX_EXTRA_H
#include "php.h"
#include "ext/standard/head.h"

View file

@ -21,7 +21,7 @@
*/
/* $Id$ */
#define _PHP_REGEX_H
#define NO_REGEX_EXTRA_H
#include "php.h"