From b481d6fd2d87f6068476fb0e1e9a440b7e7a6d88 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Sun, 11 Jul 2004 08:30:23 +0000 Subject: added ifdef for NetWare to ares.h. --- ares.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ares.h') diff --git a/ares.h b/ares.h index 85bfe23..af1a52a 100644 --- a/ares.h +++ b/ares.h @@ -20,7 +20,7 @@ #include -#ifdef _AIX +#if defined(_AIX) || defined(NETWARE) /* HP-UX systems version 9, 10 and 11 lack sys/select.h and so does oldish libc5-based Linux systems. Only include it on system that are known to require it! */ -- cgit v1.2.3