summaryrefslogtreecommitdiff
path: root/acconfig.h
blob: 9616ffb733f0efbbbc62ae9921cf9cdccf3ef13a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* Define to compile with Hesiod support. */
#undef ZEPHYR_USES_HESIOD

/* Define to compile with Kerberos support. */
#undef ZEPHYR_USES_KERBEROS

/* Define to a signed 32-bit integral type. */
#define ZEPHYR_INT32 long

/* Define if you have the System Resource Controller library. */
#undef HAVE_SRC

/* Define to "unsigned long" if your system headers don't. */
#undef ulong

/* Define to a temporary directory on your system. */
#define FOUND_TMP "/var/tmp"

/* Define to the type of the host system. */
#define MACHINE_TYPE "unknown"

/* Define if `regcomp' exists and works. */
#undef HAVE_REGCOMP