~ubuntu-branches/ubuntu/oneiric/tiff/oneiric

« back to all changes in this revision

Viewing changes to libtiff/tif_config.vc.h

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-08-28 15:44:23 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090828154423-7oisj77n302jrroa
Tags: 3.9.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Define to 1 if you have the <assert.h> header file. */
 
2
#define HAVE_ASSERT_H 1
 
3
 
 
4
/* Define to 1 if you have the <fcntl.h> header file. */
 
5
#define HAVE_FCNTL_H 1
 
6
 
 
7
/* Define as 0 or 1 according to the floating point format suported by the
 
8
   machine */
 
9
#define HAVE_IEEEFP 1
 
10
 
 
11
/* Define to 1 if you have the `jbg_newlen' function. */
 
12
#define HAVE_JBG_NEWLEN 1
 
13
 
 
14
/* Define to 1 if you have the <string.h> header file. */
 
15
#define HAVE_STRING_H 1
 
16
 
 
17
/* Define to 1 if you have the <sys/types.h> header file. */
 
18
#define HAVE_SYS_TYPES_H 1
 
19
 
 
20
/* Define to 1 if you have the <io.h> header file. */
 
21
#define HAVE_IO_H 1
 
22
 
 
23
/* Define to 1 if you have the <search.h> header file. */
 
24
#define HAVE_SEARCH_H 1
 
25
 
 
26
/* Define to 1 if you have the `setmode' function. */
 
27
#define HAVE_SETMODE 1
 
28
 
 
29
/* The size of a `int', as computed by sizeof. */
 
30
#define SIZEOF_INT 4
 
31
 
 
32
/* The size of a `long', as computed by sizeof. */
 
33
#define SIZEOF_LONG 4
 
34
 
 
35
/* Signed 64-bit type */
 
36
#define TIFF_INT64_T signed __int64
 
37
 
 
38
/* Unsigned 64-bit type */
 
39
#define TIFF_UINT64_T unsigned __int64
 
40
 
 
41
/* Set the native cpu bit order */
 
42
#define HOST_FILLORDER FILLORDER_LSB2MSB
 
43
 
 
44
/* Define to 1 if your processor stores words with the most significant byte
 
45
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
46
/* #undef WORDS_BIGENDIAN */
 
47
 
 
48
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
49
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
50
#ifndef __cplusplus
 
51
# ifndef inline
 
52
#  define inline __inline
 
53
# endif
 
54
#endif
 
55
 
 
56
#define lfind _lfind