]> granicus.if.org Git - php/commitdiff
removing unwanted NetWare portion
authorAnantha Kesari H Y <hyanantha@php.net>
Tue, 28 Jun 2005 15:19:35 +0000 (15:19 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Tue, 28 Jun 2005 15:19:35 +0000 (15:19 +0000)
ext/standard/microtime.c

index c32c54d4092848d5223b969c5b35a4df0b79b16e..cbd09677452ef65b8a994565a0b6c44d33f3bde6 100644 (file)
 #endif
 #ifdef PHP_WIN32
 #include "win32/time.h"
-#elif defined(NETWARE)
-#ifdef NEW_LIBC
-#include <sys/timeval.h>
-#else
-#include "netware/time_nw.h"
-#endif
 #else
 #include <sys/time.h>
 #endif