Only in dnsmasq-2.57+lion/src: bpf.o
Only in dnsmasq-2.57+lion/src: cache.o
Only in dnsmasq-2.57+lion/src: dbus.o
Only in dnsmasq-2.57+lion/src: dhcp.o
Only in dnsmasq-2.57+lion/src: dnsmasq
Only in dnsmasq-2.57+lion/src: dnsmasq.o
Only in dnsmasq-2.57+lion/src: forward.o
Only in dnsmasq-2.57+lion/src: helper.o
Only in dnsmasq-2.57+lion/src: lease.o
Only in dnsmasq-2.57+lion/src: log.o
Only in dnsmasq-2.57+lion/src: netlink.o
diff -ur dnsmasq-2.57/src/network.c dnsmasq-2.57+lion/src/network.c
old
|
new
|
|
14 | 14 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | 15 | */ |
16 | 16 | |
| 17 | #define __APPLE_USE_RFC_3542 |
| 18 | |
17 | 19 | #include "dnsmasq.h" |
18 | 20 | |
19 | 21 | #ifdef HAVE_LINUX_NETWORK |