diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-07-07 20:03:00 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-07-07 20:03:00 +0000 |
commit | 81c4fd9ed76693652365ade5cfe1811926de24d8 (patch) | |
tree | 789183e2843e4fc18b975d1ba070c1e4d3bc32fc /config_h.SH | |
parent | 2fd0906e146b3dd212fe42571a111fa13d741cc4 (diff) | |
download | perl-81c4fd9ed76693652365ade5cfe1811926de24d8.tar.gz |
Part one of y2038 changes for Schwern
p4raw-id: //depot/perl@34105
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 37fe1e80c9..07f7daac7e 100644 --- a/config_h.SH +++ b/config_h.SH @@ -4446,6 +4446,17 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #define STDIO_STREAM_ARRAY $stdio_stream_array #endif +/* GMTIME_MAX: + * This symbol contains the maximum value for the time_t offset that + * the system function gmtime () accepts, and defaults to 0 + */ +/* GMTIME_MIN: + * This symbol contains the minimum value for the time_t offset that + * the system function gmtime () accepts, and defaults to 0 + */ +#define GMTIME_MAX $sGMTIME_max /**/ +#define GMTIME_MIN $sGMTIME_min /**/ + /* USE_64_BIT_INT: * This symbol, if defined, indicates that 64-bit integers should * be used when available. If not defined, the native integers |