~ubuntu-branches/ubuntu/precise/libmtp/precise-updates

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-04-03 08:45:30 UTC
  • mfrom: (0.2.6)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: package-import@ubuntu.com-20120403084530-4pzddlb80jviafad
* New upstream bugfix release:
  - Soname libmtp.so.9.0.3 - binary compatible.
  - Probably nailed the bugs in the Samsung Galaxy Tab S2 family
    of devices. Ignacio Martinez helped us fixing this!
  - Build fixes by Alessio Treglia and others.
  - A horde of new devices in the database.
* Remove patches applied upstream:
  - 0001-broken_object_info.patch
  - 0002-devicedb_updates.patch
  - 2001-pkgconfig_requires.patch
* Refresh 1001-kfreebsd_hurd_ftbfs.patch.
* Refresh symbols file.
* Update debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
/* Define to 1 if you have the <langinfo.h> header file. */
37
37
#undef HAVE_LANGINFO_H
38
38
 
 
39
/* Define to 1 if you have the `gcrypt' library (-lgcrypt). */
 
40
#undef HAVE_LIBGCRYPT
 
41
 
39
42
/* Define to 1 if you have the <libgen.h> header file. */
40
43
#undef HAVE_LIBGEN_H
41
44
 
173
176
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
174
177
#undef TIME_WITH_SYS_TIME
175
178
 
 
179
/* Enable MTPZ functionality */
 
180
#undef USE_MTPZ
 
181
 
176
182
/* Version number of package */
177
183
#undef VERSION
178
184