deteect 64 bit

This commit is contained in:
Anthony Minessale
2012-12-12 14:09:39 -06:00
parent e89fe5a03b
commit ddea76280f
2 changed files with 42 additions and 6 deletions
+5
View File
@@ -265,6 +265,11 @@ typedef intptr_t switch_ssize_t;
#endif
#endif
#if UINTPTR_MAX == 0xffffffffffffffff
#define FS_64BIT 1
#endif
#endif
#define SWITCH_TIME_T_FMT SWITCH_INT64_T_FMT