summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-08 15:05:54 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-08 15:05:54 +0200
commit4b864c2ebbee11739a52b20a59aff8bdf9a38801 (patch)
tree6fff32972d930ba0efbe03867949a5899b9c46f8 /main/php.h
parent900de30b0f40a254e19082d3e2b696d58e338b43 (diff)
downloadphp-git-4b864c2ebbee11739a52b20a59aff8bdf9a38801.tar.gz
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.
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 0 insertions, 2 deletions
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 <assert.h>
-#define APACHE 0
-
#if HAVE_UNIX_H
#include <unix.h>
#endif