summaryrefslogtreecommitdiffstats
path: root/support/include/config.h.in
blob: 73db5a21fae2b32bc15fbc0887a02727a18c33b3 (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
73
74
75
76
/* Define this if you have standard C headers
 */
#undef  STDC_HEADERS

/* Define this if you have string.h */
#undef  HAVE_STRING_H

/* Define this if you have com_err.h */
#undef  HAVE_COM_ERR_H

/* Define this if you have <et/com_err.h> */
#undef  HAVE_ET_COM_ERR_H

/* Define this if you have netgroup support
 */
#undef  HAVE_INNETGR

/* Define this if you want NFSv3 support compiled in
 */
#undef  NFS3_SUPPORTED

/* This defines the location of the NFS state files
 * Warning: these must match definitions in config.mk!
 */
#define NFS_STATEDIR		"/var/lib/nfs"

/* Define this if you want to enable various security
 * checks in statd. These checks basically keep anyone
 * but lockd from using this service.
 */
#undef RESTRICTED_STATD

/* Define this if you want support for rpcsec_gss with
 * the MIT krb5 mechanism compiled in */
#undef HAVE_KRB5

/* Define this if you want support for rpcsec_gss with
 * the Heimdal krb5 mechanism compiled in */
#undef HAVE_HEIMDAL

/* Define this if the Kerberos gssapi library has function
 * gss_krb5_export_lucid_sec_context */
#undef HAVE_LUCID_CONTEXT_SUPPORT

/* Define this if the Kerberos gssapi library has function
 * gss_krb5_set_allowable_enctypes */
#undef HAVE_SET_ALLOWABLE_ENCTYPES

/* Define this if the Kerberos gssapi library has function
 * gss_krb5_cache_name */
#undef HAVE_GSS_KRB5_CCACHE_NAME

/* Define this if the rpcsec_gss library has the function
 * authgss_set_debug_level */
#undef HAVE_AUTHGSS_SET_DEBUG_LEVEL

/* Define this if we want to use the private Kerberos
 * gssapi library function, gss_krb5_cache_name, to
 * specify the credentials cache file to be used by
 * the gssapi library.
 * (For MIT releases 1.3.1 and before, this must
 * be defined. For later releases we can simply
 * set the KRB5CCNAME environment variable.) */
#undef USE_GSS_KRB5_CCACHE_NAME

/* The size of a `int', as computed by sizeof. */
#undef SIZEOF_INT

/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG

/* The size of a `short', as computed by sizeof. */
#undef SIZEOF_SHORT

/* The size of a `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T