mirror of
https://github.com/Wind4/vlmcsd
synced 2025-12-21 07:56:23 +00:00
vlmcsd-svn977-2016-07-13-Hotbird64
This commit is contained in:
4
types.h
4
types.h
@@ -47,6 +47,10 @@
|
||||
#define HAVE_FREEBIND 1
|
||||
#endif
|
||||
|
||||
#if !defined(NO_GETIFADDRS) && !defined(USE_MSRPC) && !defined(SIMPLE_SOCKETS) && !defined(NO_SOCKETS) && !defined(NO_PRIVATE_IP_DETECT)
|
||||
#define HAVE_GETIFADDR 1
|
||||
#endif
|
||||
|
||||
#ifndef alloca
|
||||
#ifdef __GNUC__
|
||||
#define alloca(x) __builtin_alloca(x)
|
||||
|
||||
Reference in New Issue
Block a user