~ubuntu-branches/ubuntu/trusty/libpam-mount/trusty-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Kleineidam
  • Date: 2010-05-19 04:05:25 UTC
  • mfrom: (1.4.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100519040525-yym18fn8k070smfe
Tags: 2.3-1
* New upstream release.
  + mount.crypt passes keyfile info to open LUKS volumes
    (Closes: #528366)
  + umount.crypt works again (Closes: #581713)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
/* Define to 1 if you have the `getmntinfo' function. */
16
16
#undef HAVE_GETMNTINFO
17
17
 
 
18
/* Define to 1 if you have the `initgroups' function. */
 
19
#undef HAVE_INITGROUPS
 
20
 
18
21
/* Define to 1 if you have the <inttypes.h> header file. */
19
22
#undef HAVE_INTTYPES_H
20
23
 
51
54
/* Define to 1 if you have the <string.h> header file. */
52
55
#undef HAVE_STRING_H
53
56
 
54
 
/* Define to 1 if `lo_file_name' is a member of `struct loop_info64'. */
 
57
/* Define to 1 if `lo_file_name' is member of `struct loop_info64'. */
55
58
#undef HAVE_STRUCT_LOOP_INFO64_LO_FILE_NAME
56
59
 
57
60
/* Define to 1 if you have the <sys/mdioctl.h> header file. */
97
100
/* Define to the one symbol short name of this package. */
98
101
#undef PACKAGE_TARNAME
99
102
 
100
 
/* Define to the home page for this package. */
101
 
#undef PACKAGE_URL
102
 
 
103
103
/* Define to the version of this package. */
104
104
#undef PACKAGE_VERSION
105
105