diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index dc1d5bc846..05826b6f6f 100644 --- a/config.h.in +++ b/config.h.in @@ -77,6 +77,9 @@ # define internal_function __attribute__ ((regparm (3), stdcall)) #endif +/* Linux specific: minimum supported kernel version. */ +#undef __LINUX_KERNEL_VERSION + /* */ |