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

@@ -32,7 +32,7 @@
#endif
#if !defined(WIN32) && !defined(__BEOS__) && !defined(__CYGWIN32__) && \
!defined(__riscos__) && !defined(__INTERIX)
!defined(__riscos__) && !defined(__INTERIX) && !defined(NETWARE)
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
@@ -125,5 +125,8 @@ char *Curl_if2ip(char *interface, char *buf, int buf_size)
/* -- end of if2ip() -- */
#else
#define if2ip(x) NULL
char *Curl_if2ip(char *interface, char *buf, int buf_size)
{
return NULL;
}
#endif