summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-08 15:06:54 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-08 15:06:54 +0200
commite676aef56abfb902595f8ee0b856e1885a16d1a1 (patch)
tree9883fdc580cebf63317e1ee2d1a18586f698ceeb /main/php.h
parent61809b19f7f4d388853a17e34ba3227113a4195a (diff)
parent4b864c2ebbee11739a52b20a59aff8bdf9a38801 (diff)
downloadphp-git-e676aef56abfb902595f8ee0b856e1885a16d1a1.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Remove APACHE symbol
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 7a822e06fc..222f884b26 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