diff options
author | foobar <sniper@php.net> | 2005-06-30 14:11:13 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-06-30 14:11:13 +0000 |
commit | 6cea418c31da2e6e74eafa259408c5af2d27ad4f (patch) | |
tree | 70702608aa5fc802e07b1173990b97fd2fe5fb03 | |
parent | 2ca2dc0b08f4db34233afa0a173446bb3767b95b (diff) | |
download | php-git-6cea418c31da2e6e74eafa259408c5af2d27ad4f.tar.gz |
Netware also uses autoconf based config now
-rw-r--r-- | ext/bcmath/libbcmath/src/config.h | 2 | ||||
-rw-r--r-- | ext/mcve/mcve.c | 2 | ||||
-rw-r--r-- | ext/pcre/pcrelib/internal.h | 2 | ||||
-rw-r--r-- | ext/standard/html.c | 2 | ||||
-rw-r--r-- | ext/xml/expat_compat.h | 2 | ||||
-rw-r--r-- | main/php_scandir.h | 2 | ||||
-rw-r--r-- | main/php_sprintf.c | 2 |
7 files changed, 0 insertions, 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 <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 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 <php_config.h> #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 <php_config.h> #endif |