Browse Source

removed redundant NEW_LIBC check

PHP-5.1
Anantha Kesari H Y 22 years ago
parent
commit
e12ea3c30d
  1. 8
      ext/ftp/php_ftp.c

8
ext/ftp/php_ftp.c

@ -25,14 +25,8 @@
#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

Loading…
Cancel
Save