Gnter Knauf's NetWare changes.

This commit is contained in:
Daniel Stenberg
2004-03-17 12:46:42 +00:00
parent 3417e0b0fc
commit 5b55f9ecb3
20 changed files with 1939 additions and 7 deletions

View File

@@ -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 */