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

« back to all changes in this revision

Viewing changes to Source/LibTIFF/tif_config.h.in

  • 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:
1
1
/* libtiff/tif_config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
 
3
/* Define if building universal (internal helper macro) */
 
4
#undef AC_APPLE_UNIVERSAL_BUILD
 
5
 
3
6
/* Support CCITT Group 3 & 4 algorithms */
4
7
#undef CCITT_SUPPORT
5
8
 
195
198
/* Define to the one symbol short name of this package. */
196
199
#undef PACKAGE_TARNAME
197
200
 
 
201
/* Define to the home page for this package. */
 
202
#undef PACKAGE_URL
 
203
 
198
204
/* Define to the version of this package. */
199
205
#undef PACKAGE_VERSION
200
206
 
214
220
/* The size of `long', as computed by sizeof. */
215
221
#undef SIZEOF_LONG
216
222
 
 
223
/* The size of `signed long', as computed by sizeof. */
 
224
#undef SIZEOF_SIGNED_LONG
 
225
 
 
226
/* The size of `signed long long', as computed by sizeof. */
 
227
#undef SIZEOF_SIGNED_LONG_LONG
 
228
 
 
229
/* The size of `unsigned long', as computed by sizeof. */
 
230
#undef SIZEOF_UNSIGNED_LONG
 
231
 
 
232
/* The size of `unsigned long long', as computed by sizeof. */
 
233
#undef SIZEOF_UNSIGNED_LONG_LONG
 
234
 
217
235
/* Define to 1 if you have the ANSI C header files. */
218
236
#undef STDC_HEADERS
219
237
 
230
248
/* Support ThunderScan 4-bit RLE algorithm */
231
249
#undef THUNDER_SUPPORT
232
250
 
 
251
/* Signed 64-bit type formatter */
 
252
#undef TIFF_INT64_FORMAT
 
253
 
 
254
/* Signed 64-bit type */
 
255
#undef TIFF_INT64_T
 
256
 
 
257
/* Unsigned 64-bit type formatter */
 
258
#undef TIFF_UINT64_FORMAT
 
259
 
 
260
/* Unsigned 64-bit type */
 
261
#undef TIFF_UINT64_T
 
262
 
233
263
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
234
264
#undef TIME_WITH_SYS_TIME
235
265
 
239
269
/* Version number of package */
240
270
#undef VERSION
241
271
 
242
 
/* Define to 1 if your processor stores words with the most significant byte
243
 
   first (like Motorola and SPARC, unlike Intel and VAX). */
244
 
#undef WORDS_BIGENDIAN
 
272
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
 
273
   significant byte first (like Motorola and SPARC, unlike Intel). */
 
274
#if defined AC_APPLE_UNIVERSAL_BUILD
 
275
# if defined __BIG_ENDIAN__
 
276
#  define WORDS_BIGENDIAN 1
 
277
# endif
 
278
#else
 
279
# ifndef WORDS_BIGENDIAN
 
280
#  undef WORDS_BIGENDIAN
 
281
# endif
 
282
#endif
245
283
 
246
284
/* Define to 1 if the X Window System is missing or not being used. */
247
285
#undef X_DISPLAY_MISSING