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