blob: f8c14975924edfeab4ce0b16a849c904e39bd78f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
/* Define this if you have standard C headers
*/
#undef STDC_HEADERS
/* Define this if you have string.h */
#undef HAVE_STRING_H
/* Define this if you have netgroup support
*/
#undef HAVE_INNETGR
/* Define this if you want NFSv3 support compiled in
*/
#undef NFS3_SUPPORTED
/* This defines the location of the NFS state files
* Warning: these must match definitions in config.mk!
*/
#define NFS_STATEDIR "/var/lib/nfs"
/* Define this if you want to enable various security
* checks in statd. These checks basically keep anyone
* but lockd from using this service.
*/
#undef RESTRICTED_STATD
|