summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/bcmath/libbcmath/src/config.h2
-rw-r--r--ext/mcve/mcve.c2
-rw-r--r--ext/pcre/pcrelib/internal.h2
-rw-r--r--ext/standard/html.c2
-rw-r--r--ext/xml/expat_compat.h2
5 files changed, 0 insertions, 10 deletions
diff --git a/ext/bcmath/libbcmath/src/config.h b/ext/bcmath/libbcmath/src/config.h
index e1b46cbc86..cc29a15f95 100644
--- a/ext/bcmath/libbcmath/src/config.h
+++ b/ext/bcmath/libbcmath/src/config.h
@@ -1,7 +1,5 @@
#if PHP_WIN32
#include "../../../../main/config.w32.h"
-#elif defined(NETWARE)
-#include "config.nw.h"
#else
#include <php_config.h>
#endif
diff --git a/ext/mcve/mcve.c b/ext/mcve/mcve.c
index 3234adcac3..c2d446bcbc 100644
--- a/ext/mcve/mcve.c
+++ b/ext/mcve/mcve.c
@@ -27,8 +27,6 @@
#if PHP_WIN32
#include "config.w32.h"
-#elif defined NETWARE
-#include "config.nw.h"
#else
#include <php_config.h>
#endif
diff --git a/ext/pcre/pcrelib/internal.h b/ext/pcre/pcrelib/internal.h
index d80608bc07..a3df3b5257 100644
--- a/ext/pcre/pcrelib/internal.h
+++ b/ext/pcre/pcrelib/internal.h
@@ -47,8 +47,6 @@ modules, but which are not relevant to the outside. */
#ifdef PHP_WIN32
# include "config.w32.h"
-#elif defined(NETWARE)
-# include "config.nw.h"
#else
# include <php_config.h>
#endif
diff --git a/ext/standard/html.c b/ext/standard/html.c
index ee56e49db6..37d10438fd 100644
--- a/ext/standard/html.c
+++ b/ext/standard/html.c
@@ -34,8 +34,6 @@
#include "php.h"
#if PHP_WIN32
#include "config.w32.h"
-#elif defined NETWARE
-#include "config.nw.h"
#else
#include <php_config.h>
#endif
diff --git a/ext/xml/expat_compat.h b/ext/xml/expat_compat.h
index 5c979c7cf9..f4820e837a 100644
--- a/ext/xml/expat_compat.h
+++ b/ext/xml/expat_compat.h
@@ -23,8 +23,6 @@
#ifdef PHP_WIN32
#include "config.w32.h"
-#elif defined(NETWARE)
-#include "config.nw.h"
#else
#include <php_config.h>
#endif