1 /* linux */ 2 #define SYSCONFDIR "/system/etc/dhcpcd-6.8.2" 3 #define SBINDIR "/system/etc/dhcpcd-6.8.2" 4 #define LIBEXECDIR "/system/etc/dhcpcd-6.8.2" 5 #define DBDIR "/data/misc/dhcp-6.8.2" 6 #define RUNDIR "/data/misc/dhcp-6.8.2" 7 #define HAVE_EPOLL 8 #ifndef NBBY 9 #define NBBY 8 10 #endif 11 #include "compat/closefrom.h" 12 #include "compat/endian.h" 13 #include "compat/posix_spawn.h" 14 #include "compat/queue.h" 15 #include "compat/strtoi.h" 16 17 #include <signal.h> 18 #include <linux/rtnetlink.h> 19