From f36354a70f51337c0aae11c97ef9ae90fd477f63 Mon Sep 17 00:00:00 2001 From: truelight Date: Wed, 13 Apr 2005 18:36:29 +0000 Subject: (svn r2191) -Add: OpenTTD now compiles with dietlibc (Aard) --- 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 0ab9942c8..e442391fd 100644 --- a/network_core.h +++ b/network_core.h @@ -58,7 +58,7 @@ typedef struct ifreq IFREQ; # include // According to glibc/NEWS, appeared in glibc-2.3. # if !defined(SUNOS) && !defined(__MORPHOS__) && !defined(__BEOS__) \ - && !(defined(__GLIBC__) && (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 2)) + && !(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 // the list of IPs from the system. -- cgit v1.2.3-54-g00ecf