summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorCharles Bailey <bailey@newman.upenn.edu>2000-10-20 04:44:37 +0000
committerbailey <bailey@newman.upenn.edu>2000-10-20 04:44:37 +0000
commit22d4bb9ccb8701e68f9243547d7e3a3c55f70908 (patch)
treed2e7714cc660a21e8bf2624c99646b0cb001e40c /uconfig.sh
parent4b19af017623bfa3bb72bb164598a517f586e0d3 (diff)
downloadperl-22d4bb9ccb8701e68f9243547d7e3a3c55f70908.tar.gz
SYN SYN
p4raw-id: //depot/vmsperl@7375
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-xuconfig.sh27
1 files changed, 18 insertions, 9 deletions
diff --git a/uconfig.sh b/uconfig.sh
index d986b0dc7d..faf618a955 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'