]> git.decadent.org.uk Git - nfs-utils.git/blob - support/include/config.h.in
From: Kevin Coffman <kwc@citi.umich.edu>
[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 /* The size of a `int', as computed by sizeof. */
54 #undef SIZEOF_INT
55
56 /* The size of a `long', as computed by sizeof. */
57 #undef SIZEOF_LONG
58
59 /* The size of a `short', as computed by sizeof. */
60 #undef SIZEOF_SHORT
61
62 /* The size of a `size_t', as computed by sizeof. */
63 #undef SIZEOF_SIZE_T