From: Anantha Kesari H Y Date: Wed, 5 Jan 2005 09:40:49 +0000 (+0000) Subject: Removed redundant NEW_LIBC checks X-Git-Tag: php-5.0.4RC1~391 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c6e4400a63358758f510c0825c166016601a4db;p=php Removed redundant NEW_LIBC checks --- diff --git a/ext/ftp/ftp.c b/ext/ftp/ftp.c index dd686682b1..345cbc5731 100644 --- a/ext/ftp/ftp.c +++ b/ext/ftp/ftp.c @@ -42,13 +42,9 @@ #ifdef USE_WINSOCK /* Modified to use Winsock (NOVSOCK2.H), atleast for now */ #include #else -#ifdef NEW_LIBC #include #include #include -#else -#include -#endif #endif #else #ifdef HAVE_SYS_TYPES_H @@ -77,7 +73,7 @@ #include "ext/standard/fsock.h" /* Additional headers for NetWare */ -#if defined(NETWARE) && defined(NEW_LIBC) && !defined(USE_WINSOCK) +#if defined(NETWARE) && !defined(USE_WINSOCK) #include #endif