X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=uconfig.sh;h=e5af70cb882eecc440715b60f034a9c524d091e1;hb=23f3aea032e3289acf8e6a178372c27e8e03f4a0;hp=691d7cf03cd15824af5f571762f6b91e973d9f2d;hpb=251f6efd9e14713ca0c3df28770dc911fb446b7f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/uconfig.sh b/uconfig.sh index 691d7cf..e5af70c 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -16,10 +16,11 @@ clocktype='clock_t' cpp_stuff='42' crosscompile='undef' d_Gconvert='sprintf((b),"%.*g",(n),(x))' -d_PRIEldbl='undef' -d_PRIFldbl='undef' -d_PRIGldbl='undef' -d_PRIX64='undef' +d_SCNfldbl='undef' +d_PRIEUldbl='undef' +d_PRIFUldbl='undef' +d_PRIGUldbl='undef' +d_PRIXU64='undef' d_PRId64='undef' d_PRIeldbl='undef' d_PRIfldbl='undef' @@ -405,6 +406,7 @@ i_varargs='undef' i_varhdr='stdarg.h' i_vfork='undef' ignore_versioned_solibs='y' +installscripts='undef' installstyle='lib/perl5' installusrbinperl='undef' intsize='4' @@ -453,10 +455,10 @@ randbits='48' randfunc='drand48' randseedtype='int' rd_nodata='-1' -sPRIEldbl='"llE"' -sPRIFldbl='"llF"' -sPRIGldbl='"llG"' -sPRIX64='"LX"' +sPRIEUldbl='"llE"' +sPRIFUldbl='"llF"' +sPRIGUldbl='"llG"' +sPRIXU64='"LX"' sPRId64='"Ld"' sPRIeldbl='"lle"' sPRIfldbl='"llf"' @@ -479,6 +481,7 @@ sig_num_init='0' signal_t=int sizetype=int sizesize=1 +sSCNfldbl='"llf"' ssizetype=int stdchar=char stdio_base='((fp)->_IO_read_base)'