diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-23 18:53:46 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-23 18:53:46 +0000 |
commit | 1de32f2a8367111f29377c6ed81b538f36717dd9 (patch) | |
tree | 9ed632b812cc1ce84ee803b2b85f78b8f2b5b6f5 /uconfig.sh | |
parent | 4d54317ac9ba0c90a68cd73dbfa18c9d8dcb5075 (diff) | |
download | perl-1de32f2a8367111f29377c6ed81b538f36717dd9.tar.gz |
Introduce 'fast stdio' symbols to non-Configure lands.
p4raw-id: //depot/perl@19314
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index e1ad46a1a3..4156865268 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -35,6 +35,7 @@ d_SCNfldbl='undef' d__fwalk='undef' d_access='undef' d_accessx='undef' +d_aintl='undef' d_alarm='undef' d_archlib='undef' d_asctime_r='undef' @@ -57,6 +58,7 @@ d_class='undef' d_closedir='undef' d_cmsghdr_s='undef' d_const='undef' +d_copysignl='undef' d_crypt='undef' d_crypt_r='undef' d_csh='undef' @@ -90,6 +92,7 @@ d_endsent='undef' d_endservent_r='undef' d_eofnblk='undef' d_eunice='undef' +d_faststdio='undef' d_fchdir='undef' d_fchmod='undef' d_fchown='undef' @@ -182,6 +185,7 @@ d_gnulibc='undef' d_grpasswd='undef' d_hasmntopt='undef' d_htonl='undef' +d_ilogbl='undef' d_index='undef' d_inetaton='undef' d_int64_t='undef' @@ -279,6 +283,7 @@ d_safebcpy='undef' d_safemcpy='undef' d_sanemcmp='undef' d_sbrkproto='undef' +d_scalbnl='undef' d_sched_yield='undef' d_scm_rights='undef' d_seekdir='undef' @@ -671,10 +676,12 @@ uidsign='1' uidsize='4' uidtype=int uquadtype='uint64_t' +use5005threads='undef' use64bitall='undef' use64bitint='undef' usecrosscompile='undef' usedl='undef' +usefaststdio='undef' useithreads='undef' uselargefiles='undef' uselongdouble='undef' |