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.900.1"
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 #if !defined(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 `getrusage' function. */
41 #ifndef __MSVC__
42 #define HAVE_GETRUSAGE 1
43 #endif
44 
45 /* Define to 1 if you have the `gettimeofday' function. */
46 #ifndef __MSVC__
47 #define HAVE_GETTIMEOFDAY 1
48 #endif
49 
50 /* Define to 1 if you have the <inttypes.h> header file. */
51 #define HAVE_INTTYPES_H 1
52 
53 /* Define to 1 if you have the <io.h> header file. */
54 /* #undef HAVE_IO_H */
55 
56 /* Define to 1 if you have the `m' library (-lm). */
57 #define HAVE_LIBM 1
58 
59 /* Define to 1 if you have the <limits.h> header file. */
60 #define HAVE_LIMITS_H 1
61 
62 /* Define to 1 if you have the <memory.h> header file. */
63 #define HAVE_MEMORY_H 1
64 
65 /* Define to 1 if you have the <stdbool.h> header file. */
66 #define HAVE_STDBOOL_H 1
67 
68 /* Define to 1 if you have the <stddef.h> header file. */
69 #define HAVE_STDDEF_H 1
70 
71 /* Define to 1 if you have the <stdint.h> header file. */
72 #define HAVE_STDINT_H 1
73 
74 /* Define to 1 if you have the <stdlib.h> header file. */
75 #define HAVE_STDLIB_H 1
76 
77 /* Define to 1 if you have the <strings.h> header file. */
78 #define HAVE_STRINGS_H 1
79 
80 /* Define to 1 if you have the <string.h> header file. */
81 #define HAVE_STRING_H 1
82 
83 /* Define to 1 if you have the <sys/stat.h> header file. */
84 #define HAVE_SYS_STAT_H 1
85 
86 /* Define to 1 if you have the <sys/time.h> header file. */
87 #ifndef __MSVC__
88 #define HAVE_SYS_TIME_H 1
89 #endif
90 
91 /* Define to 1 if you have the <sys/types.h> header file. */
92 #define HAVE_SYS_TYPES_H 1
93 
94 /* Define to 1 if you have the <unistd.h> header file. */
95 #ifndef __MSVC__
96 #define HAVE_UNISTD_H 1
97 #endif
98 
99 /* Have variable length arrays */
100 /* This can also cause trouble with some GNU compilers  */
101 /* Especially with large or stangely formed images  */
102 /* So disable entirely */
103 //#ifndef __MSVC__
104 //#define HAVE_VLA 1
105 //#endif
106 
107 /* Define to 1 if you have the `vprintf' function. */
108 #define HAVE_VPRINTF 1
109 
110 /* Define to 1 if you have the <windows.h> header file. */
111 /* #undef HAVE_WINDOWS_H */
112 
113 /* JasPer configure */
114 #define JAS_CONFIGURE 1
115 
116 /* JasPer version */
117 #define JAS_VERSION "1.900.1"
118 
119 /* Name of package */
120 #define PACKAGE "jasper"
121 
122 /* Define to the address where bug reports for this package should be sent. */
123 #define PACKAGE_BUGREPORT ""
124 
125 /* Define to the full name of this package. */
126 #define PACKAGE_NAME "jasper"
127 
128 /* Define to the full name and version of this package. */
129 #define PACKAGE_STRING "jasper 1.900.1"
130 
131 /* Define to the one symbol short name of this package. */
132 #define PACKAGE_TARNAME "jasper"
133 
134 /* Define to the version of this package. */
135 #define PACKAGE_VERSION "1.900.1"
136 
137 /* Define to 1 if you have the ANSI C header files. */
138 #define STDC_HEADERS 1
139 
140 /* Version number of package */
141 #define VERSION "1.900.1"
142 
143 /* Define to 1 if the X Window System is missing or not being used. */
144 /* #undef X_DISPLAY_MISSING */
145 
146 /* Define to empty if `const' does not conform to ANSI C. */
147 /* #undef const */
148 
149 /* Define to `__inline__' or `__inline' if that's what the C compiler
150    calls it, or to nothing if 'inline' is not supported under any name.  */
151 #ifndef __cplusplus
152 /* #undef inline */
153 #endif
154 
155 /* Define to `long long' if <sys/types.h> does not define. */
156 #define longlong long long
157 
158 /* Define to `unsigned' if <sys/types.h> does not define. */
159 /* #undef size_t */
160 
161 /* Define to `int' if <sys/types.h> does not define. */
162 /* #undef ssize_t */
163 
164 /* Define to `unsigned char' if <sys/types.h> does not define. */
165 #define uchar unsigned char
166 
167 /* Define to `unsigned int' if <sys/types.h> does not define. */
168 /* #undef uint */
169 
170 /* Define to `unsigned long' if <sys/types.h> does not define. */
171 /* #undef ulong */
172 
173 /* Define to `unsigned long long' if <sys/types.h> does not define. */
174 #define ulonglong unsigned long long
175 
176 /* Define to `unsigned short' if <sys/types.h> does not define. */
177 /* #undef ushort */
178 
179 
180 #else
181 /* A configure-based build is not being used. */
182 #include <jasper/jas_config2.h>
183 #endif
184 
185 #endif
186 
187