network_core.h
changeset 1687 2265b1f3de0b
parent 1507 2d09b13f049f
child 1810 bf33a29287e5
--- a/network_core.h	Wed Apr 13 13:09:25 2005 +0000
+++ b/network_core.h	Wed Apr 13 18:36:29 2005 +0000
@@ -58,7 +58,7 @@
 #		include <net/if.h>
 // According to glibc/NEWS, <ifaddrs.h> 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.