summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 05826b6f6f..9eacb95389 100644
--- a/config.h.in
+++ b/config.h.in
@@ -80,6 +80,10 @@
/* Linux specific: minimum supported kernel version. */
#undef __LINUX_KERNEL_VERSION
+/* An extension in gcc 2.96 and up allows to substract the values of two
+ local labels. */
+#undef HAVE_SUBTRACT_LOCAL_LABELS
+
/*
*/