X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fconfig_H.vc64;h=f9708aeb143b93c07fdc758b78cec1ecb8247553;hb=410be5dba347e0340059d489e15d034982d73278;hp=4238cca07dfc40eab5255940cb39da03cf1b843d;hpb=3bf969c5666cc875b9f8de7ec33cabcc26d26796;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 4238cca..f9708ae 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -79,6 +79,12 @@ #define const #endif +/* HAS_CTERMID: + * This symbol, if defined, indicates that the ctermid routine is + * available to generate filename for terminal. + */ +/*#define HAS_CTERMID /**/ + /* HAS_CUSERID: * This symbol, if defined, indicates that the cuserid routine is * available to get character login names. @@ -215,7 +221,7 @@ * to kill process groups. If unavailable, you probably should use kill * with a negative process number. */ -/*#define HAS_KILLPG /**/ +#define HAS_KILLPG /**/ /* HAS_LINK: * This symbol, if defined, indicates that the link routine is @@ -944,7 +950,7 @@ * This symbol contains the ~name expanded version of ARCHLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define ARCHLIB "c:\\perl\\5.9.4\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.9.5\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* ARCHNAME: @@ -979,8 +985,8 @@ * This symbol, if defined, indicates that we'd like to relocate entries * in @INC at run time based on the location of the perl binary. */ -#define BIN "c:\\perl\\5.9.4\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.9.4\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.9.5\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.9.5\\bin\\MSWin32-x86" /**/ /*#define PERL_RELOCATABLE_INC "" /**/ /* INTSIZE: @@ -1131,6 +1137,9 @@ /* HASATTRIBUTE_FORMAT: * Can we handle GCC attribute for checking printf-style formats */ +/* PRINTF_FORMAT_NULL_OK: + * Allows __printf__ format to be null when checking printf-style + */ /* HASATTRIBUTE_MALLOC: * Can we handle GCC attribute for malloc-style functions. */ @@ -1150,6 +1159,7 @@ * Can we handle GCC attribute for warning on unused results */ /*#define HASATTRIBUTE_FORMAT /**/ +/*#define PRINTF_FORMAT_NULL_OK /**/ /*#define HASATTRIBUTE_MALLOC /**/ /*#define HASATTRIBUTE_NONNULL /**/ /*#define HASATTRIBUTE_NORETURN /**/ @@ -2251,6 +2261,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 @@ -2258,6 +2274,7 @@ * is defined. */ /*#define HAS_LOCALTIME_R /**/ +/*#define LOCALTIME_R_NEEDS_TZSET /**/ #define LOCALTIME_R_PROTO 0 /**/ /* HAS_LONG_DOUBLE: @@ -3257,6 +3274,12 @@ */ /*#define HAS_VFORK /**/ +/* HAS_PSEUDOFORK: + * This symbol, if defined, indicates that an emulation of the + * fork routine is available. + */ +/*#define HAS_PSEUDOFORK /**/ + /* Signal_t: * This symbol's value is either "void" or "int", corresponding to the * appropriate return type of a signal handler. Thus, you can declare @@ -3996,8 +4019,8 @@ * This symbol contains the ~name expanded version of PRIVLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define PRIVLIB "c:\\perl\\5.9.4\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.9.4")) /**/ +#define PRIVLIB "c:\\perl\\5.9.5\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.9.5")) /**/ /* CAN_PROTOTYPE: * If defined, this macro indicates that the C compiler can handle @@ -4131,7 +4154,7 @@ * This symbol contains the ~name expanded version of SITEARCH, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITEARCH "c:\\perl\\site\\5.9.4\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.9.5\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -4154,8 +4177,8 @@ * removed. The elements in inc_version_list (inc_version_list.U) can * be tacked onto this variable to generate a list of directories to search. */ -#define SITELIB "c:\\perl\\site\\5.9.4\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.9.4")) /**/ +#define SITELIB "c:\\perl\\site\\5.9.5\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.9.5")) /**/ #define SITELIB_STEM "" /**/ /* Size_t_size: