From 5b55f9ecb34a00af236b2275ffa9adab492a93b6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 17 Mar 2004 12:46:42 +0000 Subject: =?UTF-8?q?G=FCnter=20Knauf's=20NetWare=20changes.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/setup.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/setup.h') diff --git a/lib/setup.h b/lib/setup.h index a8b44134c..2aeb16f49 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -50,6 +50,10 @@ /* hand-modified VMS config.h! */ #include "config-vms.h" #endif +#ifdef NETWARE +/* hand-modified NetWare config.h! */ +#include "config-netware.h" +#endif #ifdef macintosh /* hand-modified MacOS config.h! */ #include "config-mac.h" @@ -290,4 +294,8 @@ typedef struct in_addr Curl_ipconnect; #endif #endif +#ifdef NETWARE +#undef HAVE_ALARM +#endif + #endif /* __CONFIG_H */ -- cgit v1.2.3