]> granicus.if.org Git - curl/commitdiff
Ingo Ralf Blum made it compile with the newest cygwin
authorDaniel Stenberg <daniel@haxx.se>
Sun, 4 Feb 2001 19:00:27 +0000 (19:00 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 4 Feb 2001 19:00:27 +0000 (19:00 +0000)
lib/if2ip.h

index 6a4801c2e214e7695b7b3e929ecba5a02d74ca76..2fbb471d75b4f9921a7257002fb515ca7445ebc9 100644 (file)
@@ -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