From 9ab5d30e3bd82e8e02adf5c67c505fb1aa316373 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Sun, 4 Feb 2001 19:00:27 +0000
Subject: [PATCH] Ingo Ralf Blum made it compile with the newest cygwin

---
 lib/if2ip.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/if2ip.h b/lib/if2ip.h
index 6a4801c2e2..2fbb471d75 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
-- 
GitLab