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 /uconfig.sh | |
parent | 427d28ce7d87934492636e1b3d48f726edb64f4e (diff) | |
download | perl-3adf369991f4216e1502e4bfd3fc34a0653f8546.tar.gz |
checkcfgvar.pl --regen --default=undef; make regen
Diffstat (limited to 'uconfig.sh')
-rw-r--r-- | uconfig.sh | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index b16ca206ba..a4b33274fe 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -50,6 +50,8 @@ d_alarm='undef' d_archlib='undef' d_asctime64='undef' d_asctime_r='undef' +d_asinh='undef' +d_atanh='undef' d_atolf='undef' d_atoll='undef' d_attribute_deprecated='undef' @@ -72,6 +74,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' @@ -81,6 +84,7 @@ d_clearenv='undef' d_closedir='define' d_cmsghdr_s='undef' d_const='undef' +d_copysign='undef' d_copysignl='undef' d_cplusplus='undef' d_crypt='undef' @@ -120,7 +124,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' @@ -129,6 +137,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' @@ -137,6 +146,9 @@ d_finitel='undef' d_flexfnam='undef' d_flock='undef' d_flockproto='undef' +d_fma='undef' +d_fmax='undef' +d_fmin='undef' d_fork='define' d_fp_class='undef' d_fp_classify='undef' @@ -224,6 +236,8 @@ d_gnulibc='undef' d_grpasswd='undef' d_hasmntopt='undef' d_htonl='undef' +d_hypot='undef' +d_ilogb='undef' d_ilogbl='undef' d_inc_version_list='undef' d_index='undef' @@ -243,6 +257,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' @@ -250,15 +265,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' @@ -298,7 +322,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' @@ -341,13 +369,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='undef' +d_rint='undef' d_rmdir='undef' +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' @@ -461,12 +494,14 @@ d_tcgetpgrp='undef' d_tcsetpgrp='undef' d_telldir='undef' d_telldirproto='undef' +d_tgamma='undef' d_time='define' d_timegm='undef' d_times='undef' 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' |