mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
removed redundant NEW_LIBC checks
This commit is contained in:
parent
32788092da
commit
549ec65eee
1 changed files with 0 additions and 9 deletions
|
@ -38,14 +38,6 @@
|
|||
#ifdef PHP_WIN32
|
||||
#define O_RDONLY _O_RDONLY
|
||||
#include "win32/param.h"
|
||||
#elif defined(NETWARE)
|
||||
/*#include <ws2nlm.h>*/
|
||||
/*#include <sys/socket.h>*/
|
||||
#ifdef NEW_LIBC
|
||||
#include <sys/param.h>
|
||||
#else
|
||||
#include "netware/param.h"
|
||||
#endif
|
||||
#else
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
|
@ -60,7 +52,6 @@
|
|||
#ifdef PHP_WIN32
|
||||
#include <winsock2.h>
|
||||
#elif defined(NETWARE) && defined(USE_WINSOCK)
|
||||
/*#include <ws2nlm.h>*/
|
||||
#include <novsock2.h>
|
||||
#else
|
||||
#include <netinet/in.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue