(svn r14177) -Fix: define INADDR_NONE only when it hasn't been defined yet

pull/155/head
smatz 16 years ago
parent 6074de33d0
commit eeaeecd255

@ -69,7 +69,7 @@ typedef unsigned long in_addr_t;
# 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)

Loading…
Cancel
Save