NetWare can make use of autoconf based build
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 27 Jul 2005 10:32:16 +0000 (10:32 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 27 Jul 2005 10:32:16 +0000 (10:32 +0000)
ext/bcmath/libbcmath/src/config.h
ext/mcve/mcve.c
ext/pcre/pcrelib/internal.h

index 24bf4ec29ab22b7c7c0cbe42584e35845267dbc7..20f00e7e0a23901a2740b1b03bd18919f89f287d 100644 (file)
@@ -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
index 8d2934254d3d962caa581cb979712a721dcca1cf..a7dab083e9ec4605dbef4580c78b46446b4dd3cd 100644 (file)
@@ -27,8 +27,6 @@
 
 #if PHP_WIN32
 #include "config.w32.h"
-#elif defined NETWARE
-#include "config.nw.h"
 #else
 #include <php_config.h>
 #endif
index d80608bc0745183fb3fcd8333cfdf9c46548c8e1..a3df3b5257bd51331a9bac5bb4d76dbc0232c4bc 100644 (file)
@@ -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