removed unwanted NEW_LIBC checks as they are no more needed for NETAWRE

This commit is contained in:
Anantha Kesari H Y 2004-09-25 14:54:41 +00:00
parent 146cb29054
commit 78ecac2569

View file

@ -26,11 +26,8 @@
#ifdef PHP_WIN32
#include "win32/time.h"
#elif defined(NETWARE)
#ifdef NEW_LIBC
#include <sys/timeval.h>
#else
#include "netware/time_nw.h"
#endif
#include <sys/time.h>
#else
#include <sys/time.h>
#endif