]> git.decadent.org.uk Git - nfs-utils.git/blob - support/include/config.h.in
Added list mounted nfs filesystems (-m) option
[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 netgroup support
9  */
10 #undef  HAVE_INNETGR
11
12 /* Define this if you want NFSv3 support compiled in
13  */
14 #undef  NFS3_SUPPORTED
15
16 /* This defines the location of the NFS state files
17  * Warning: these must match definitions in config.mk!
18  */
19 #define NFS_STATEDIR            "/var/lib/nfs"
20
21 /* Define this if you want to enable various security
22  * checks in statd. These checks basically keep anyone
23  * but lockd from using this service.
24  */
25 #undef RESTRICTED_STATD
26
27 /* Define this if you want support for rpcsec_gss with
28  * the MIT krb5 mechanism compiled in */
29 #undef HAVE_KRB5
30
31 /* Define this if you want support for rpcsec_gss with
32  * the Heimdal krb5 mechanism compiled in */
33 #undef HAVE_HEIMDAL
34
35 /* Define this if the Kerberos gssapi library has function
36  * gss_krb5_export_lucid_sec_context */
37 #undef HAVE_LUCID_CONTEXT_SUPPORT
38
39 /* Define this if the Kerberos gssapi library has function
40  * gss_krb5_set_allowable_enctypes */
41 #undef HAVE_SET_ALLOWABLE_ENCTYPES
42
43 /* Define this if the Kerberos gssapi library has function
44  * gss_krb5_cache_name */
45 #undef HAVE_GSS_KRB5_CCACHE_NAME