Home | History | Annotate | Download | only in dhcpcd
      1 /* linux */
      2 #define SYSCONFDIR	"/system/etc/dhcpcd"
      3 #define SBINDIR		"/system/etc/dhcpcd"
      4 #define LIBEXECDIR	"/system/etc/dhcpcd"
      5 #define DBDIR		"/data/misc/dhcp"
      6 #define RUNDIR		"/data/misc/dhcp"
      7 #include "compat/closefrom.h"
      8 
      9 #include <sys/param.h>
     10