X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=uconfig.sh;h=e5af70cb882eecc440715b60f034a9c524d091e1;hb=23f3aea032e3289acf8e6a178372c27e8e03f4a0;hp=7b821459f3e4581a1bf4f97d5a4b1fbd56d70a22;hpb=12ae5dfcd4fd6f54af051c41b2e122532efce8d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/uconfig.sh b/uconfig.sh index 7b82145..e5af70c 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -3,9 +3,9 @@ _a='.a' _o='.o' afs='false' alignbytes='4' -apiversion='5.00563' -archlib='/usr/local/lib/perl5/5.00563/unknown' -archlibexp='/usr/local/lib/perl5/5.00563/unknown' +apiversion='5.005' +archlib='/usr/local/lib/perl5/5.6/unknown' +archlibexp='/usr/local/lib/perl5/5.6/unknown' archname='unknown' bin='/usr/local/bin' bincompat5005='define' @@ -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' @@ -223,6 +224,7 @@ d_setpgid='undef' d_setpgrp2='undef' d_setpgrp='undef' d_setprior='undef' +d_setproctitle='undef' d_setpwent='undef' d_setregid='undef' d_setresgid='undef' @@ -245,6 +247,7 @@ d_sigaction='undef' d_sigsetjmp='undef' d_socket='undef' d_sockpair='undef' +d_socks5_init='undef' d_sqrtl='undef' d_statblks='undef' d_statfs_f_flags='undef' @@ -342,11 +345,12 @@ i_gdbm='undef' i_grp='undef' i_iconv='undef' i_inttypes='undef' +i_libutil='undef' i_limits='undef' i_locale='undef' i_machcthr='undef' i_malloc='undef' -i_math='undef' +i_math='define' i_memory='undef' i_mntent='undef' i_ndbm='undef' @@ -402,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' @@ -427,6 +432,9 @@ netdb_host_type='const char *' netdb_name_type='const char *' netdb_net_type='unsigned long' nroff='nroff' +nveformat='"e"' +nvfformat='"f"' +nvgformat='"g"' nvsize='8' nvtype='double' o_nonblock='O_NONBLOCK' @@ -437,8 +445,8 @@ osname='unknown' phostname='hostname' pidtype=int pm_apiversion='5.005' -privlib='/usr/local/lib/perl5/5.00563' -privlibexp='/usr/local/lib/perl5/5.00563' +privlib='/usr/local/lib/perl5/5.6' +privlibexp='/usr/local/lib/perl5/5.6' prototype='undef' ptrsize=1 quadkind='4' @@ -447,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"' @@ -473,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)'