mirror of https://gitee.com/bigwinds/arangodb
possible fix for 10.6
This commit is contained in:
parent
ebb7d7dc98
commit
5748f08a01
|
@ -84,7 +84,6 @@
|
|||
#define TRI_HAVE_SYS_TIME_H 1
|
||||
#define TRI_HAVE_UNISTD_H 1
|
||||
|
||||
#define TRI_HAVE_GETLINE 1
|
||||
#define TRI_HAVE_GETTIMEOFDAY 1
|
||||
#define TRI_HAVE_GMTIME_R 1
|
||||
#define TRI_HAVE_LINUX_SOCKETS 1
|
||||
|
@ -95,6 +94,10 @@
|
|||
|
||||
#define TRI_OVERLOAD_FUNCS_SIZE_T 1
|
||||
|
||||
#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070
|
||||
#define TRI_HAVE_GETLINE 1
|
||||
#endif
|
||||
|
||||
#if __WORDSIZE == 64
|
||||
#define TRI_SIZEOF_SIZE_T 8
|
||||
#define TRI_ALIGNOF_VOIDP 8
|
||||
|
|
Loading…
Reference in New Issue