]> granicus.if.org Git - php/commitdiff
removed unwanted NEW_LIBC checks as they are no more needed for NETAWRE
authorAnantha Kesari H Y <hyanantha@php.net>
Sat, 25 Sep 2004 14:54:41 +0000 (14:54 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Sat, 25 Sep 2004 14:54:41 +0000 (14:54 +0000)
ext/standard/microtime.c

index 801c73afba5c8f5770d618b317af22ad9b679dcd..3ff82550693a6d0ed1581af1ffa1e3e4b716aab1 100644 (file)
 #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