From 6cea418c31da2e6e74eafa259408c5af2d27ad4f Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 30 Jun 2005 14:11:13 +0000 Subject: [PATCH] Netware also uses autoconf based config now --- ext/bcmath/libbcmath/src/config.h | 2 -- ext/mcve/mcve.c | 2 -- ext/pcre/pcrelib/internal.h | 2 -- ext/standard/html.c | 2 -- ext/xml/expat_compat.h | 2 -- main/php_scandir.h | 2 -- main/php_sprintf.c | 2 -- 7 files changed, 14 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 #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 #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 #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 #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 #endif diff --git a/main/php_scandir.h b/main/php_scandir.h index e963a8a33e..755fe43cc5 100644 --- a/main/php_scandir.h +++ b/main/php_scandir.h @@ -31,8 +31,6 @@ #ifdef PHP_WIN32 #include "config.w32.h" #include "win32/readdir.h" -#elif NETWARE -#include "config.nw.h" #else #include #endif diff --git a/main/php_sprintf.c b/main/php_sprintf.c index 7e5e12fb33..7e6e9ecf23 100644 --- a/main/php_sprintf.c +++ b/main/php_sprintf.c @@ -23,8 +23,6 @@ #include "php.h" #ifdef PHP_WIN32 #include "config.w32.h" -#elif defined NETWARE -#include "config.nw.h" #else #include #endif -- 2.40.0