author | smatz |
Mon, 25 Aug 2008 22:10:47 +0000 | |
changeset 10018 | 2b0910cbba27 |
parent 10017 | c0eb11a864d7 |
child 10019 | 76ac1a1696bc |
--- a/src/network/core/os_abstraction.h Mon Aug 25 20:54:34 2008 +0000 +++ b/src/network/core/os_abstraction.h Mon Aug 25 22:10:47 2008 +0000 @@ -69,7 +69,7 @@ # include <ifaddrs.h> # define HAVE_GETIFADDRS # endif -# if defined(SUNOS) || defined(__MORPHOS__) || defined(__BEOS__) +# if !defined(INADDR_NONE) # define INADDR_NONE 0xffffffff # endif # if defined(__BEOS__) && !defined(BEOS_NET_SERVER)