X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fconfig_H.ce;h=ab1bc33365d9bb37fed21c154476dc70a8f21ad7;hb=3890ecea71e8d1097fd1d7614b8a095c06dbb4f5;hp=4fecfa830986406f8783ec29a934466f669301c1;hpb=666ea1927d03c6430ac8120e8603244e721e20a0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/config_H.ce b/win32/config_H.ce index 4fecfa8..ab1bc33 100644 --- a/win32/config_H.ce +++ b/win32/config_H.ce @@ -1880,6 +1880,12 @@ * This symbol, if defined, indicates that the localtime_r routine * is available to localtime re-entrantly. */ +/* LOCALTIME_R_NEEDS_TZSET: + * Many libc's localtime_r implementations do not call tzset, + * making them differ from localtime(), and making timezone + * changes using $ENV{TZ} without explicitly calling tzset + * impossible. This symbol makes us call tzset before localtime_r + */ /* LOCALTIME_R_PROTO: * This symbol encodes the prototype of localtime_r. * It is zero if d_localtime_r is undef, and one of the @@ -1887,6 +1893,7 @@ * is defined. */ /*#define HAS_LOCALTIME_R /**/ +/*#define LOCALTIME_R_NEEDS_TZSET /**/ #define LOCALTIME_R_PROTO 0 /**/ /* HAS_LONG_DOUBLE: @@ -3341,7 +3348,7 @@ * in programs that are not prepared to deal with ~ expansion at run-time. */ #define PRIVLIB "\\Storage Card\\perl58m\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.9.4")) /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.9.5")) /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3472,7 +3479,7 @@ * be tacked onto this variable to generate a list of directories to search. */ #define SITELIB "\\Storage Card\\perl58m\\site\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.9.4")) /**/ +#define SITELIB_EXP (win32_get_sitelib("5.9.5")) /**/ #define SITELIB_STEM "" /**/ /* Size_t_size: