(svn r2314) - Feature: [ 1187490 ] Patches for building on IRIX (jgilje)

This commit is contained in:
Darkvater
2005-05-14 22:42:33 +00:00
parent 220e5be863
commit 4c0c553a8f
3 changed files with 7 additions and 1 deletions

View File

@@ -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