]> granicus.if.org Git - php/commitdiff
removed redundant NEW_LIBC checks for NETWARE
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 29 Sep 2004 10:36:24 +0000 (10:36 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 29 Sep 2004 10:36:24 +0000 (10:36 +0000)
main/main.c

index f1080f62cfba883f77df268505f4fc163fdfa099..9004c37ab499f09469b7e4d729aa60942ac418cd 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