X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=uconfig.sh;h=faf618a955048a7d2eb46c690c661e73b64f129e;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=d986b0dc7dc99ae25b072d8cd5fbfb5057caf973;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/uconfig.sh b/uconfig.sh index d986b0d..faf618a 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' @@ -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' @@ -427,6 +431,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' @@ -447,10 +454,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 +480,7 @@ sig_num_init='0' signal_t=int sizetype=int sizesize=1 +sSCNfldbl='"llf"' ssizetype=int stdchar=char stdio_base='((fp)->_IO_read_base)' @@ -521,6 +529,7 @@ uvsize='4' uvtype='unsigned long' uvuformat='"lu"' uvxformat='"lx"' +versiononly='undef' voidflags=1 xs_apiversion='5.005' d_getfsstat='undef'