1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Ingo Ralf Blum made it compile with the newest cygwin

This commit is contained in:
Daniel Stenberg 2001-02-04 19:00:27 +00:00
parent 3b44a3df76
commit 9ab5d30e3b

View File

@ -24,7 +24,7 @@
*****************************************************************************/ *****************************************************************************/
#include "setup.h" #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); extern char *Curl_if2ip(char *interface, char *buf, int buf_size);
#else #else
#define Curl_if2ip(a,b,c) NULL #define Curl_if2ip(a,b,c) NULL