From: Anantha Kesari H Y Date: Wed, 27 Jul 2005 10:32:16 +0000 (+0000) Subject: NetWare can make use of autoconf based build X-Git-Tag: php-4.4.1RC1~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=292f0a29bdeb8c9187c609796d4fe730ebf82335;p=php NetWare can make use of autoconf based build --- diff --git a/ext/bcmath/libbcmath/src/config.h b/ext/bcmath/libbcmath/src/config.h index 24bf4ec29a..20f00e7e0a 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 8d2934254d..a7dab083e9 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