]> git.decadent.org.uk Git - nfs-utils.git/blob - support/include/config.h.in
769afff2417919c15a4da34d7f78b9573dacf434
[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 have <spkm3.h> */
34 #undef  HAVE_SPKM3_H
35
36 /* Define this if you want support for rpcsec_gss with
37  * the MIT krb5 mechanism compiled in */
38 #undef HAVE_KRB5
39
40 /* Define this if you want support for rpcsec_gss with
41  * the Heimdal krb5 mechanism compiled in */
42 #undef HAVE_HEIMDAL
43
44 /* Define this if the Kerberos gssapi library has function
45  * gss_krb5_export_lucid_sec_context */
46 #undef HAVE_LUCID_CONTEXT_SUPPORT
47
48 /* Define this if the Kerberos gssapi library has function
49  * gss_krb5_set_allowable_enctypes */
50 #undef HAVE_SET_ALLOWABLE_ENCTYPES
51
52 /* Define this if the Kerberos gssapi library has function
53  * gss_krb5_cache_name */
54 #undef HAVE_GSS_KRB5_CCACHE_NAME
55
56 /* Define this if the rpcsec_gss library has the function
57  * authgss_set_debug_level */
58 #undef HAVE_AUTHGSS_SET_DEBUG_LEVEL
59
60 /* Define this if we want to use the private Kerberos
61  * gssapi library function, gss_krb5_cache_name, to
62  * specify the credentials cache file to be used by
63  * the gssapi library.
64  * (For MIT releases 1.3.1 and before, this must
65  * be defined. For later releases we can simply
66  * set the KRB5CCNAME environment variable.) */
67 #undef USE_GSS_KRB5_CCACHE_NAME
68
69 /* The size of a `int', as computed by sizeof. */
70 #undef SIZEOF_INT
71
72 /* The size of a `long', as computed by sizeof. */
73 #undef SIZEOF_LONG
74
75 /* The size of a `short', as computed by sizeof. */
76 #undef SIZEOF_SHORT
77
78 /* The size of a `size_t', as computed by sizeof. */
79 #undef SIZEOF_SIZE_T