X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=NetWare%2Fconfig_H.wc;h=be5a841d27152d858278292d7759e2590c65cd22;hb=30ef33217aeee51ee47b2433e9384b011646254a;hp=93921318b8a8cf2cf26e10a2810631d5592887f6;hpb=4282de365ad3986f7690c8ae5aeb465272208972;p=p5sagit%2Fp5-mst-13.2.git diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc index 9392131..be5a841 100644 --- a/NetWare/config_H.wc +++ b/NetWare/config_H.wc @@ -1558,7 +1558,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) @@ -2618,6 +2619,12 @@ /*#define PERL_PRIeldbl "e" /**/ /*#define PERL_SCNfldbl undef /**/ +#$d_PRIfldbl PERL_PRIfldbl $sPRIfldbl /**/ +#$d_PRIgldbl PERL_PRIgldbl $sPRIgldbl /**/ +#$d_PRIeldbl PERL_PRIeldbl $sPRIeldbl /**/ + +/*#$d_SCNfldbl PERL_SCNfldbl $sSCNfldbl /**/ + /* Off_t: * This symbol holds the type used to declare offsets in the kernel. * It can be int, long, off_t, etc... It may be necessary to include