]> granicus.if.org Git - php/commitdiff
removed unwanted NEW_LIBC checks and comments
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 27 Sep 2004 14:19:07 +0000 (14:19 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 27 Sep 2004 14:19:07 +0000 (14:19 +0000)
ext/snmp/snmp.c

index 2100008a2e8fde8f378ca8b393e7ca94883a0616..6846cf51398a59c03d59d6b7fc99dc33f28e2fd4 100644 (file)
 #include "win32/time.h"
 #elif defined(NETWARE)
 #ifdef USE_WINSOCK
-/*#include <ws2nlm.h>*/
 #include <novsock2.h>
 #else
 #include <sys/socket.h>
 #endif
 #include <errno.h>
-/*#include <process.h>*/
-#ifdef NEW_LIBC
 #include <sys/timeval.h>
 #else
-#include "netware/time_nw.h"
-#endif
-#else
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>