diff options
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r-- | win32/config_H.bc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index b32f385d51..cf1119050c 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -4430,6 +4430,17 @@ #define GMTIME_MAX 2147483647 /**/ #define GMTIME_MIN -2147483648 /**/ +/* LOCALTIME_MAX: + * This symbol contains the maximum value for the time_t offset that + * the system function localtime () accepts, and defaults to 0 + */ +/* LOCALTIME_MIN: + * This symbol contains the minimum value for the time_t offset that + * the system function localtime () accepts, and defaults to 0 + */ +#define LOCALTIME_MAX 2147483647 /**/ +#define LOCALTIME_MIN -2147483648 /**/ + /* USE_64_BIT_INT: * This symbol, if defined, indicates that 64-bit integers should * be used when available. If not defined, the native integers |