diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 05826b6..9eacb95 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 + /* */ |