From e12ea3c30d3e3adbe2e8feea97d469f1a129320d Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Mon, 27 Sep 2004 14:25:13 +0000 Subject: [PATCH] removed redundant NEW_LIBC check --- 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 0466ed99aa4..c527696c6b2 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