summaryrefslogtreecommitdiff
path: root/network_core.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-05-14 22:42:33 +0000
committerDarkvater <darkvater@openttd.org>2005-05-14 22:42:33 +0000
commit4c0c553a8f5c2c2ce17d41ff4485f408f8ceaae5 (patch)
tree59a6d14cf6229925dfeec03df0b7112f1827c2da /network_core.h
parent220e5be863b020dde8b40216d49e83f9de400ad7 (diff)
downloadopenttd-4c0c553a8f5c2c2ce17d41ff4485f408f8ceaae5.tar.xz
(svn r2314) - Feature: [ 1187490 ] Patches for building on IRIX (jgilje)
Diffstat (limited to 'network_core.h')
-rw-r--r--network_core.h2
1 files changed, 1 insertions, 1 deletions
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 <arpa/inet.h>
# include <net/if.h>
// According to glibc/NEWS, <ifaddrs.h> 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