diff options
Diffstat (limited to 'lib/if2ip.h')
-rw-r--r-- | lib/if2ip.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/if2ip.h b/lib/if2ip.h index 45a180531..ddb73ee8b 100644 --- a/lib/if2ip.h +++ b/lib/if2ip.h @@ -24,12 +24,8 @@ ***************************************************************************/ #include "setup.h" -#if !defined(WIN32) && !defined(__BEOS__) && !defined(__CYGWIN32__) && \ - !defined(__riscos__) && !defined(__INTERIX) -extern char *Curl_if2ip(const char *interface, char *buf, int buf_size); -#else -#define Curl_if2ip(a,b,c) NULL -#endif +extern char *Curl_if2ip(const char *interf, char *buf, int buf_size); + #ifdef __INTERIX /* Nedelcho Stanev's work-around for SFU 3.0 */ struct ifreq { |