mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
removed unwanted NEW_LIBC checks as they are no more needed for NETAWRE
This commit is contained in:
parent
146cb29054
commit
78ecac2569
1 changed files with 1 additions and 4 deletions
|
@ -26,11 +26,8 @@
|
||||||
#ifdef PHP_WIN32
|
#ifdef PHP_WIN32
|
||||||
#include "win32/time.h"
|
#include "win32/time.h"
|
||||||
#elif defined(NETWARE)
|
#elif defined(NETWARE)
|
||||||
#ifdef NEW_LIBC
|
|
||||||
#include <sys/timeval.h>
|
#include <sys/timeval.h>
|
||||||
#else
|
#include <sys/time.h>
|
||||||
#include "netware/time_nw.h"
|
|
||||||
#endif
|
|
||||||
#else
|
#else
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue