]> granicus.if.org Git - php/commitdiff
NetWare can make use autoconf generated header file
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 23 Feb 2005 10:31:44 +0000 (10:31 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 23 Feb 2005 10:31:44 +0000 (10:31 +0000)
main/php_compat.h

index ceb5cf8882bfe07555271fc429e7e86fdc5cf70e..b52cc92d5c4e8511865e951b5addedf50e1bfe21 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