From 7389f038ceabb5ca7a1cf77977e575b15840c6bc Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Wed, 5 Jan 2005 10:20:47 +0000 Subject: [PATCH] Removed redundant NEW_LIBC checks for NetWare --- ext/ftp/php_ftp.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c index 0466ed99aa..c527696c6b 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -25,14 +25,8 @@ #include "php.h" -#ifdef NETWARE -#ifdef USE_WINSOCK +#if defined(NETWARE) && defined(USE_WINSOCK) #include -#else -#ifndef NEW_LIBC -#include -#endif -#endif #endif #if HAVE_OPENSSL_EXT -- 2.40.0