From: Anantha Kesari H Y Date: Wed, 22 Jun 2005 11:29:07 +0000 (+0000) Subject: removing the redundant NEW_LIBC checks X-Git-Tag: php-5.0.5RC1~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90b5168603cca2271fb4f19282191dd38b2e8ceb;p=php removing the redundant NEW_LIBC checks --- diff --git a/main/main.c b/main/main.c index 49bf3d9cbf..afa82db5a6 100644 --- a/main/main.c +++ b/main/main.c @@ -32,14 +32,7 @@ #include "win32/signal.h" #include #elif defined(NETWARE) -#ifdef NEW_LIBC #include -#else -#include "netware/time_nw.h" -#endif -/*#include "netware/signal_nw.h"*/ -/*#include "netware/env.h"*/ /* Temporary */ -/*#include */ #ifdef USE_WINSOCK #include #endif