]> granicus.if.org Git - php/commitdiff
removing the redundant NEW_LIBC checks
authorAnantha Kesari H Y <hyanantha@php.net>
Tue, 28 Jun 2005 12:48:28 +0000 (12:48 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Tue, 28 Jun 2005 12:48:28 +0000 (12:48 +0000)
ext/standard/lcg.c

index 5d1f1cd1287367310e8bc1c86be3ea0529336e2c..daa1270c1a2301e6cf73a20215342f34d1e3805c 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
-#else
 #include <sys/time.h>
 #endif