Browse Source

removed unwanted NEW_LIBC checks and comments

PHP-5.1
Anantha Kesari H Y 22 years ago
parent
commit
e510e26aa6
  1. 6
      ext/snmp/snmp.c

6
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>

Loading…
Cancel
Save