diff options
| author | Anantha Kesari H Y <hyanantha@php.net> | 2004-09-27 14:19:07 +0000 |
|---|---|---|
| committer | Anantha Kesari H Y <hyanantha@php.net> | 2004-09-27 14:19:07 +0000 |
| commit | e510e26aa6e58a43c4d39223450c282feb4abd84 (patch) | |
| tree | 951f2c50eed9590604df1276f1175df15bae6e07 /ext/snmp | |
| parent | 9291a7fa98c3ceab5aef75b7e6f99da7efca8581 (diff) | |
| download | php-git-e510e26aa6e58a43c4d39223450c282feb4abd84.tar.gz | |
removed unwanted NEW_LIBC checks and comments
Diffstat (limited to 'ext/snmp')
| -rw-r--r-- | ext/snmp/snmp.c | 6 |
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> |
