From 4097d81323214a711f48b1ce93e744bfed3b53e4 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 30 Apr 2008 07:39:46 +0000 Subject: (svn r12930) -Add: build support for NetBSD and HP-UX. Patch by ahoka. --- src/network/core/os_abstraction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network') diff --git a/src/network/core/os_abstraction.h b/src/network/core/os_abstraction.h index c1f7b028a..914c152fe 100644 --- a/src/network/core/os_abstraction.h +++ b/src/network/core/os_abstraction.h @@ -62,7 +62,7 @@ typedef unsigned long in_addr_t; # include /* According to glibc/NEWS, appeared in glibc-2.3. */ # if !defined(__sgi__) && !defined(SUNOS) && !defined(__MORPHOS__) && !defined(__BEOS__) && !defined(__INNOTEK_LIBC__) \ - && !(defined(__GLIBC__) && (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 2)) && !defined(__dietlibc__) + && !(defined(__GLIBC__) && (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 2)) && !defined(__dietlibc__) && !defined(HPUX) /* 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