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