]> granicus.if.org Git - php/commitdiff
removed redundant NEW_LIBC check
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 27 Sep 2004 14:25:13 +0000 (14:25 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 27 Sep 2004 14:25:13 +0000 (14:25 +0000)
ext/ftp/php_ftp.c

index 0466ed99aa4f8feafcce882028d29c93581016b4..c527696c6b2ca2d57a5bad9a4828717f889d7ecb 100644 (file)
 
 #include "php.h"
 
-#ifdef NETWARE
-#ifdef USE_WINSOCK
+#if defined(NETWARE) && defined(USE_WINSOCK)
 #include <novsock2.h>
-#else
-#ifndef NEW_LIBC
-#include <sys/socket.h>
-#endif
-#endif
 #endif
 
 #if HAVE_OPENSSL_EXT