Add a parameter to win32_get_{priv,site,vendor}lib(), to return the length,
[p5sagit/p5-mst-13.2.git] / time64_config.h
index c22a115..4032acd 100644 (file)
@@ -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.
@@ -67,9 +74,9 @@
    can handle.  We will use your system functions if the time falls
    inside these ranges.
 */
-#define SYSTEM_LOCALTIME_MAX    LOCALTIME_MAX
-#define SYSTEM_LOCALTIME_MIN    LOCALTIME_MIN
-#define SYSTEM_GMTIME_MAX       GMTIME_MAX
-#define SYSTEM_GMTIME_MIN       GMTIME_MIN
+#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)
 
-#endif TIME64_CONFIG_H
+#endif /* TIME64_CONFIG_H */