]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: drop unused HAVE_STRUCT_FIB_RULE_{UID,PORT}_RANGE
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 16 Feb 2019 17:40:02 +0000 (02:40 +0900)
committerLennart Poettering <lennart@poettering.net>
Mon, 18 Feb 2019 12:00:45 +0000 (13:00 +0100)
meson.build

index 56c98b9c1b7bff4abb77f9fb51df62375d2aa192..6d2e53a8180146a53831fdf7c8515667a63388d9 100644 (file)
@@ -409,15 +409,11 @@ conf.set('SIZEOF_RLIM_T', cc.sizeof('rlim_t', prefix : '#include <sys/resource.h
 
 decl_headers = '''
 #include <uchar.h>
-#include <linux/ethtool.h>
-#include <linux/fib_rules.h>
 #include <sys/stat.h>
 '''
 
 foreach decl : ['char16_t',
                 'char32_t',
-                'struct fib_rule_uid_range',
-                'struct fib_rule_port_range',
                 'struct statx',
                ]