~adam-stokes/ubuntu/quantal/nfs-utils/hang-on-kernel-expire-794112

« back to all changes in this revision

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

  • Committer: Steve Langasek
  • Date: 2011-10-29 21:56:45 UTC
  • mfrom: (14.1.15 sid)
  • Revision ID: steve.langasek@canonical.com-20111029215645-ohwji14mw3tamz84
Merge Debian version 1:1.2.5-2

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
   this is either `int' or `gid_t'. */
16
16
#undef GETGROUPS_T
17
17
 
18
 
/* Define this if you want rpcsec_gss support compiled in */
19
 
#undef GSS_SUPPORTED
20
 
 
21
18
/* Define to 1 if you have the `alarm' function. */
22
19
#undef HAVE_ALARM
23
20
 
147
144
/* Define to 1 if you have the <libintl.h> header file. */
148
145
#undef HAVE_LIBINTL_H
149
146
 
 
147
/* Define to 1 if you have the `nfsidmap' library (-lnfsidmap). */
 
148
#undef HAVE_LIBNFSIDMAP
 
149
 
150
150
/* Define to 1 if you have the `tirpc' library (-ltirpc). */
151
151
#undef HAVE_LIBTIRPC
152
152
 
352
352
/* Define this if you want mount to read a configuration file */
353
353
#undef MOUNT_CONFIG
354
354
 
355
 
/* Define this if you want NFSv3 support compiled in */
356
 
#undef NFS3_SUPPORTED
357
 
 
358
 
/* Define this if you want NFSv41 support compiled in */
359
 
#undef NFS41_SUPPORTED
360
 
 
361
 
/* Define this if you want NFSv4 support compiled in */
362
 
#undef NFS4_SUPPORTED
363
 
 
364
355
/* This defines the location of the NFS state files. Warning: this must match
365
356
   definitions in config.mk! */
366
357
#undef NFS_STATEDIR
368
359
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
369
360
#undef NO_MINUS_C_MINUS_O
370
361
 
 
362
/* Define this to the pathname where statd keeps its state file */
 
363
#undef NSM_DEFAULT_STATEDIR
 
364
 
371
365
/* Name of package */
372
366
#undef PACKAGE
373
367