From: Anantha Kesari H Y Date: Wed, 29 Sep 2004 10:36:24 +0000 (+0000) Subject: removed redundant NEW_LIBC checks for NETWARE X-Git-Tag: PRE_NEW_VM_GEN_PATCH~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0903dcdcf7673f631f89b1e2c9200e8bd2f1f8f1;p=php removed redundant NEW_LIBC checks for NETWARE --- diff --git a/main/main.c b/main/main.c index f1080f62cf..9004c37ab4 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