xref: /netbsd-src/external/bsd/dhcpcd/include/config.h (revision 3ace96f44a76a4d61c1bfa2dc9635fe23acbbc04)
1 /* netbsd */
2 #ifndef	SYSCONFDIR
3 #define	SYSCONFDIR		"/etc"
4 #define	SBINDIR			"/sbin"
5 #define	LIBDIR			"/lib"
6 #define	LIBEXECDIR		"/libexec"
7 #define	DBDIR			"/var/db/dhcpcd"
8 #define	RUNDIR			"/var/run/dhcpcd"
9 #endif
10 #ifndef PRIVSEP_USER
11 #define PRIVSEP_USER		 "_dhcpcd"
12 #endif
13 #define	HAVE_IFAM_PID
14 #define	HAVE_IFAM_ADDRFLAGS
15 #define	HAVE_IFADDRS_ADDRFLAGS
16 #define	HAVE_OPEN_MEMSTREAM
17 #define	HAVE_UTIL_H
18 #define	HAVE_SYS_QUEUE_H
19 #define	HAVE_SYS_RBTREE_H
20 #define	HAVE_REALLOCARRAY
21 #define	HAVE_PPOLL
22 #define	HAVE_SYS_BITOPS_H
23 #define	HAVE_MD5_H
24 #define	SHA2_H			<sha2.h>
25