Fix for a parsing bug, not for the original bug.
[p5sagit/p5-mst-13.2.git] / uconfig.sh
index a363f50..373db77 100755 (executable)
@@ -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'
@@ -246,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'
@@ -348,7 +350,7 @@ 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'
@@ -452,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"'
@@ -478,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)'