From: Anantha Kesari H Y Date: Mon, 27 Sep 2004 14:25:13 +0000 (+0000) Subject: removed redundant NEW_LIBC check X-Git-Tag: PRE_NEW_VM_GEN_PATCH~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e12ea3c30d3e3adbe2e8feea97d469f1a129320d;p=php removed redundant NEW_LIBC check --- 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