summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2017-10-21 17:29:47 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2017-10-21 17:29:47 +0200
commitc94a4d0426ce91908610aafbedd4e5ccf77b21c3 (patch)
tree5a41a5d329131f474dd21c6e4a9d946b02e0b358 /uconfig.sh
parent940ab75c35c6e894453cfb821a9639a3bc4194f7 (diff)
downloadperl-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 'uconfig.sh')
-rw-r--r--uconfig.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh
index 018ca6c31a..72ab75daaa 100644
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -68,8 +68,11 @@ d_bcopy='undef'
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='undef'
d_c99_variadic_macros='undef'
d_casti32='undef'
@@ -287,6 +290,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'
@@ -312,6 +316,8 @@ d_madvise='undef'
d_malloc_good_size='undef'
d_malloc_size='undef'
d_mblen='undef'
+d_mbrlen='undef'
+d_mbrtowc='undef'
d_mbstowcs='undef'
d_mbtowc='undef'
d_memchr='define'
@@ -348,6 +354,7 @@ d_msync='undef'
d_munmap='undef'
d_mymalloc='undef'
d_nan='undef'
+d_nanosleep='undef'
d_ndbm_h_uses_prototypes='undef'
d_nearbyint='undef'
d_newlocale='undef'
@@ -512,9 +519,11 @@ d_strerror_r='undef'
d_strftime='undef'
d_strlcat='undef'
d_strlcpy='undef'
+d_strnlen='undef'
d_strtod='undef'
d_strtol='define'
d_strtold='undef'
+d_strtold_l='undef'
d_strtoll='undef'
d_strtoq='undef'
d_strtoul='define'
@@ -534,6 +543,7 @@ d_tcsetpgrp='undef'
d_telldir='undef'
d_telldirproto='undef'
d_tgamma='undef'
+d_thread_safe_nl_langinfo_l='undef'
d_time='define'
d_timegm='undef'
d_times='undef'
@@ -733,6 +743,7 @@ i_values='undef'
i_varargs='undef'
i_varhdr='stdarg.h'
i_vfork='undef'
+i_wchar='undef'
i_xlocale='undef'
ignore_versioned_solibs='y'
inc_version_list_init='NULL'