From 90b5168603cca2271fb4f19282191dd38b2e8ceb Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Wed, 22 Jun 2005 11:29:07 +0000 Subject: [PATCH] removing the redundant NEW_LIBC checks --- main/main.c | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.50.1