blob: c4c943daa922d2e28e183db4bbd4a7181564cd06 [file] [log] [blame]
Samuel Tan6265fcc2015-08-20 11:04:04 -07001/* 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
Samuel Tan400e4d52015-08-21 14:51:38 -070011#include "compat/closefrom.h"
Samuel Tan6265fcc2015-08-20 11:04:04 -070012#include "compat/endian.h"
Samuel Tan400e4d52015-08-21 14:51:38 -070013#include "compat/posix_spawn.h"
14#include "compat/queue.h"
15#include "compat/strtoi.h"
Samuel Tan6265fcc2015-08-20 11:04:04 -070016
17#include <signal.h>
18#include <linux/rtnetlink.h>