From: GNU Libc Maintainers Date: Sun, 10 Jul 2022 20:29:34 +0000 (+0100) Subject: local-config_h_in X-Git-Tag: archive/raspbian/2.33-8+rpi1^2~42 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1432e0cb377c25b42e2c957b6fed2ae12952c233;p=glibc.git local-config_h_in 2009-05-23 Aurelien Jarno * config.h.in (__KFREEBSD_KERNEL_VERSION): Add. Gbp-Pq: Topic kfreebsd Gbp-Pq: Name local-config_h_in.patch --- diff --git a/config.h.in b/config.h.in index f21bf04e4..e3c14a731 100644 --- a/config.h.in +++ b/config.h.in @@ -136,6 +136,9 @@ /* Linux specific: minimum supported kernel version. */ #undef __LINUX_KERNEL_VERSION +/* kFreeBSD specific: minimum supported kernel version. */ +#undef __KFREEBSD_KERNEL_VERSION + /* Override abi-tags ABI version if necessary. */ #undef __ABI_TAG_VERSION