diff options
-rw-r--r-- | NetWare/config.wc | 8 | ||||
-rw-r--r-- | NetWare/config_H.wc | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc index c3417b0f0f..28d22903e2 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -78,13 +78,13 @@ ctermid_r_proto='0' ctime_r_proto='0' d_Gconvert='sprintf((b),"%.*g",(n),(x))' d_PRIEldbl='undef' -d_PRIFldbl='undef' -d_PRIGldbl='undef' +d_PRIFldbl='define' +d_PRIGldbl='define' d_PRIX64='undef' d_PRId64='undef' d_PRIeldbl='undef' -d_PRIfldbl='undef' -d_PRIgldbl='undef' +d_PRIfldbl='define' +d_PRIgldbl='define' d_PRIi64='undef' d_PRIo64='undef' d_PRIu64='undef' diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc index 93921318b8..33fbbb1a71 100644 --- a/NetWare/config_H.wc +++ b/NetWare/config_H.wc @@ -2618,6 +2618,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 |