/* linux */ #ifndef SYSCONFDIR #define SYSCONFDIR "/etc" #define SBINDIR "/usr/bin" #define LIBDIR "/usr/lib" #define LIBEXECDIR "/usr/lib/dhcpcd" #define DBDIR "/var/lib/dhcpcd" #define RUNDIR "/run/dhcpcd" #endif #include /* fix broken headers */ #include /* fix broken headers */ #include #ifndef PRIVSEP_USER #define PRIVSEP_USER "dhcpcd" #endif #define HAVE_NL80211_H #define HAVE_IN6_ADDR_GEN_MODE_NONE #include "compat/arc4random.h" #include "compat/arc4random_uniform.h" #define HAVE_OPEN_MEMSTREAM #include "compat/pidfile.h" #include "compat/setproctitle.h" #include "compat/strlcpy.h" #include "compat/strtoi.h" #include "compat/consttime_memequal.h" #include #include "compat/queue.h" #define RBTEST #include "compat/rbtree.h" #define HAVE_REALLOCARRAY #define HAVE_PPOLL #include "compat/endian.h" #include "compat/crypt/md5.h" #include "compat/crypt/sha256.h" #include "compat/crypt/hmac.h"