]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/acconfig.h
96eb3d12a23a01381ad252847270c16d9aee30ac
[1ts-debian.git] / zephyr / acconfig.h
1 /* Define to compile with Hesiod support. */
2 #undef HAVE_HESIOD
3
4 /* Define to compile with Kerberos support. */
5 #undef HAVE_KRB4
6
7 /* Define to compile with ares support. */
8 #undef HAVE_ARES
9
10 /* Define to a signed 32-bit integral type. */
11 #define ZEPHYR_INT32 long
12
13 /* Define if you have the System Resource Controller library. */
14 #undef HAVE_SRC
15
16 /* Define to "unsigned long" if your system headers don't. */
17 #undef ulong
18
19 /* Define to a temporary directory on your system. */
20 #define FOUND_TMP "/var/tmp"
21
22 /* Define to the type of the host system. */
23 #define MACHINE_TYPE "unknown"
24
25 /* Define if `regcomp' exists and works. */
26 #undef HAVE_REGCOMP
27