source: trunk/athena/lib/zephyr/acconfig.h @ 12163

Revision 12163, 649 bytes checked in by ghudson, 26 years ago (diff)
Add ares support in build system.
Line 
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
Note: See TracBrowser for help on using the repository browser.