]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit - src/if-options.c
DHCP6: Remove #defines for functions when DHCP6 is disabled
authorRoy Marples <roy@marples.name>
Wed, 23 Jan 2019 13:01:19 +0000 (13:01 +0000)
committerRoy Marples <roy@marples.name>
Wed, 23 Jan 2019 13:01:19 +0000 (13:01 +0000)
commita1b1f0a8695237f64a9c7b2fcc450a735e2120c7
tree61cb8ee45697ffec768ef5243a13b795424574ed
parentf6f93e399f827b8de2ec984590c9e07afe5a3d2d
DHCP6: Remove #defines for functions when DHCP6 is disabled

This allows us to optimise the code better and hopefully
become less error prone.
src/dhcp6.h
src/dhcpcd.c
src/dhcpcd.h
src/if-options.c
src/if.c
src/ipv6.c
src/ipv6nd.c
src/script.c