vlmcsd-svn934-2016-06-17-Hotbird64

This commit is contained in:
Wind4 2016-06-28 13:07:01 +08:00
parent c479a67c2c
commit f72621f166
40 changed files with 17704 additions and 1002 deletions

View file

@ -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