From ed5cf7b28fc7f4d532d084c2b95da14e7625cf80 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sat, 14 May 2005 22:42:33 +0000 Subject: (svn r2314) - Feature: [ 1187490 ] Patches for building on IRIX (jgilje) --- network_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network_core.h') diff --git a/network_core.h b/network_core.h index e442391fd..4c92be82b 100644 --- a/network_core.h +++ b/network_core.h @@ -57,7 +57,7 @@ typedef struct ifreq IFREQ; # include # include // According to glibc/NEWS, appeared in glibc-2.3. -# if !defined(SUNOS) && !defined(__MORPHOS__) && !defined(__BEOS__) \ +# if !defined(__sgi__) && !defined(SUNOS) && !defined(__MORPHOS__) && !defined(__BEOS__) \ && !(defined(__GLIBC__) && (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 2)) && !defined(__dietlibc__) // If for any reason ifaddrs.h does not exist on your system, comment out // the following two lines and an alternative way will be used to fetch -- cgit v1.2.3-54-g00ecf