X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fconfig_H.vc64;h=fbd234292d587e40917c119069c4384ce9fc553c;hb=2a0de2c52ab4e8b4f51332a0e1eaae4b8cff3f48;hp=f9708aeb143b93c07fdc758b78cec1ecb8247553;hpb=542cb85fb9a8a115820bc461945b228d531b4059;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index f9708ae..fbd2342 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -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: @@ -4019,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 @@ -4154,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: @@ -4177,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: