summaryrefslogtreecommitdiff
path: root/metaconfig.h
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 /metaconfig.h
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 'metaconfig.h')
-rw-r--r--metaconfig.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/metaconfig.h b/metaconfig.h
index bca9adef49..2bc226abe5 100644
--- a/metaconfig.h
+++ b/metaconfig.h
@@ -13,5 +13,16 @@
* Symbols should only be here temporarily. Once they are actually used,
* they should be removed from here.
*
+ * HAS_BUILTIN_ADD_OVERFLOW
+ * HAS_BUILTIN_MUL_OVERFLOW
+ * HAS_BUILTIN_SUB_OVERFLOW
+ * HAS_THREAD_SAFE_NL_LANGINFO_L
+ * HAS_LOCALECONV_L
+ * HAS_MBRLEN
+ * HAS_MBRTOWC
* HAS_MEMRCHR
+ * HAS_NANOSLEEP
+ * HAS_STRNLEN
+ * HAS_STRTOLD_L
+ * I_WCHAR
*/