The R Project SVN R

Rev

Rev 44596 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 44596 Rev 54038
Line 6... Line 6...
6
*/
6
*/
7
 
7
 
8
#ifndef _TIFFCONF_
8
#ifndef _TIFFCONF_
9
#define _TIFFCONF_
9
#define _TIFFCONF_
10
 
10
 
-
 
11
/* Signed 16-bit type */
-
 
12
#define TIFF_INT16_T short
-
 
13
 
-
 
14
/* Signed 32-bit type */
-
 
15
#define TIFF_INT32_T int
-
 
16
 
-
 
17
/* Signed 64-bit type */
-
 
18
#define TIFF_INT64_T long long
-
 
19
 
-
 
20
/* Signed 8-bit type */
-
 
21
#define TIFF_INT8_T signed char
-
 
22
 
-
 
23
/* Unsigned 16-bit type */
-
 
24
#define TIFF_UINT16_T unsigned short
-
 
25
 
-
 
26
/* Unsigned 32-bit type */
-
 
27
#define TIFF_UINT32_T unsigned int
-
 
28
 
-
 
29
/* Unsigned 64-bit type */
-
 
30
#define TIFF_UINT64_T unsigned long long
-
 
31
 
-
 
32
/* Unsigned 8-bit type */
-
 
33
#define TIFF_UINT8_T unsigned char
-
 
34
 
-
 
35
/* Signed size type */
-
 
36
#define TIFF_SSIZE_T ssize_t
-
 
37
 
-
 
38
/* Pointer difference type */
-
 
39
#define TIFF_PTRDIFF_T ptrdiff_t
-
 
40
 
-
 
41
 
11
/* Define to 1 if the system has the type `int16'. */
42
/* Define to 1 if the system has the type `int16'. */
12
/* #undef HAVE_INT16 */
43
/* #undef HAVE_INT16 */
13
 
44
 
14
/* Define to 1 if the system has the type `int32'. */
45
/* Define to 1 if the system has the type `int32'. */
15
/* #undef HAVE_INT32 */
46
/* #undef HAVE_INT32 */
Line 21... Line 52...
21
#define SIZEOF_INT 4
52
#define SIZEOF_INT 4
22
 
53
 
23
/* The size of a `long', as computed by sizeof. */
54
/* The size of a `long', as computed by sizeof. */
24
#define SIZEOF_LONG 4
55
#define SIZEOF_LONG 4
25
 
56
 
-
 
57
 
26
/* Compatibility stuff. */
58
/* Compatibility stuff. */
27
 
59
 
28
/* Define as 0 or 1 according to the floating point format suported by the
60
/* Define as 0 or 1 according to the floating point format suported by the
29
   machine */
61
   machine */
30
#define HAVE_IEEEFP 1
62
#define HAVE_IEEEFP 1