]> granicus.if.org Git - php/commitdiff
NetWare can use of ./configure generated php_config.h
authorAnantha Kesari H Y <hyanantha@php.net>
Thu, 10 Mar 2005 13:42:35 +0000 (13:42 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Thu, 10 Mar 2005 13:42:35 +0000 (13:42 +0000)
main/php_compat.h

index 5bdd6c8ef9a6c11f3a16d6428d28202de63b4969..134328cc50f78c13331767ade41e918723cd6296 100644 (file)
@@ -23,8 +23,6 @@
 
 #ifdef PHP_WIN32
 #include "config.w32.h"
-#elif defined(NETWARE)
-#include "config.nw.h"
 #else
 #include <php_config.h>
 #endif