mirror of
https://github.com/Wind4/vlmcsd
synced 2025-12-21 07:56:23 +00:00
vlmcsd-svn934-2016-06-17-Hotbird64
This commit is contained in:
6
types.h
6
types.h
@@ -37,6 +37,12 @@
|
||||
#endif // _WIN32
|
||||
|
||||
|
||||
#if __linux__ // Some versions of uclibc do not define IP_FREEBIND in the correct header file
|
||||
#ifndef IP_FREEBIND
|
||||
#define IP_FREEBIND 15
|
||||
#endif // IP_FREEBIND
|
||||
#endif // __linux__
|
||||
|
||||
#if (IP_BINDANY || IP_FREEBIND || IPV6_BINDANY || IP_NONLOCALOK) && !defined(NO_FREEBIND) && !defined(USE_MSRPC) && !defined(SIMPLE_SOCKETS)
|
||||
#define HAVE_FREEBIND 1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user