]> granicus.if.org Git - php/commitdiff
removed the redundant NEW_LIBC checks
authorAnantha Kesari H Y <hyanantha@php.net>
Sat, 25 Sep 2004 14:09:45 +0000 (14:09 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Sat, 25 Sep 2004 14:09:45 +0000 (14:09 +0000)
ext/standard/fsock.h

index e38035a89fe1cb6b130a3c65087ec3d4b0164763..c28e2511ea43a3cf1bdb38d7435e17059e36863a 100644 (file)
 #define FSOCK_H
 
 #ifdef NETWARE
-#ifdef NEW_LIBC
 #include "sys/timeval.h"
-#else
-#include "netware/time_nw.h"    /* For 'timeval' */
-#endif
 #endif
 
 #include "file.h"