summaryrefslogtreecommitdiff
path: root/win32/config_H.gc
diff options
context:
space:
mode:
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r--win32/config_H.gc10
1 files changed, 10 insertions, 0 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc
index a2cf424d32..97055e04a8 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -3840,6 +3840,16 @@
*/
/*#define 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
+ */
+/*#define HAS_BUILTIN_EXPECT / **/
+/*#define HAS_BUILTIN_CHOOSE_EXPR /**/
+
/* HAS_CLEARENV:
* This symbol, if defined, indicates that the clearenv () routine is
* available for use.