summaryrefslogtreecommitdiff
path: root/ext/snmp
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2004-09-27 14:19:07 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2004-09-27 14:19:07 +0000
commite510e26aa6e58a43c4d39223450c282feb4abd84 (patch)
tree951f2c50eed9590604df1276f1175df15bae6e07 /ext/snmp
parent9291a7fa98c3ceab5aef75b7e6f99da7efca8581 (diff)
downloadphp-git-e510e26aa6e58a43c4d39223450c282feb4abd84.tar.gz
removed unwanted NEW_LIBC checks and comments
Diffstat (limited to 'ext/snmp')
-rw-r--r--ext/snmp/snmp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c
index 2100008a2e..6846cf5139 100644
--- a/ext/snmp/snmp.c
+++ b/ext/snmp/snmp.c
@@ -40,19 +40,13 @@
#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>