summaryrefslogtreecommitdiff
path: root/acconfig.h
blob: 75d4b43d5067e3d38de12b8459ada58748cbd02b (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/* Define to compile with Hesiod support. */
#undef HAVE_HESIOD

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

/* Define to compile with Kerberos v5 support. */
#undef HAVE_KRB5

/* Define to allow users to locate themselves if they are opstaff */
#undef OPSTAFF_LOCATE_SELF

/* Define to get hm_flush restrictions in zctl */
#undef HM_FLUSH_RESTRICT

/* Define to pull in CMU zctl punt backward compat foo */
#undef CMU_ZCTL_PUNT

/* Define to enable zwgcplus support */
#undef CMU_ZWGCPLUS

/* Define to 1 if `enc_part2' is member of `krb5_ticket'. */
#undef HAVE_KRB5_TICKET_ENC_PART2

/* Define to 1 if `keyblock.enctype' is member of `krb5_creds'. */
#undef HAVE_KRB5_CREDS_KEYBLOCK_ENCTYPE

/* Define to 1 if you have the `krb5_c_make_checksum' function. */
#undef HAVE_KRB5_C_MAKE_CHECKSUM

/* Define to 1 if you have the `krb5_cc_set_default_name' function. */
#undef HAVE_KRB5_CC_SET_DEFAULT_NAME

/* Define to 1 if `krb5_auth_con_getauthenticator' takes a double pointer third arg. */
#undef KRB5_AUTH_CON_GETAUTHENTICATOR_TAKES_DOUBLE_POINTER

/* Define to 1 if you have the <krb5_err.h> header file. */
#undef HAVE_KRB5_ERR_H

/* Define to 1 if you have the `krb5_free_data' function. */
#undef HAVE_KRB5_FREE_DATA

/* Define to 1 if you have the <krb5/ss.h> header file. */
#undef HAVE_KRB5_SS_H

/* Define to 1 if you have the `krb_get_err_text' function. */
#undef HAVE_KRB_GET_ERR_TEXT

/* Define to 1 if you have the `krb_log' function. */
#undef HAVE_KRB_LOG

/* Define to compile with ares support. */
#undef HAVE_ARES

/* 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