4 /* Define to empty if the keyword does not work. */
7 /* Define as __inline if that's what the C compiler calls it. */
10 /* Define to `long' if <sys/types.h> doesn't define. */
13 /* Define to `unsigned' if <sys/types.h> doesn't define. */
16 #undef SIZEOF_SIGNED_CHAR
17 #undef SIZEOF_SIGNED_SHORT
19 #undef SIZEOF_SIGNED_LONG_LONG
22 /* Define if you have the ANSI C header files. */
25 /* Define if your <sys/time.h> declares struct tm. */
28 /* Define if you have the time() function */
31 /* Define if you have the time.h header file */
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 */
43 /* Define if you have the getrusage function */
46 /* Define if you have the mallinfo function */
50 /* Define if you have the unistd.h header file */
53 /* Define if you have the open64 function. */
56 /* Define if you have the lrand48 function. */
59 /* Define if you have the popen function. */
62 /* Define if you have the bcopy function. */
65 /* Define if you have the bzero function. */
68 /* Define if you have the rand function. */
71 /* Define if you have the srand function. */
74 /* Define if you have the srand48 function. */
77 /* Define if you have the calloc function. */
80 /* Define if you have the stat function. */
83 /* Define if you have the mmap function. */
86 /* Define if you have the <dirent.h> header file. */
89 /* Define if you have the <assert.h> header file. */
92 /* Define if you have the <signal.h> header file. */
95 /* Define if you have the <pthread.h> header file. */
98 /* Define if you have the <jpeglib.h> header file. */
101 /* Define if you have the <ndir.h> header file. */
104 /* Define if you have the <sys/dir.h> header file. */
105 #undef HAVE_SYS_DIR_H
107 /* Define if you have the <sys/ndir.h> header file. */
108 #undef HAVE_SYS_NDIR_H
110 /* Define if you have the <sys/io.h> header file. */
113 /* Define if you have the <sys/bsdtypes.h> header file. */
114 #undef HAVE_SYS_BSDTYPES_H
116 /* Define if you have the <sys/stat.h> header file. */
117 #undef HAVE_SYS_STAT_H
119 /* Define if you have the <sys/mman.h> header file. */
120 #undef HAVE_SYS_MMAN_H
122 /* Define if you have the <sys/types.h> header file. */
123 #undef HAVE_SYS_TYPES_H
125 /* Define if you have the <t1lib.h> header file. */
126 /* #undef HAVE_T1LIB_H */
128 /* Define if you have the <zlib.h> header file. */
131 /* Define if you have the <zzip/lib.h> header file. */
132 #undef HAVE_ZZIP_LIB_H
134 /* Define if you have the <pdflib.h> header file. */
137 /* Define if you have the <avifile/version.h> header file. */
138 #undef HAVE_AVIFILE_VERSION_H
140 /* Define if you have the <freetype/ft2build.h> header file. */
141 #undef HAVE_FT2BUILD_H
143 /* Define if you have the <version.h> header file. */
144 #undef HAVE_VERSION_H
146 /* Define if you have the OpenGL header files */
148 #undef HAVE_GL_GLUT_H
150 /* Define if you have the OpenGL libraries */
155 /* Define if OpenGL seems to work */
158 /* Define if you use poppler */
161 /* Define to 1 if you have the `poppler' library (-lpoppler). */
162 #undef HAVE_LIBPOPPLER
164 /* Define to 1 if you have the <OutputDev.h> header file. */
165 #undef HAVE_OUTPUTDEV_H
167 /* Define if you have the jpeg library (-ljpeg). */
170 /* Define if you have the pdf library (-lpdf). */
173 /* Define if you have the zzip library (-lzzip). */
176 /* Define if you have the m library (-lm). */
179 /* Define if you have the t1 library (-lt1). */
180 /* #undef HAVE_LIBT1 */
182 /* Define if you have the z library (-lz). */
185 /* Name of package */
188 /* Version number of package */
194 /* use gzip/uncompress */
197 /* let ttf2pt1 use libfreetype */
200 /* have/use freetype library */
202 #undef HAVE_FREETYPE_FREETYPE_H
204 /* have/use freetype library */
207 #undef HAVE_FONTCONFIG_H
208 #undef HAVE_FONTCONFIG
214 /* have/use internal l.a.m.e. mp3 library */
217 /* whether python-imaging was found */
218 #undef HAVE_PYTHON_IMAGING
220 /* system() can handle command substitution */
221 #undef SYSTEM_BACKTICKS
223 /* Define to 1 if this machine has network byte order*/
224 #undef WORDS_BIGENDIAN
226 #undef LOWERCASE_UPPERCASE
228 /* Define to 0 on non-windows systems */
237 #ifdef HAVE_JPEGLIB_H
243 #ifdef HAVE_FT2BUILD_H
244 #define HAVE_FREETYPE_H 1
247 /* #ifdef HAVE_T1LIB_H */
248 /* #ifdef HAVE_LIBT1 */
249 /* #define HAVE_T1LIB */
254 #ifdef HAVE_GL_GLUT_H
262 #define GString GooString
263 #define GHash GooHash
266 #ifdef HAVE_ZZIP_LIB_H
272 //#ifdef HAVE_BUILTIN_EXPECT
273 #if defined(__GNUC__) && (__GNUC__ > 2) && defined(__OPTIMIZE__)
274 # define likely(x) __builtin_expect((x), 1)
275 # define unlikely(x) __builtin_expect((x), 0)
277 # define likely(x) (x)
278 # define unlikely(x) (x)