mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
util: remove DNSMASQ_RA_SUPPORT
Now that the macro is unused, delete it. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Laine Stump <laine@redhat.com>
This commit is contained in:
parent
166fdbad6c
commit
ac0028f541
@ -106,11 +106,3 @@ const char *dnsmasqCapsGetBinaryPath(dnsmasqCaps *caps);
|
||||
unsigned long dnsmasqCapsGetVersion(dnsmasqCaps *caps);
|
||||
char *dnsmasqDhcpHostsToString(dnsmasqDhcpHost *hosts,
|
||||
unsigned int nhosts);
|
||||
|
||||
#define DNSMASQ_RA_MAJOR_REQD 2
|
||||
#define DNSMASQ_RA_MINOR_REQD 64
|
||||
|
||||
#define DNSMASQ_RA_SUPPORT(CAPS) \
|
||||
(dnsmasqCapsGetVersion(CAPS) >= \
|
||||
(DNSMASQ_RA_MAJOR_REQD * 1000000) + \
|
||||
(DNSMASQ_RA_MINOR_REQD * 1000))
|
||||
|
Loading…
Reference in New Issue
Block a user