Skip to content

Commit 1d0252a

Browse files
committed
Remove IS_EXT_MODULE defines
I'm not sure what this was used for, but it doesn't look to be relevant anymore.
1 parent ca6caa0 commit 1d0252a

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

ext/ldap/ldap.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
+----------------------------------------------------------------------+
2525
*/
2626

27-
#define IS_EXT_MODULE
28-
2927
#ifdef HAVE_CONFIG_H
3028
#include "config.h"
3129
#endif

ext/libxml/libxml.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
+----------------------------------------------------------------------+
1818
*/
1919

20-
#define IS_EXT_MODULE
21-
2220
#ifdef HAVE_CONFIG_H
2321
#include "config.h"
2422
#endif

ext/pspell/pspell.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
#define IS_EXT_MODULE
20-
2119
#ifdef HAVE_CONFIG_H
2220
#include "config.h"
2321
#endif

ext/xml/xml.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
+----------------------------------------------------------------------+
1919
*/
2020

21-
#define IS_EXT_MODULE
22-
2321
#ifdef HAVE_CONFIG_H
2422
#include "config.h"
2523
#endif

0 commit comments

Comments
 (0)