~cosme/ubuntu/precise/freeimage/freeimage-3.15.1

« back to all changes in this revision

Viewing changes to Source/LibTIFF/tiffconf.vc.h

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-07-20 13:42:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100720134215-xt1454zaedv3b604
Tags: 3.13.1-0ubuntu1
* New upstream release. Closes: (LP: #607800)
 - Updated debian/freeimage-get-orig-source script.
 - Removing no longer necessary debian/patches/* and
   the patch system in debian/rules.
 - Updated debian/rules to work with the new Makefiles.
 - Drop from -O3 to -O2 and use lzma compression saves
   ~10 MB of free space. 
* lintian stuff
 - fixed debhelper-but-no-misc-depends
 - fixed ldconfig-symlink-missing-for-shlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
/* The size of a `long', as computed by sizeof. */
23
23
#define SIZEOF_LONG 4
24
24
 
 
25
/* Signed 64-bit type formatter */
 
26
#define TIFF_INT64_FORMAT "%I64d"
 
27
 
 
28
/* Signed 64-bit type */
 
29
#define TIFF_INT64_T signed __int64
 
30
 
 
31
/* Unsigned 64-bit type formatter */
 
32
#define TIFF_UINT64_FORMAT "%I64u"
 
33
 
 
34
/* Unsigned 64-bit type */
 
35
#define TIFF_UINT64_T unsigned __int64
 
36
 
25
37
/* Compatibility stuff. */
26
38
 
27
39
/* Define as 0 or 1 according to the floating point format suported by the