From 0f8e76468579cbec8c2a3eeae3b955a3df40f006 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Mon, 21 Mar 2005 08:43:57 +0000 Subject: [PATCH] NetWare can make use of configure generated php_config.h --- ext/standard/html.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/standard/html.c b/ext/standard/html.c index aa024c9387..05e2c38512 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 #endif -- 2.50.1