diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-17 15:39:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-17 15:39:56 +0000 |
commit | e10940c3bd0b15078d498577d8860a2ac86cc768 (patch) | |
tree | bc8841bbba40d359e21c466cbd34b10a439c7b05 /epoc | |
parent | 5c567d7dcdec6edbcc618895107f1912b0365bec (diff) | |
download | perl-e10940c3bd0b15078d498577d8860a2ac86cc768.tar.gz |
Introduce the new *l APIs, undefined, to non-Configure lands.
p4raw-id: //depot/perl@19251
Diffstat (limited to 'epoc')
-rw-r--r-- | epoc/config.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index c5d96cfa0e..5702a0c05e 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -97,6 +97,7 @@ d_PRIx64='undef' d__fwalk='undef' d_access='undef' d_accessx='undef' +d_aintl='undef' d_alarm='undef' d_archlib='define' d_asctime_r='undef' @@ -120,6 +121,7 @@ d_closedir='undef' d_cmsghdr_s='undef' d_cmsghdr_s='undef' d_const='define' +d_copysignl='undef' d_crypt='undef' d_crypt_r='undef' d_csh='undef' @@ -241,6 +243,7 @@ d_gnulibc='undef' d_grpasswd='undef' d_hasmntopt='undef' d_htonl='define' +d_ilogbl='undef' d_index='undef' d_inetaton='define' d_int64_t='undef' @@ -335,6 +338,7 @@ d_safebcpy='undef' d_safemcpy='undef' d_sanemcmp='define' d_sbrkproto='undef' +d_scalbnl='undef' d_sched_yield='undef' d_scm_rights='undef' d_seekdir='define' |