File: config.h.in

package info (click to toggle)
nfs-utils 1%3A1.0.6-3.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,532 kB
  • ctags: 1,845
  • sloc: ansic: 16,107; sh: 3,129; makefile: 272
file content (25 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (3)
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