]> granicus.if.org Git - php/commitdiff
Removed redundant NEW_LIBC checks for NetWare
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 5 Jan 2005 10:20:47 +0000 (10:20 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 5 Jan 2005 10:20:47 +0000 (10:20 +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