]> git.decadent.org.uk Git - nfs-utils.git/blob - support/include/config.h.in
6d12cc6649374194557cfdf23a7500f09975c54d
[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 have svctcp_socket
13  */
14 #undef  HAVE_SVCTCP_SOCKET
15
16 /* Define this if you have svcudp_socket
17  */
18 #undef  HAVE_SVCUDP_SOCKET
19
20 /* Define this if you want NFSv3 support compiled in
21  */
22 #undef  NFS3_SUPPORTED
23
24 /* This defines the location of the NFS state files
25  * Warning: these must match definitions in config.mk!
26  */
27 #define NFS_STATEDIR            "/var/lib/nfs"
28
29 /* Define this if you want to enable various security
30  * checks in statd. These checks basically keep anyone
31  * but lockd from using this service.
32  */
33 #undef RESTRICTED_STATD