define TIME_32_BITS_SIGNED_MAX in utils.h

This commit is contained in:
Andreas Steffen
2009-11-08 18:55:52 +01:00
parent e92e19c177
commit 9f0327e652
3 changed files with 10 additions and 7 deletions
+5
View File
@@ -131,6 +131,11 @@
*/
#define UNDEFINED_TIME 0
/**
* Maximum time since epoch causing wrap-around on Jan 19 03:14:07 UTC 2038
*/
#define TIME_32_BIT_SIGNED_MAX 0x7fffffff
/**
* General purpose boolean type.
*/