22 lines
515 B
C
22 lines
515 B
C
/* $NetBSD: config.h,v 1.12 2016/10/09 09:18:26 roy Exp $ */
|
|
|
|
/* netbsd */
|
|
#define SYSCONFDIR "/etc"
|
|
#define SBINDIR "/sbin"
|
|
#define LIBDIR "/lib"
|
|
#define LIBEXECDIR "/libexec"
|
|
#define DBDIR "/var/db"
|
|
#define RUNDIR "/var/run"
|
|
#define HAVE_IFAM_PID
|
|
#define HAVE_IFAM_ADDRFLAGS
|
|
#define HAVE_IFADDRS_ADDRFLAGS
|
|
#define HAVE_UTIL_H
|
|
#define HAVE_SYS_QUEUE_H
|
|
#define HAVE_SPAWN_H
|
|
#define HAVE_REALLOCARRAY
|
|
#define HAVE_KQUEUE
|
|
#define HAVE_KQUEUE1
|
|
#define HAVE_SYS_BITOPS_H
|
|
#define HAVE_MD5_H
|
|
#define SHA2_H <sha2.h>
|