Move the sources to trunk
[opencv] / otherlibs / _graphics / include / jasper / jas_config.h
1 /* src/libjasper/include/jasper/jas_config.h.  Generated by configure.  */
2 /* src/libjasper/include/jasper/jas_config.h.in.  Generated from configure.ac by autoheader.  */
3
4
5 /* Avoid problems due to multiple inclusion. */
6 #ifndef JAS_CONFIG_H
7 #define JAS_CONFIG_H
8
9 /* This preprocessor symbol identifies the version of JasPer. */
10 #define JAS_VERSION "1.701.0"
11 /* If configure is being used, this symbol will be defined automatically
12   at this point in the configuration header file. */
13
14 /* The preprocessor symbol JAS_WIN_MSVC_BUILD should not be defined
15   unless the JasPer software is being built under Microsoft Windows
16   using Microsoft Visual C. */
17 #ifndef JAS_WIN_MSVC_BUILD
18 /* A configure-based build is being used. */
19
20
21
22 /* Extra debugging support */
23 /* #undef DEBUG */
24
25 /* Debugging memory allocator */
26 /* #undef DEBUG_MEMALLOC */
27
28 /* Debugging overflow detection */
29 /* #undef DEBUG_OVERFLOW */
30
31 /* Define to 1 if you have the <dlfcn.h> header file. */
32 #define HAVE_DLFCN_H 1
33
34 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
35 /* #undef HAVE_DOPRNT */
36
37 /* Define to 1 if you have the <fcntl.h> header file. */
38 #define HAVE_FCNTL_H 1
39
40 /* Define to 1 if you have the <inttypes.h> header file. */
41 #define HAVE_INTTYPES_H 1
42
43 /* Define to 1 if you have the <io.h> header file. */
44 /* #undef HAVE_IO_H */
45
46 /* Define to 1 if you have the `m' library (-lm). */
47 #define HAVE_LIBM 1
48
49 /* Define to 1 if you have the <limits.h> header file. */
50 #define HAVE_LIMITS_H 1
51
52 /* Define to 1 if you have the <memory.h> header file. */
53 #define HAVE_MEMORY_H 1
54
55 /* Define to 1 if you have the <stdbool.h> header file. */
56 #define HAVE_STDBOOL_H 1
57
58 /* Define to 1 if you have the <stddef.h> header file. */
59 #define HAVE_STDDEF_H 1
60
61 /* Define to 1 if you have the <stdint.h> header file. */
62 #define HAVE_STDINT_H 1
63
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #define HAVE_STDLIB_H 1
66
67 /* Define to 1 if you have the <strings.h> header file. */
68 #define HAVE_STRINGS_H 1
69
70 /* Define to 1 if you have the <string.h> header file. */
71 #define HAVE_STRING_H 1
72
73 /* Define to 1 if you have the <sys/stat.h> header file. */
74 #define HAVE_SYS_STAT_H 1
75
76 /* Define to 1 if you have the <sys/types.h> header file. */
77 #define HAVE_SYS_TYPES_H 1
78
79 /* Define to 1 if you have the <unistd.h> header file. */
80 #define HAVE_UNISTD_H 1
81
82 /* Have variable length arrays */
83 #define HAVE_VLA 1
84
85 /* Define to 1 if you have the `vprintf' function. */
86 #define HAVE_VPRINTF 1
87
88 /* Define to 1 if you have the <windows.h> header file. */
89 /* #undef HAVE_WINDOWS_H */
90
91 /* JasPer configure */
92 #define JAS_CONFIGURE 1
93
94 /* JasPer version */
95 #define JAS_VERSION "1.701.0"
96
97 /* Name of package */
98 #define PACKAGE "jasper"
99
100 /* Define to the address where bug reports for this package should be sent. */
101 #define PACKAGE_BUGREPORT ""
102
103 /* Define to the full name of this package. */
104 #define PACKAGE_NAME "jasper"
105
106 /* Define to the full name and version of this package. */
107 #define PACKAGE_STRING "jasper 1.701.0"
108
109 /* Define to the one symbol short name of this package. */
110 #define PACKAGE_TARNAME "jasper"
111
112 /* Define to the version of this package. */
113 #define PACKAGE_VERSION "1.701.0"
114
115 /* The size of a `int', as computed by sizeof. */
116 #define SIZEOF_INT 4
117
118 /* The size of a `long', as computed by sizeof. */
119 #define SIZEOF_LONG 4
120
121 /* The size of a `long long', as computed by sizeof. */
122 #define SIZEOF_LONG_LONG 8
123
124 /* The size of a `short', as computed by sizeof. */
125 #define SIZEOF_SHORT 2
126
127 /* The size of a `unsigned int', as computed by sizeof. */
128 #define SIZEOF_UNSIGNED_INT 4
129
130 /* The size of a `unsigned long', as computed by sizeof. */
131 #define SIZEOF_UNSIGNED_LONG 4
132
133 /* The size of a `unsigned long long', as computed by sizeof. */
134 #define SIZEOF_UNSIGNED_LONG_LONG 8
135
136 /* The size of a `unsigned short', as computed by sizeof. */
137 #define SIZEOF_UNSIGNED_SHORT 2
138
139 /* Define to 1 if you have the ANSI C header files. */
140 #define STDC_HEADERS 1
141
142 /* Version number of package */
143 #define VERSION "1.701.0"
144
145 /* Define to 1 if your processor stores words with the most significant byte
146    first (like Motorola and SPARC, unlike Intel and VAX). */
147 /* #undef WORDS_BIGENDIAN */
148
149 /* Define to 1 if the X Window System is missing or not being used. */
150 /* #undef X_DISPLAY_MISSING */
151
152 /* Define to empty if `const' does not conform to ANSI C. */
153 /* #undef const */
154
155 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
156    if it is not supported. */
157 /* #undef inline */
158
159 /* Define to `long long' if <sys/types.h> does not define. */
160 #define longlong long long
161
162 /* Define to `unsigned' if <sys/types.h> does not define. */
163 /* #undef size_t */
164
165 /* Define to `int' if <sys/types.h> does not define. */
166 /* #undef ssize_t */
167
168 /* Define to `unsigned char' if <sys/types.h> does not define. */
169 #define uchar unsigned char
170
171 /* Define to `unsigned int' if <sys/types.h> does not define. */
172 /* #undef uint */
173
174 /* Define to `unsigned long' if <sys/types.h> does not define. */
175 /* #undef ulong */
176
177 /* Define to `unsigned long long' if <sys/types.h> does not define. */
178 #define ulonglong unsigned long long
179
180 /* Define to `unsigned short' if <sys/types.h> does not define. */
181 /* #undef ushort */
182
183
184 #else
185 /* A configure-based build is not being used. */
186 #include <jasper/jas_config2.h>
187 #endif
188
189 #endif
190