]> granicus.if.org Git - php/commitdiff
removing the redundant NEW_LIBC checks
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 22 Jun 2005 11:29:07 +0000 (11:29 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 22 Jun 2005 11:29:07 +0000 (11:29 +0000)
main/main.c

index 49bf3d9cbfd878787385f44c067e7597996a19f6..afa82db5a6aa54bfbc4f5b7a2a3f7174dae00004 100644 (file)
 #include "win32/signal.h"
 #include <process.h>
 #elif defined(NETWARE)
-#ifdef NEW_LIBC
 #include <sys/timeval.h>
-#else
-#include "netware/time_nw.h"
-#endif
-/*#include "netware/signal_nw.h"*/
-/*#include "netware/env.h"*/    /* Temporary */
-/*#include <process.h>*/
 #ifdef USE_WINSOCK
 #include <novsock2.h>
 #endif