]> git.decadent.org.uk Git - nfs-utils.git/blob - support/include/config.h.in
Remove the rpcsec_gss code and rely on an external library instead.
[nfs-utils.git] / support / include / config.h.in
1 /* Define this if you have standard C headers
2  */
3 #undef  STDC_HEADERS
4
5 /* Define this if you have string.h */
6 #undef  HAVE_STRING_H
7
8 /* Define this if you have com_err.h */
9 #undef  HAVE_COM_ERR_H
10
11 /* Define this if you have <et/com_err.h> */
12 #undef  HAVE_ET_COM_ERR_H
13
14 /* Define this if you have netgroup support
15  */
16 #undef  HAVE_INNETGR
17
18 /* Define this if you want NFSv3 support compiled in
19  */
20 #undef  NFS3_SUPPORTED
21
22 /* This defines the location of the NFS state files
23  * Warning: these must match definitions in config.mk!
24  */
25 #define NFS_STATEDIR            "/var/lib/nfs"
26
27 /* Define this if you want to enable various security
28  * checks in statd. These checks basically keep anyone
29  * but lockd from using this service.
30  */
31 #undef RESTRICTED_STATD
32
33 /* Define this if you want support for rpcsec_gss with
34  * the MIT krb5 mechanism compiled in */
35 #undef HAVE_KRB5
36
37 /* Define this if you want support for rpcsec_gss with
38  * the Heimdal krb5 mechanism compiled in */
39 #undef HAVE_HEIMDAL
40
41 /* Define this if the Kerberos gssapi library has function
42  * gss_krb5_export_lucid_sec_context */
43 #undef HAVE_LUCID_CONTEXT_SUPPORT
44
45 /* Define this if the Kerberos gssapi library has function
46  * gss_krb5_set_allowable_enctypes */
47 #undef HAVE_SET_ALLOWABLE_ENCTYPES
48
49 /* Define this if the Kerberos gssapi library has function
50  * gss_krb5_cache_name */
51 #undef HAVE_GSS_KRB5_CCACHE_NAME
52
53 /* Define this if the rpcsec_gss library has the function
54  * authgss_set_debug_level */
55 #undef HAVE_AUTHGSS_SET_DEBUG_LEVEL
56
57 /* Define this if we want to use the private Kerberos
58  * gssapi library function, gss_krb5_cache_name, to
59  * specify the credentials cache file to be used by
60  * the gssapi library.
61  * (For MIT releases 1.3.1 and before, this must
62  * be defined. For later releases we can simply
63  * set the KRB5CCNAME environment variable.) */
64 #undef USE_GSS_KRB5_CCACHE_NAME
65
66 /* The size of a `int', as computed by sizeof. */
67 #undef SIZEOF_INT
68
69 /* The size of a `long', as computed by sizeof. */
70 #undef SIZEOF_LONG
71
72 /* The size of a `short', as computed by sizeof. */
73 #undef SIZEOF_SHORT
74
75 /* The size of a `size_t', as computed by sizeof. */
76 #undef SIZEOF_SIZE_T