~ubuntu-branches/debian/sid/ecryptfs-utils/sid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS), Dustin Kirkland and Martin Pitt, Fernando Seiti Furusato
  • Date: 2015-06-15 15:50:05 UTC
  • mfrom: (1.5.12)
  • Revision ID: package-import@ubuntu.com-20150615155005-vxvg3ezl7ibfdoes
Tags: 106-1
* New upstream release.
* Transition from libecryptfs0 to libecryptfs1 .
* Remove unused libgcrypt11-dev build dependency (closes: #764927).
* Remove bashism from the postinst of ecryptfs-utils .
* Add watch file.
* Put myself as the primary maintainer.
* Update Standards-Version to 3.9.6 .

[ Dustin Kirkland and Martin Pitt ]
* debian/ecryptfs-utils.postinst: LP: #953875
  - detect and clean up after nonexisting cryptswap devices

[ Fernando Seiti Furusato <ferseiti@br.ibm.com> ]
* Use autoreconf instead of autotools-dev (closes: #751989).

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
   */
62
62
#undef LT_OBJDIR
63
63
 
64
 
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
65
 
#undef NO_MINUS_C_MINUS_O
66
 
 
67
64
/* Name of package */
68
65
#undef PACKAGE
69
66
 
113
110
/* Version number of package */
114
111
#undef VERSION
115
112
 
 
113
/* Enable large inode numbers on Mac OS X 10.5.  */
 
114
#ifndef _DARWIN_USE_64_BIT_INODE
 
115
# define _DARWIN_USE_64_BIT_INODE 1
 
116
#endif
 
117
 
 
118
/* Number of bits in a file offset, on hosts where this is settable. */
 
119
#undef _FILE_OFFSET_BITS
 
120
 
 
121
/* Define for large files, on AIX-style hosts. */
 
122
#undef _LARGE_FILES
 
123
 
116
124
/* Define to 1 if on MINIX. */
117
125
#undef _MINIX
118
126