X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=uconfig.h;h=c8b7efe808a2ff4567c5da42706a53acec365bd5;hb=2d92f8a00cb1e1f5a01e5a2057563ce78851c792;hp=be68ef32c4584dfab51641ee7a3cf217e48174f1;hpb=298695c9647a7e6be1d9d43093c9a1ac9bbf4bd0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/uconfig.h b/uconfig.h index be68ef3..c8b7efe 100644 --- a/uconfig.h +++ b/uconfig.h @@ -1793,7 +1793,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) @@ -3666,7 +3667,7 @@ * (presumably) be similar. * See the INSTALL file for how this works. */ -#define PERL_XS_APIVERSION "5.005" +#define PERL_XS_APIVERSION "5.008" #define PERL_PM_APIVERSION "5.005" /* HAS_CRYPT: