diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2017-10-21 17:29:47 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2017-10-21 17:29:47 +0200 |
commit | c94a4d0426ce91908610aafbedd4e5ccf77b21c3 (patch) | |
tree | 5a41a5d329131f474dd21c6e4a9d946b02e0b358 /plan9 | |
parent | 940ab75c35c6e894453cfb821a9639a3bc4194f7 (diff) | |
download | perl-c94a4d0426ce91908610aafbedd4e5ccf77b21c3.tar.gz |
Add new Configure probes
This is a merge off several new probes in metaconfig done in the new
shared developing environment by several authors
Thanks to all that contributed!
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/config_sh.sample | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 93b30908e7..8ee953cd20 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -130,8 +130,11 @@ d_bcopy='define' d_bsd='undef' d_bsdgetpgrp='undef' d_bsdsetpgrp='undef' +d_builtin_add_overflow='undef' d_builtin_choose_expr='undef' d_builtin_expect='undef' +d_builtin_mul_overflow='undef' +d_builtin_sub_overflow='undef' d_bzero='define' d_c99_variadic_macros='undef' d_casti32='undef' @@ -348,6 +351,7 @@ d_llrint='undef' d_llrintl='undef' d_llround='undef' d_llroundl='undef' +d_localeconv_l='undef' d_localtime64='undef' d_localtime_r='undef' d_localtime_r_needs_tzset='undef' @@ -373,6 +377,8 @@ d_madvise='undef' d_malloc_good_size='undef' d_malloc_size='undef' d_mblen='define' +d_mbrlen='undef' +d_mbrtowc='undef' d_mbstowcs='define' d_mbtowc='define' d_memchr='define' @@ -409,6 +415,7 @@ d_msync='undef' d_munmap='undef' d_mymalloc='define' d_nan='undef' +d_nanosleep='undef' d_ndbm_h_uses_prototypes='undef' d_nearbyint='undef' d_newlocale='undef' @@ -573,9 +580,11 @@ d_strerror_r='undef' d_strftime='define' d_strlcat='undef' d_strlcpy='undef' +d_strnlen='undef' d_strtod='define' d_strtol='define' d_strtold='undef' +d_strtold_l='undef' d_strtoll='undef' d_strtoq='undef' d_strtoul='define' @@ -595,6 +604,7 @@ d_tcsetpgrp='define' d_telldir='undef' d_telldirproto='undef' d_tgamma='undef' +d_thread_safe_nl_langinfo_l='undef' d_time='define' d_timegm='undef' d_times='define' @@ -820,6 +830,7 @@ i_values='undef' i_varargs='undef' i_varhdr='stdarg.h' i_vfork='undef' +i_wchar='undef' i_xlocale='undef' ignore_versioned_solibs='' inc_version_list=' ' |