From: Anantha Kesari H Y Date: Wed, 5 Jan 2005 10:20:47 +0000 (+0000) Subject: Removed redundant NEW_LIBC checks for NetWare X-Git-Tag: php-5.0.4RC1~390 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7389f038ceabb5ca7a1cf77977e575b15840c6bc;p=php Removed redundant NEW_LIBC checks for NetWare --- 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