X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fconfig_H.vc64;h=fbd234292d587e40917c119069c4384ce9fc553c;hb=2a0de2c52ab4e8b4f51332a0e1eaae4b8cff3f48;hp=44c47ddcbd5dbbdee012e4fd22f67a941323b7b0;hpb=63cdf24b4587df192f2f3f9a9c78a397a2e527db;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 44c47dd..fbd2342 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -221,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 @@ -635,6 +635,12 @@ */ #define I_ARPA_INET /**/ +/* I_ASSERT: + * This symbol, if defined, indicates to the C program that it could + * include to get the assert() macro. + */ +#define I_ASSERT /**/ + /* I_DBM: * This symbol, if defined, indicates that exists and should * be included. @@ -950,7 +956,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.5\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.11.0\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* ARCHNAME: @@ -985,8 +991,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.5\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.9.5\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.11.0\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.11.0\\bin\\MSWin32-x86" /**/ /*#define PERL_RELOCATABLE_INC "" /**/ /* INTSIZE: @@ -3274,6 +3280,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 @@ -4013,8 +4025,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.5\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.9.5")) /**/ +#define PRIVLIB "c:\\perl\\5.11.0\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.11.0")) /**/ /* CAN_PROTOTYPE: * If defined, this macro indicates that the C compiler can handle @@ -4148,7 +4160,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.5\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.11.0\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -4171,8 +4183,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.5\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.9.5")) /**/ +#define SITELIB "c:\\perl\\site\\5.11.0\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.11.0")) /**/ #define SITELIB_STEM "" /**/ /* Size_t_size: