From 461d5a49bcaf1bdc023edb10ef9b6c0606ec0131 Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" Date: Sat, 4 Oct 2008 18:24:54 -0400 Subject: Update from y2038. Add trace code. Fix implied negative time in localtie64_r(). This fixes Windows. Put in some more tests around small negative and positive times to try and catch the above. Explain the loss of accuracy due to use of doubles in perlport. --- time64_config.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'time64_config.h') diff --git a/time64_config.h b/time64_config.h index c22a1153e2..6b54534cbb 100644 --- a/time64_config.h +++ b/time64_config.h @@ -7,6 +7,13 @@ Sensible defaults provided. */ +/* Debugging + TIME_64_DEBUG + Define if you want debugging messages +*/ +/* #define TIME_64_DEBUG */ + + /* INT_64_T A 64 bit integer type to use to store time and others. Must be defined. -- cgit v1.2.1