avoid nonportable example code
[p5sagit/p5-mst-13.2.git] / uconfig.sh
index f8c5062..e5af70c 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'
@@ -404,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'
@@ -429,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'
@@ -449,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"'
@@ -475,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)'