X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=time64_config.h;h=42cc12c88e427a48ebe18c9407be890fe3fbdd07;hb=6b99f28a36db89d4a6baa5b8598d15bfe4b998cb;hp=6a1cd9d06304d0b9eef7c76b0ef27cc190276bc3;hpb=ec4d613228615e5a9cc9bc190eb78ec02aadcda0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/time64_config.h b/time64_config.h index 6a1cd9d..42cc12c 100644 --- a/time64_config.h +++ b/time64_config.h @@ -15,10 +15,10 @@ /* INT_64_T - A 64 bit integer type to use to store time and others. + A numeric type to store time and others. Must be defined. */ -#define INT_64_T Quad_t +#define INT_64_T NV /* USE_TM64 @@ -77,9 +77,9 @@ can handle. We will use your system functions if the time falls inside these ranges. */ -#define SYSTEM_LOCALTIME_MAX CAT2(LOCALTIME_MAX,UL) -#define SYSTEM_LOCALTIME_MIN CAT2(LOCALTIME_MIN,UL) -#define SYSTEM_GMTIME_MAX CAT2(GMTIME_MAX,UL) -#define SYSTEM_GMTIME_MIN CAT2(GMTIME_MIN,UL) +#define SYSTEM_LOCALTIME_MAX CAT2(LOCALTIME_MAX,.0) +#define SYSTEM_LOCALTIME_MIN CAT2(LOCALTIME_MIN,.0) +#define SYSTEM_GMTIME_MAX CAT2(GMTIME_MAX,.0) +#define SYSTEM_GMTIME_MIN CAT2(GMTIME_MIN,.0) #endif /* TIME64_CONFIG_H */