X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fconfig_H.bc;h=166322c9df43c4256394fbe49385d9b19719ab69;hb=51254d33a14eeacb273f244a97f13b86d9e56aa2;hp=f9ee98f0da70fd38379398e1cd0424e26d2eb07f;hpb=aeb8b986a1665673ee977bbacc4401c792f66cd1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/config_H.bc b/win32/config_H.bc index f9ee98f..166322c 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -951,7 +951,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.3\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.9.4\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* ARCHNAME: @@ -982,8 +982,8 @@ * This symbol is the filename expanded version of the BIN symbol, for * programs that do not want to deal with that at run-time. */ -#define BIN "c:\\perl\\5.9.3\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.9.3\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.9.4\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.9.4\\bin\\MSWin32-x86" /**/ /* INTSIZE: * This symbol contains the value of sizeof(int) so that the C @@ -3351,8 +3351,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.3\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.9.3")) /**/ +#define PRIVLIB "c:\\perl\\5.9.4\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.9.4")) /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3459,7 +3459,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.3\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.9.4\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -3482,8 +3482,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.3\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.9.3")) /**/ +#define SITELIB "c:\\perl\\site\\5.9.4\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.9.4")) /**/ #define SITELIB_STEM "" /**/ /* Size_t_size: @@ -3836,6 +3836,16 @@ */ /*#define HAS_AINTL / **/ +/* HAS_BUILTIN_CHOOSE_EXPR: + * Can we handle GCC builtin for compile-time ternary-like expressions + */ +/* HAS_BUILTIN_EXPECT: + * Can we handle GCC builtin for telling that certain values are more + * likely + */ +/*#define HAS_BUILTIN_EXPECT / **/ +/*#define HAS_BUILTIN_CHOOSE_EXPR /**/ + /* HAS_CLEARENV: * This symbol, if defined, indicates that the clearenv () routine is * available for use. @@ -4046,6 +4056,12 @@ */ /*#define I_LANGINFO /**/ +/* PERL_MAD: + * This symbol, if defined, indicates that the Misc Attribution + * Declaration code should be conditionally compiled. + */ +/*#define PERL_MAD /**/ + /* USE_FAST_STDIO: * This symbol, if defined, indicates that Perl should * be built to use 'fast stdio'.