]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/acconfig.h
Temporary kludge to make this not fall over without krb4. needs revisiting.
[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 Kerberos v5 support. */
8 #undef HAVE_KRB5
9
10 /* Define to 1 if `enc_part2' is member of `krb5_ticket'. */
11 #undef HAVE_KRB5_TICKET_ENC_PART2
12
13 /* Define to 1 if `keyblock.enctype' is member of `krb5_creds'. */
14 #undef HAVE_KRB5_CREDS_KEYBLOCK_ENCTYPE
15
16 /* Define to 1 if you have the `krb5_c_make_checksum' function. */
17 #undef HAVE_KRB5_C_MAKE_CHECKSUM
18
19 /* Define to 1 if you have the `krb5_cc_set_default_name' function. */
20 #undef HAVE_KRB5_CC_SET_DEFAULT_NAME
21
22 /* Define to 1 if `krb5_auth_con_getauthenticator' takes a double pointer third arg. */
23 #undef KRB5_AUTH_CON_GETAUTHENTICATOR_TAKES_DOUBLE_POINTER
24
25 /* Define to 1 if you have the <krb5_err.h> header file. */
26 #undef HAVE_KRB5_ERR_H
27
28 /* Define to 1 if you have the `krb5_free_data' function. */
29 #undef HAVE_KRB5_FREE_DATA
30
31 /* Define to 1 if you have the <krb5/ss.h> header file. */
32 #undef HAVE_KRB5_SS_H
33
34 /* Define to 1 if you have the `krb_get_err_text' function. */
35 #undef HAVE_KRB_GET_ERR_TEXT
36
37 /* Define to 1 if you have the `krb_log' function. */
38 #undef HAVE_KRB_LOG
39
40 /* Define to compile with ares support. */
41 #undef HAVE_ARES
42
43 /* Define to a signed 32-bit integral type. */
44 #define ZEPHYR_INT32 long
45
46 /* Define if you have the System Resource Controller library. */
47 #undef HAVE_SRC
48
49 /* Define to "unsigned long" if your system headers don't. */
50 #undef ulong
51
52 /* Define to a temporary directory on your system. */
53 #define FOUND_TMP "/var/tmp"
54
55 /* Define to the type of the host system. */
56 #define MACHINE_TYPE "unknown"
57
58 /* Define if `regcomp' exists and works. */
59 #undef HAVE_REGCOMP
60