aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
blob: e9f0af37d7a77944cfabe9b24097eb06cfa336c1 (plain)
1
2
3
4
5
6
7
8
9
/* linux */
#define SYSCONFDIR	"/system/etc/dhcpcd"
#define SBINDIR		"/system/etc/dhcpcd"
#define LIBEXECDIR	"/system/etc/dhcpcd"
#define DBDIR		"/data/misc/dhcp"
#define RUNDIR		"/data/misc/dhcp"
#include "compat/closefrom.h"

#include <sys/param.h>