summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH10
1 files changed, 10 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 232152e70f..bf87d0a06e 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -3860,6 +3860,16 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_aintl HAS_AINTL /**/
+/* HAS_BUILTIN_CHOOSE_EXPR:
+ * Can we handle GCC builtin for compile-time ternary-like expressions
+ */
+/* HAS_BUILTIN_EXPECT:
+ * Can we handle GCC builtin for telling that certain values are more
+ * likely
+ */
+#$d_builtin_expect HAS_BUILTIN_EXPECT /**/
+#$d_builtin_choose_expr HAS_BUILTIN_CHOOSE_EXPR /**/
+
/* HAS_CLEARENV:
* This symbol, if defined, indicates that the clearenv () routine is
* available for use.