]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/missing.h
build-sys: improve compat with older kernel headers
authorLennart Poettering <lennart@poettering.net>
Wed, 27 Apr 2016 07:44:49 +0000 (09:44 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 29 Apr 2016 14:27:48 +0000 (16:27 +0200)
commit3282493ad0038fc2051506dd0994638dd74458d1
tree41a969f955e3b9f899dff97976c43c8898afcfd4
parent313fe66fbd0cd3d62566edece7944d6cf45b1b21
build-sys: improve compat with older kernel headers

In 4.2 kernel headers, some netlink defines are missing that we need. missing.h
already can add them in, but currently makes this dependent on a definition
that these kernels already have. Change the check hence to check for the newest
definition in the table, so that the whole bunch of definitions as added in on
all kernels lacking this.
configure.ac
src/basic/missing.h