X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fconfig_H.vc;h=7d64e6b70deb59dd1cc15ab43b172792697c3497;hb=cb1ce60838923277ddef8cb8d26370507470dbd7;hp=4b51a09637e34f73dd8267ab113a16fdd5fa1643;hpb=8839b9e4d8298a3a391565140d81e71c232cf831;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/config_H.vc b/win32/config_H.vc index 4b51a09..7d64e6b 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -1748,7 +1748,8 @@ /* HAS_GNULIBC: * This symbol, if defined, indicates to the C program that - * the GNU C library is being used. + * the GNU C library is being used. A better check is to use + * the __GLIBC__ and __GLIBC_MINOR__ symbols supplied with glibc. */ /*#define HAS_GNULIBC /**/ #if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE) @@ -3201,7 +3202,7 @@ * in programs that are not prepared to deal with ~ expansion at run-time. */ #define PRIVLIB "c:\\perl\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.7.3")) /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.8.0")) /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3328,7 +3329,7 @@ * be tacked onto this variable to generate a list of directories to search. */ #define SITELIB "c:\\perl\\site\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.7.3")) /**/ +#define SITELIB_EXP (win32_get_sitelib("5.8.0")) /**/ #define SITELIB_STEM "" /**/ /* Size_t_size: @@ -3594,7 +3595,7 @@ * (presumably) be similar. * See the INSTALL file for how this works. */ -#define PERL_XS_APIVERSION "5.6.0" +#define PERL_XS_APIVERSION "5.8.0" #define PERL_PM_APIVERSION "5.005" /* HAS_CRYPT: