From 4b864c2ebbee11739a52b20a59aff8bdf9a38801 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 8 Jul 2019 15:05:54 +0200 Subject: Remove APACHE symbol The APACHE symbol was used in very early PHP versions to indicate the Apache module usage. Since PHP 4 this is no longer used in the code. --- main/php.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index ae5d38bdd2..480da6fb18 100644 --- a/main/php.h +++ b/main/php.h @@ -128,8 +128,6 @@ typedef int pid_t; #endif #include -#define APACHE 0 - #if HAVE_UNIX_H #include #endif -- cgit v1.2.1