aboutsummaryrefslogtreecommitdiff
path: root/config.h
blob: 22b27db4a2da47d58593e6f904035af424e50e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* linux */
#define SYSCONFDIR	"/system/etc/dhcpcd-6.8.2"
#define SBINDIR	"/system/etc/dhcpcd-6.8.2"
#define LIBEXECDIR	"/system/etc/dhcpcd-6.8.2"
#define DBDIR	"/data/misc/dhcp-6.8.2"
#define RUNDIR	"/data/misc/dhcp-6.8.2"
#define HAVE_EPOLL
#ifndef NBBY
#define NBBY  8
#endif
#include "compat/queue.h"
#include "compat/endian.h"

#include <signal.h>
#include <linux/rtnetlink.h>