]> Creatis software - gdcm.git/blob - src/gdcmjasper/src/libjasper/include/jasper/jas_config.h.in
COMP: oops bcc32 was still complaining
[gdcm.git] / src / gdcmjasper / src / libjasper / include / jasper / jas_config.h.in
1 /* src/libjasper/include/jasper/jas_config.h.in.  Template for cmake.  */
2
3
4 /* Avoid problems due to multiple inclusion. */
5 #ifndef JAS_CONFIG_H
6 #define JAS_CONFIG_H
7
8 #if 0
9 /* Extra debugging support */
10 #undef DEBUG
11
12 /* Debugging memory allocator */
13 #undef DEBUG_MEMALLOC
14
15 /* Debugging overflow detection */
16 #undef DEBUG_OVERFLOW
17 #endif
18
19 /* Define to 1 if you have the <dlfcn.h> header file. */
20 #cmakedefine HAVE_DLFCN_H
21
22 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
23 /* #undef HAVE_DOPRNT */
24
25 /* Define to 1 if you have the <fcntl.h> header file. */
26 #cmakedefine HAVE_FCNTL_H
27
28 /* Define to 1 if you have the <inttypes.h> header file. */
29 #cmakedefine HAVE_INTTYPES_H
30
31 /* Define to 1 if you have the <io.h> header file. */
32 #cmakedefine HAVE_IO_H
33
34 /* Define to 1 if you have the `m' library (-lm). */
35 /* #define HAVE_LIBM 1 */
36
37 /* Define to 1 if you have the <limits.h> header file. */
38 #cmakedefine HAVE_LIMITS_H
39
40 /* Define to 1 if you have the <memory.h> header file. */
41 #cmakedefine HAVE_MEMORY_H
42
43 /* Define to 1 if you have the <stdbool.h> header file. */
44 #cmakedefine HAVE_STDBOOL_H
45
46 /* Define to 1 if you have the <stddef.h> header file. */
47 #cmakedefine HAVE_STDDEF_H
48
49 /* Define to 1 if you have the <stdint.h> header file. */
50 #cmakedefine HAVE_STDINT_H
51
52 /* Define to 1 if you have the <stdlib.h> header file. */
53 #cmakedefine HAVE_STDLIB_H
54
55 /* Define to 1 if you have the <strings.h> header file. */
56 #cmakedefine HAVE_STRINGS_H
57
58 /* Define to 1 if you have the <string.h> header file. */
59 #cmakedefine HAVE_STRING_H
60
61 /* Define to 1 if you have the <sys/stat.h> header file. */
62 #cmakedefine HAVE_SYS_STAT_H
63
64 /* Define to 1 if you have the <sys/types.h> header file. */
65 #cmakedefine HAVE_SYS_TYPES_H
66
67 /* Define to 1 if you have the <unistd.h> header file. */
68 #cmakedefine HAVE_UNISTD_H
69
70 /* Have variable length arrays */
71 /* #define HAVE_VLA 1 */
72
73 /* Define to 1 if you have the `vprintf' function. */
74 /* #define HAVE_VPRINTF 1 */
75
76 /* Define to 1 if you have the <windows.h> header file. */
77 #cmakedefine HAVE_WINDOWS_H
78
79 /* JasPer configure */
80 #define JAS_CONFIGURE 1
81
82 /* JasPer version */
83 #define JAS_VERSION "@JAS_VERSION@"
84
85 /* Name of package */
86 #define PACKAGE "jasper"
87
88 /* Define to the address where bug reports for this package should be sent. */
89 #define PACKAGE_BUGREPORT ""
90
91 /* Define to the full name of this package. */
92 #define PACKAGE_NAME "jasper"
93
94 /* Define to the full name and version of this package. */
95 #define PACKAGE_STRING "jasper @JAS_VERSION@"
96
97 /* Define to the one symbol short name of this package. */
98 #define PACKAGE_TARNAME "jasper"
99
100 /* Define to the version of this package. */
101 #define PACKAGE_VERSION "@JAS_VERSION@"
102
103 /* Size of fundamental data types.  */
104 /* The size of a `int', as computed by sizeof. */
105 #define SIZEOF_INT    @GDCM_SIZEOF_INT@
106
107 /* The size of a `long', as computed by sizeof. */
108 #define SIZEOF_LONG   @GDCM_SIZEOF_LONG@
109
110 /* The size of a `short', as computed by sizeof. */
111 #define SIZEOF_SHORT  @GDCM_SIZEOF_SHORT@
112
113 /* The size of a `char', as computed by sizeof. */
114 #define SIZEOF_CHAR   @GDCM_SIZEOF_CHAR@
115
116 /* The size of a `double', as computed by sizeof. */
117 #define SIZEOF_DOUBLE @GDCM_SIZEOF_DOUBLE@
118
119 /* The size of a `float', as computed by sizeof. */
120 #define SIZEOF_FLOAT  @GDCM_SIZEOF_FLOAT@
121
122 /* Could someone give me an example of plateform that have 
123  * different size for unsigned types ?? */
124 /* The size of a `unsigned int', as computed by sizeof. */
125 #define SIZEOF_UNSIGNED_INT @GDCM_SIZEOF_INT@
126
127 /* The size of a `unsigned long', as computed by sizeof. */
128 #define SIZEOF_UNSIGNED_LONG @GDCM_SIZEOF_LONG@
129
130 /* The size of a `unsigned short', as computed by sizeof. */
131 #define SIZEOF_UNSIGNED_SHORT @GDCM_SIZEOF_SHORT@
132
133
134 /* Define size of long long and/or __int64 bit integer type only if the type
135    exists.  */
136 /* The size of a `long long', as computed by sizeof. */
137 #cmakedefine GDCM_SIZEOF_LONG_LONG @GDCM_SIZEOF_LONG_LONG@
138 #cmakedefine GDCM_SIZEOF___INT64   @GDCM_SIZEOF___INT64@
139
140 /* The size of a `unsigned long long', as computed by sizeof. */
141 #define SIZEOF_UNSIGNED_LONG_LONG @GDCM_SIZEOF_LONG_LONG@
142
143
144
145 #if 0
146 /* Define to 1 if you have the ANSI C header files. */
147 #define STDC_HEADERS 1
148 #endif
149
150 /* Version number of package */
151 #define VERSION "1.701.0"
152
153 /* Define to 1 if your processor stores words with the most significant byte
154    first (like Motorola and SPARC, unlike Intel and VAX). */
155 #cmakedefine WORDS_BIGENDIAN
156
157 /* Define to 1 if the X Window System is missing or not being used. */
158 /*#define X_DISPLAY_MISSING 1 */
159
160 /* Define to empty if `const' does not conform to ANSI C. */
161 /* #undef const */
162
163 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
164    if it is not supported. */
165 /* #undef inline */
166
167 /* Whether types "long long" and "__int64" are enabled.  If a type is
168    enabled then it is a unique fundamental type.  */
169 #cmakedefine GDCM_TYPE_USE_LONG_LONG
170 #cmakedefine GDCM_TYPE_USE___INT64
171
172 /* Some properties of the available types.  */
173 #cmakedefine GDCM_TYPE_SAME_LONG_AND___INT64
174 #cmakedefine GDCM_TYPE_SAME_LONG_LONG_AND___INT64
175 #cmakedefine GDCM_TYPE_CONVERT_UI64_TO_DOUBLE
176
177
178 // On win32 there is no long long therefore use __int64 instead
179 //
180 #ifndef HAVE_SYS_TYPES_H
181 typedef unsigned short     ushort;
182 typedef unsigned int       uint;
183 typedef unsigned long      ulong;
184 #ifdef GDCM_TYPE_USE___INT64
185 typedef unsigned char      uchar;
186 typedef unsigned __int64   ulonglong;
187 typedef __int64            longlong;
188 #else
189 #error this is not supposed to happen please report your compiler
190 #endif //GDCM_TYPE_USE___INT64
191 #else
192 #ifdef GDCM_TYPE_USE_LONG_LONG
193 typedef unsigned char      uchar;
194 typedef unsigned long long ulonglong;
195 typedef long long          longlong;
196 #else
197 typedef unsigned short     ushort;
198 typedef unsigned int       uint;
199 typedef unsigned long      ulong;
200 typedef unsigned char      uchar;
201 typedef unsigned __int64   ulonglong;
202 typedef __int64            longlong;
203 #endif // GDCM_TYPE_USE_LONG_LONG
204 /* #define  ssize_t    int */
205 #endif // HAVE_SYS_TYPES_H
206
207
208 #endif
209