File diff r14271:86e78183a586 → r14272:36cdf415cd1e
src/network/core/os_abstraction.h
Show inline comments
 
@@ -127,6 +127,9 @@ static inline void OTTDfreeaddrinfo(stru
 

	
 
/* UNIX stuff */
 
#if defined(UNIX) && !defined(__OS2__)
 
#	if defined(OPENBSD)
 
#		define AI_ADDRCONFIG 0
 
#	endif
 
#	define SOCKET int
 
#	define INVALID_SOCKET -1
 
#	if !defined(__MORPHOS__) && !defined(__AMIGA__)