aboutsummaryrefslogtreecommitdiff
path: root/lib/if2ip.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-02-04 19:00:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-02-04 19:00:27 +0000
commit9ab5d30e3bd82e8e02adf5c67c505fb1aa316373 (patch)
tree41180532e0f5f1b4a1353a8da96415c1d14f892f /lib/if2ip.h
parent3b44a3df765318b535ddff9234439b64152fa2fe (diff)
Ingo Ralf Blum made it compile with the newest cygwin
Diffstat (limited to 'lib/if2ip.h')
-rw-r--r--lib/if2ip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/if2ip.h b/lib/if2ip.h
index 6a4801c2e..2fbb471d7 100644
--- a/lib/if2ip.h
+++ b/lib/if2ip.h
@@ -24,7 +24,7 @@
*****************************************************************************/
#include "setup.h"
-#if ! defined(WIN32) && ! defined(__BEOS__)
+#if ! defined(WIN32) && ! defined(__BEOS__) && !defined(__CYGWIN32__)
extern char *Curl_if2ip(char *interface, char *buf, int buf_size);
#else
#define Curl_if2ip(a,b,c) NULL