aboutsummaryrefslogtreecommitdiff
path: root/lib/if2ip.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-16 07:09:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-16 07:09:28 +0000
commita275365c72fb628c8ea1e246aac02f6ebcb2b20b (patch)
tree4036c63061b005fa50345dfa5aa040285cfeddf4 /lib/if2ip.h
parent80ef1bad86ec23f65ceaa72286bfa0b882cec8bd (diff)
Avoid Curl_if2ip() on Interix as well. Fix by Rodney.
Diffstat (limited to 'lib/if2ip.h')
-rw-r--r--lib/if2ip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/if2ip.h b/lib/if2ip.h
index 566d68ba8..239087d74 100644
--- a/lib/if2ip.h
+++ b/lib/if2ip.h
@@ -24,8 +24,8 @@
***************************************************************************/
#include "setup.h"
-#if ! defined(WIN32) && ! defined(__BEOS__) && !defined(__CYGWIN32__) && \
- ! defined(__riscos__)
+#if !defined(WIN32) && !defined(__BEOS__) && !defined(__CYGWIN32__) && \
+ !defined(__riscos__) !defined(__INTERIX)
extern char *Curl_if2ip(char *interface, char *buf, int buf_size);
#else
#define Curl_if2ip(a,b,c) NULL