]> granicus.if.org Git - php/commitdiff
NetWare can make use of configure generated php_config.h
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 21 Mar 2005 08:43:57 +0000 (08:43 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 21 Mar 2005 08:43:57 +0000 (08:43 +0000)
ext/standard/html.c

index aa024c9387e9532289a28bd9299811e1690b2092..05e2c385128a2e2eafca840dc98edd468a7c4bf4 100644 (file)
@@ -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