]> granicus.if.org Git - php/commitdiff
NetWare related additions/modifications
authorAnantha Kesari H Y <hyanantha@php.net>
Thu, 5 Sep 2002 11:50:43 +0000 (11:50 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Thu, 5 Sep 2002 11:50:43 +0000 (11:50 +0000)
ext/snmp/snmp.c

index 623d1b541e32f02b6f7b244830f10a9aa1e2508a..f9924286ffb913b55ce3a1810bb12ff533ce2a15 100644 (file)
 #include <errno.h>
 #include <process.h>
 #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>