xref: /dragonfly/sbin/dhcpcd/config.h (revision 64355093)
1 /* dragonfly */
2 #ifndef	SYSCONFDIR
3 #define	SYSCONFDIR		"/etc"
4 #define	SBINDIR			"/sbin"
5 #define	LIBDIR			"/lib"
6 #define	LIBEXECDIR		"/usr/libexec"
7 #define	DBDIR			"/var/db/dhcpcd"
8 #define	RUNDIR			"/var/run"
9 #endif
10 #define	HAVE_OPEN_MEMSTREAM
11 #include			"compat/pidfile.h"
12 #include			"compat/strtoi.h"
13 #include			"compat/consttime_memequal.h"
14 #define	TAILQ_FOREACH_SAFE	TAILQ_FOREACH_MUTABLE
15 #define	HAVE_SYS_QUEUE_H
16 #define	RBTEST
17 #include			"compat/rbtree.h"
18 #define	HAVE_REALLOCARRAY
19 #define	HAVE_KQUEUE
20 #ifdef	USE_PRIVATECRYPTO
21 #define	HAVE_MD5_H
22 #define	SHA2_H			<openssl/sha.h>
23 #else
24 #include			"compat/crypt/md5.h"
25 #include			"compat/crypt/sha256.h"
26 #endif
27 #include			"compat/crypt/hmac.h"
28