1
0
Fork 0

possible fix for 10.6

This commit is contained in:
Frank Celler 2012-04-01 21:15:15 +02:00
parent ebb7d7dc98
commit 5748f08a01
1 changed files with 4 additions and 1 deletions

View File

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