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