diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-11-12 19:21:31 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-11-14 19:01:44 -0500 |
commit | 3adf369991f4216e1502e4bfd3fc34a0653f8546 (patch) | |
tree | 07cf7dac6e8f774f728363ff106aa75d1afbad3f /symbian | |
parent | 427d28ce7d87934492636e1b3d48f726edb64f4e (diff) | |
download | perl-3adf369991f4216e1502e4bfd3fc34a0653f8546.tar.gz |
checkcfgvar.pl --regen --default=undef; make regen
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index cd9f454579..7f40fc8fbb 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -56,6 +56,8 @@ d_alarm='undef' d_archlib='define' d_asctime64='undef' d_asctime_r='undef' +d_asinh='undef' +d_atanh='undef' d_atolf='undef' d_atoll='undef' d_attribute_deprecated='undef' @@ -78,6 +80,7 @@ d_bzero='undef' d_c99_variadic_macros='undef' d_casti32='undef' d_castneg='undef' +d_cbrt='undef' d_charvspr='undef' d_chown='undef' d_chroot='undef' @@ -87,6 +90,7 @@ d_clearenv='undef' d_closedir='undef' d_cmsghdr_s='undef' d_const='define' +d_copysign='undef' d_copysignl='undef' d_cplusplus='undef' d_crypt='undef' @@ -126,7 +130,11 @@ d_endpwent_r='undef' d_endsent='undef' d_endservent_r='undef' d_eofnblk='undef' +d_erf='undef' +d_erfc='undef' d_eunice='undef' +d_exp2='undef' +d_expm1='undef' d_faststdio='undef' d_fchdir='undef' d_fchmod='undef' @@ -135,6 +143,7 @@ d_fcntl='undef' d_fcntl_can_lock='undef' d_fd_macros='undef' d_fd_set='undef' +d_fdim='undef' d_fds_bits='undef' d_fegetround='undef' d_fgetpos='undef' @@ -143,6 +152,9 @@ d_finitel='undef' d_flexfnam='define' d_flock='undef' d_flockproto='undef' +d_fma='undef' +d_fmax='undef' +d_fmin='undef' d_fork='undef' d_fp_class='undef' d_fp_classify='undef' @@ -231,6 +243,8 @@ d_gnulibc='undef' d_grpasswd='undef' d_hasmntopt='undef' d_htonl='define' +d_hypot='undef' +d_ilogb='undef' d_ilogbl='undef' d_inc_version_list='undef' d_index='undef' @@ -250,6 +264,7 @@ d_isinf='undef' d_isinfl='undef' d_isnan='undef' d_isnanl='undef' +d_isnormal='undef' d_j0='undef' d_j0l='undef' d_killpg='undef' @@ -257,15 +272,24 @@ d_lc_monetary_2008='undef' d_lchown='undef' d_ldbl_dig='undef' d_ldexpl='undef' +d_lgamma='undef' +d_lgamma_r='undef' d_libm_lib_version='undef' d_link='undef' +d_llrint='undef' +d_llround='undef' d_localtime64='undef' d_localtime_r='undef' d_localtime_r_needs_tzset='undef' d_locconv='undef' d_lockf='undef' +d_log1p='undef' +d_log2='undef' +d_logb='undef' d_longdbl='undef' d_longlong='undef' +d_lrint='undef' +d_lround='undef' d_lseekproto='undef' d_lstat='undef' d_madvise='undef' @@ -305,7 +329,11 @@ d_msgsnd='undef' d_msync='undef' d_munmap='undef' d_mymalloc='undef' +d_nan='undef' d_ndbm_h_uses_prototypes='undef' +d_nearbyint='undef' +d_nextafter='undef' +d_nexttoward='undef' d_nice='undef' d_nl_langinfo='undef' d_nv_preserves_uv='undef' @@ -348,13 +376,18 @@ d_readdir_r='undef' d_readlink='undef' d_readv='undef' d_recvmsg='undef' +d_remainder='undef' +d_remquo='undef' d_rename='define' d_rewinddir='define' +d_rint='undef' d_rmdir='define' +d_round='undef' d_safebcpy='undef' d_safemcpy='undef' d_sanemcmp='undef' d_sbrkproto='undef' +d_scalbn='undef' d_scalbnl='undef' d_sched_yield='undef' d_scm_rights='undef' @@ -470,12 +503,14 @@ d_tcgetpgrp='undef' d_tcsetpgrp='undef' d_telldir='define' d_telldirproto='define' +d_tgamma='undef' d_time='define' d_timegm='undef' d_times='define' d_tm_tm_gmtoff='undef' d_tm_tm_zone='undef' d_tmpnam_r='undef' +d_trunc='undef' d_truncate='undef' d_truncl='undef' d_ttyname_r='undef' |