From: GNU Libc Maintainers Date: Mon, 10 Apr 2023 08:35:16 +0000 (+0100) Subject: local-config_h_in X-Git-Tag: archive/raspbian/2.36-9+rpi1^2~40 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e3bf14c079c3496ef131465f9d492e5dd2311a51;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 43d32518a..f9756eba4 100644 --- a/config.h.in +++ b/config.h.in @@ -144,6 +144,9 @@ /* Linux specific: __LINUX_KERNEL_VERSION as a string. */ #undef __LINUX_KERNEL_VERSION_STR +/* kFreeBSD specific: minimum supported kernel version. */ +#undef __KFREEBSD_KERNEL_VERSION + /* Override abi-tags ABI version if necessary. */ #undef __ABI_TAG_VERSION