From: Nikita Popov Date: Sun, 16 Sep 2018 09:09:51 +0000 (+0200) Subject: Remove IS_EXT_MODULE defines X-Git-Tag: php-7.4.0alpha1~1917 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d0252a1c085b076fa63511439685ef2bd070987;p=php Remove IS_EXT_MODULE defines I'm not sure what this was used for, but it doesn't look to be relevant anymore. --- diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index 110c53a0ad..a7dd2aa66a 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -24,8 +24,6 @@ +----------------------------------------------------------------------+ */ -#define IS_EXT_MODULE - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c index 3c1c8c3c84..3d45411f94 100644 --- a/ext/libxml/libxml.c +++ b/ext/libxml/libxml.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -#define IS_EXT_MODULE - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/pspell/pspell.c b/ext/pspell/pspell.c index 3fa978f108..91a0967a67 100644 --- a/ext/pspell/pspell.c +++ b/ext/pspell/pspell.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -#define IS_EXT_MODULE - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/xml/xml.c b/ext/xml/xml.c index f09edf3eac..c966cf685f 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -#define IS_EXT_MODULE - #ifdef HAVE_CONFIG_H #include "config.h" #endif