make ares compile again for NetWare.

This commit is contained in:
Gunter Knauf 2005-08-10 17:03:53 +00:00
parent f3fcd409d5
commit 8b571fbbb1
2 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,10 @@
#define writev(s,v,c) writev_s(s,v,c)
#endif
#ifdef NETWARE
#include <time.h>
#endif
#define DEFAULT_TIMEOUT 5
#define DEFAULT_TRIES 4
#ifndef INADDR_NONE

View File

@ -36,6 +36,9 @@
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
#ifdef NETWARE
#include <sys/filio.h>
#endif
#endif
#include <string.h>