applied swfrender-parameters patch from Tim Whittington
[swftools.git] / config.h.in
blob0ec7fb90b5b21c4790427416a3be7cd10a3fc0bc
1 #ifndef __config_h__
2 #define __config_h__
4 /* Define to empty if the keyword does not work. */
5 #undef const
7 /* Define as __inline if that's what the C compiler calls it. */
8 #undef inline
10 /* Define to `long' if <sys/types.h> doesn't define. */
11 #undef off_t
13 /* Define to `unsigned' if <sys/types.h> doesn't define. */
14 #undef size_t
16 #undef SIZEOF_SIGNED_CHAR
17 #undef SIZEOF_SIGNED_SHORT
18 #undef SIZEOF_SIGNED
19 #undef SIZEOF_SIGNED_LONG_LONG
20 #undef SIZEOF_VOIDP
22 /* Define if you have the ANSI C header files. */
23 #undef STDC_HEADERS
25 /* Define if your <sys/time.h> declares struct tm. */
26 #undef TM_IN_SYS_TIME
28 /* Define if you have the time() function */
29 #undef HAVE_TIME
31 /* Define if you have the time.h header file */
32 #undef HAVE_TIME_H
34 /* Define if you have the sys/time.h header file */
35 #undef HAVE_SYS_TIME_H
37 /* Define if you have the sys/resource.h header file */
38 #undef HAVE_SYS_RESOURCE_H
40 /* Define if you have the malloc.h header file */
41 #undef HAVE_MALLOC_H
43 /* Define if you have the getrusage function */
44 #undef HAVE_GETRUSAGE
46 /* Define if you have the mallinfo function */
47 #undef HAVE_MALLINFO
50 /* Define if you have the unistd.h header file */
51 #undef HAVE_UNISTD_H
53 /* for gocr */
54 #undef HAVE_WCHAR_H
55 #undef HAVE_WCSCHR
56 #undef HAVE_WCSDUP
58 /* Define if you have the open64 function. */
59 #undef HAVE_OPEN64
61 /* Define if you have the lrand48 function. */
62 #undef HAVE_LRAND48
64 /* Define if you have the popen function. */
65 #undef HAVE_POPEN
67 /* Define if you have the bcopy function. */
68 #undef HAVE_BCOPY
70 /* Define if you have the bzero function. */
71 #undef HAVE_BZERO
73 /* Define if you have the rand function. */
74 #undef HAVE_RAND
76 /* Define if you have the srand function. */
77 #undef HAVE_SRAND
79 /* Define if you have the srand48 function. */
80 #undef HAVE_SRAND48
82 /* Define if you have the calloc function. */
83 #undef HAVE_CALLOC
85 /* Define if you have the stat function. */
86 #undef HAVE_STAT
88 /* Define if you have the mmap function. */
89 #undef HAVE_MMAP
91 /* Define if you have the <dirent.h> header file. */
92 #undef HAVE_DIRENT_H
94 /* Define if you have the <assert.h> header file. */
95 #undef HAVE_ASSERT_H
97 /* Define if you have the <signal.h> header file. */
98 #undef HAVE_SIGNAL_H
100 /* Define if you have the <pthread.h> header file. */
101 #undef HAVE_PTHREAD_H
103 /* Define if you have the <jpeglib.h> header file. */
104 #undef HAVE_JPEGLIB_H
106 /* Define if you have the <ndir.h> header file. */
107 #undef HAVE_NDIR_H
109 /* Define if you have the <sys/dir.h> header file. */
110 #undef HAVE_SYS_DIR_H
112 /* Define if you have the <sys/ndir.h> header file. */
113 #undef HAVE_SYS_NDIR_H
115 /* Define if you have the <sys/io.h> header file. */
116 #undef HAVE_IO_H
118 /* Define if you have the <sys/bsdtypes.h> header file. */
119 #undef HAVE_SYS_BSDTYPES_H
121 /* Define if you have the <sys/stat.h> header file. */
122 #undef HAVE_SYS_STAT_H
124 /* Define if you have the <sys/mman.h> header file. */
125 #undef HAVE_SYS_MMAN_H
127 /* Define if you have the <sys/types.h> header file. */
128 #undef HAVE_SYS_TYPES_H
130 /* Define if you have the <t1lib.h> header file. */
131 /* #undef HAVE_T1LIB_H */
133 /* Define if you have the <zlib.h> header file. */
134 #undef HAVE_ZLIB_H
136 /* Define if you have the <zzip/lib.h> header file. */
137 #undef HAVE_ZZIP_LIB_H
139 /* Define if you have the <pdflib.h> header file. */
140 #undef HAVE_PDFLIB_H
142 /* Define if you have the <avifile/version.h> header file. */
143 #undef HAVE_AVIFILE_VERSION_H
145 /* Define if you have the <freetype/ft2build.h> header file. */
146 #undef HAVE_FT2BUILD_H
148 /* Define if you have the <version.h> header file. */
149 #undef HAVE_VERSION_H
151 /* Define if you have the OpenGL header files */
152 #undef HAVE_GL_GL_H
153 #undef HAVE_GL_GLUT_H
155 /* Define if you have the OpenGL libraries */
156 #undef HAVE_LIBGL
157 #undef HAVE_LIBGLU
158 #undef HAVE_LIBGLUT
160 /* Define if OpenGL seems to work */
161 #undef HAVE_OPENGL
163 /* Define if you use poppler */
164 #undef HAVE_POPPLER
166 /* Define to 1 if you have the `poppler' library (-lpoppler). */
167 #undef HAVE_LIBPOPPLER
169 /* Define to 1 if you have the <OutputDev.h> header file. */
170 #undef HAVE_OUTPUTDEV_H
172 /* Define if you have the jpeg library (-ljpeg). */
173 #undef HAVE_LIBJPEG
175 /* Define if you have the pdf library (-lpdf). */
176 #undef HAVE_LIBPDF
178 /* Define if you have the zzip library (-lzzip). */
179 #undef HAVE_LIBZZIP
181 /* Define if you have the m library (-lm). */
182 #undef HAVE_LIBM
184 /* Define if you have the t1 library (-lt1). */
185 /* #undef HAVE_LIBT1 */
187 /* Define if you have the z library (-lz). */
188 #undef HAVE_LIBZ
190 /* Name of package */
191 #undef PACKAGE
193 /* Version number of package */
194 #undef VERSION
196 /* Typedefs */
197 #undef boolean
199 /* use gzip/uncompress */
200 #undef USE_GZIP
202 /* let ttf2pt1 use libfreetype */
203 #undef USE_FREETYPE
205 /* have/use freetype library */
206 #undef HAVE_FREETYPE
207 #undef HAVE_FREETYPE_FREETYPE_H
209 /* have/use freetype library */
210 #undef HAVE_AVIFILE
212 #undef HAVE_FONTCONFIG_H
213 #undef HAVE_FONTCONFIG
215 #undef HAVE_FFTW3_H
217 #undef HAVE_FFTW3
219 /* have/use internal l.a.m.e. mp3 library */
220 #undef HAVE_LAME
222 /* whether python-imaging was found */
223 #undef HAVE_PYTHON_IMAGING
225 /* system() can handle command substitution */
226 #undef SYSTEM_BACKTICKS
228 /* Define to 1 if this machine has network byte order*/
229 #undef WORDS_BIGENDIAN
231 #undef LOWERCASE_UPPERCASE
233 /* Define to 0 on non-windows systems */
234 #undef O_BINARY
236 #ifdef HAVE_ZLIB_H
237 #ifdef HAVE_LIBZ
238 #define HAVE_ZLIB
239 #endif
240 #endif
242 #ifdef HAVE_JPEGLIB_H
243 #ifdef HAVE_LIBJPEG
244 #define HAVE_JPEGLIB
245 #endif
246 #endif
248 #ifdef HAVE_FT2BUILD_H
249 #define HAVE_FREETYPE_H 1
250 #endif
252 /* #ifdef HAVE_T1LIB_H */
253 /* #ifdef HAVE_LIBT1 */
254 /* #define HAVE_T1LIB */
255 /* #endif */
256 /* #endif */
258 #ifdef HAVE_GL_GL_H
259 #ifdef HAVE_GL_GLUT_H
260 #ifdef HAVE_OPENGL
261 #define USE_OPENGL
262 #endif
263 #endif
264 #endif
266 #ifdef HAVE_POPPLER
267 #define GString GooString
268 #define GHash GooHash
269 #endif
271 #ifdef HAVE_ZZIP_LIB_H
272 #ifdef HAVE_LIBZZIP
273 #define HAVE_ZZIP 1
274 #endif
275 #endif
277 //#ifdef HAVE_BUILTIN_EXPECT
278 #if defined(__GNUC__) && (__GNUC__ > 2) && defined(__OPTIMIZE__)
279 # define likely(x) __builtin_expect((x), 1)
280 # define unlikely(x) __builtin_expect((x), 0)
281 #else
282 # define likely(x) (x)
283 # define unlikely(x) (x)
284 #endif
286 #endif