~ubuntu-branches/ubuntu/hardy/nfs-utils/hardy-updates

« back to all changes in this revision

Viewing changes to support/include/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Nathaniel McCallum
  • Date: 2004-09-10 13:10:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040910131039-qxfjx4pwgoz6imbv
Tags: upstream-1.0.6
Import upstream version 1.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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