meson: drop unused HAVE_STRUCT_FIB_RULE_{UID,PORT}_RANGE

This commit is contained in:
Yu Watanabe 2019-02-17 02:40:02 +09:00 committed by Lennart Poettering
parent 1cfece4a45
commit 3d61d3a03f
1 changed files with 0 additions and 4 deletions

View 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',
]