diff options
-rw-r--r-- | ext/ldap/ldap.c | 2 | ||||
-rw-r--r-- | ext/libxml/libxml.c | 2 | ||||
-rw-r--r-- | ext/pspell/pspell.c | 2 | ||||
-rw-r--r-- | ext/xml/xml.c | 2 |
4 files changed, 0 insertions, 8 deletions
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 |