From: GNU Libc Maintainers Date: Thu, 15 Feb 2024 22:29:51 +0000 (+0000) Subject: local-config_h_in X-Git-Tag: archive/raspbian/2.31-13+rpi1+deb11u10~49 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f466b551396a7d69ee3c759f101d08643f54f65b;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 dea43df43..190a15da2 100644 --- a/config.h.in +++ b/config.h.in @@ -124,6 +124,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