]> git.decadent.org.uk Git - nfs-utils.git/blob - support/include/config.h.in
1/ be less trusting of information in /var/lib/nfs/xtab. Add things to
[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