]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/acconfig.h
import 3.0.1
[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 allow users to locate themselves if they are opstaff */
11 #undef OPSTAFF_LOCATE_SELF
12
13 /* Define to get hm_flush restrictions in zctl */
14 #undef HM_FLUSH_RESTRICT
15
16 /* Define to pull in CMU zctl punt backward compat foo */
17 #undef CMU_ZCTL_PUNT
18
19 /* Define to enable zwgcplus support */
20 #undef CMU_ZWGCPLUS
21
22 /* Define to 1 if `enc_part2' is member of `krb5_ticket'. */
23 #undef HAVE_KRB5_TICKET_ENC_PART2
24
25 /* Define to 1 if `keyblock.enctype' is member of `krb5_creds'. */
26 #undef HAVE_KRB5_CREDS_KEYBLOCK_ENCTYPE
27
28 /* Define to 1 if you have the `krb5_c_make_checksum' function. */
29 #undef HAVE_KRB5_C_MAKE_CHECKSUM
30
31 /* Define to 1 if you have the `krb5_cc_set_default_name' function. */
32 #undef HAVE_KRB5_CC_SET_DEFAULT_NAME
33
34 /* Define to 1 if `krb5_auth_con_getauthenticator' takes a double pointer third arg. */
35 #undef KRB5_AUTH_CON_GETAUTHENTICATOR_TAKES_DOUBLE_POINTER
36
37 /* Define to 1 if you have the <krb5_err.h> header file. */
38 #undef HAVE_KRB5_ERR_H
39
40 /* Define to 1 if you have the `krb5_free_data' function. */
41 #undef HAVE_KRB5_FREE_DATA
42
43 /* Define to 1 if you have the <krb5/ss.h> header file. */
44 #undef HAVE_KRB5_SS_H
45
46 /* Define to 1 if you have the `krb_get_err_text' function. */
47 #undef HAVE_KRB_GET_ERR_TEXT
48
49 /* Define to 1 if you have the `krb_log' function. */
50 #undef HAVE_KRB_LOG
51
52 /* Define to compile with ares support. */
53 #undef HAVE_ARES
54
55 /* Define to a signed 32-bit integral type. */
56 #define ZEPHYR_INT32 long
57
58 /* Define if you have the System Resource Controller library. */
59 #undef HAVE_SRC
60
61 /* Define to "unsigned long" if your system headers don't. */
62 #undef ulong
63
64 /* Define to a temporary directory on your system. */
65 #define FOUND_TMP "/var/tmp"
66
67 /* Define to the type of the host system. */
68 #define MACHINE_TYPE "unknown"
69
70 /* Define if `regcomp' exists and works. */
71 #undef HAVE_REGCOMP
72