]> granicus.if.org Git - php/commitdiff
Remove IS_EXT_MODULE defines
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 16 Sep 2018 09:09:51 +0000 (11:09 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 16 Sep 2018 09:09:51 +0000 (11:09 +0200)
I'm not sure what this was used for, but it doesn't look to be
relevant anymore.

ext/ldap/ldap.c
ext/libxml/libxml.c
ext/pspell/pspell.c
ext/xml/xml.c

index 110c53a0ad97b9d86719aea88ff446bcad66bb8c..a7dd2aa66aa1ab7d868a79cae90dadae4592a2a8 100644 (file)
@@ -24,8 +24,6 @@
    +----------------------------------------------------------------------+
  */
 
-#define IS_EXT_MODULE
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index 3c1c8c3c8466dab86ed3b20511b578fed039b81c..3d45411f94136d689d33a4e706c08f09a05c4ca0 100644 (file)
@@ -17,8 +17,6 @@
    +----------------------------------------------------------------------+
  */
 
-#define IS_EXT_MODULE
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index 3fa978f10801b303f5721ce3e8516970fa7268ba..91a0967a673e5e31d2d51c58d9c6cddf26b57ed5 100644 (file)
@@ -16,8 +16,6 @@
    +----------------------------------------------------------------------+
 */
 
-#define IS_EXT_MODULE
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index f09edf3eac0e782cc4df3201fcc36639f4885b5e..c966cf685f50053d5ebb6273f6013e7e93db30cd 100644 (file)
@@ -18,8 +18,6 @@
    +----------------------------------------------------------------------+
  */
 
-#define IS_EXT_MODULE
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif