39a686a011b4b97cdb51d4b647757745c9259d80
[swftools.git] / config.h.in
1 #ifndef __config_h__
2 #define __config_h__
3
4 /* Define to empty if the keyword does not work.  */
5 #undef const
6
7 /* Define as __inline if that's what the C compiler calls it.  */
8 #undef inline
9
10 /* Define to `long' if <sys/types.h> doesn't define.  */
11 #undef off_t
12
13 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
14 #undef size_t
15
16 #undef SIZEOF_SIGNED
17 #undef SIZEOF_UNSIGNED
18 #undef SIZEOF_SIGNED_LONG
19 #undef SIZEOF_UNSIGNED_LONG
20 #undef SIZEOF_SIGNED_LONG_LONG
21 #undef SIZEOF_UNSIGNED_LONG_LONG
22
23 /* Define if you have the ANSI C header files.  */
24 #undef STDC_HEADERS
25
26 /* Define if your <sys/time.h> declares struct tm.  */
27 #undef TM_IN_SYS_TIME
28
29 /* Define if you have the time() function */
30 #undef HAVE_TIME
31
32 /* Define if you have the time.h header file */
33 #undef HAVE_TIME_H
34
35 /* Define if you have the sys/time.h header file */
36 #undef HAVE_SYS_TIME_H
37
38 /* Define if you have the sys/resource.h header file */
39 #undef HAVE_SYS_RESOURCE_H
40
41 /* Define if you have the malloc.h header file */
42 #undef HAVE_MALLOC_H
43
44 /* Define if you have the getrusage function */
45 #undef HAVE_GETRUSAGE
46
47 /* Define if you have the mallinfo function */
48 #undef HAVE_MALLINFO
49
50
51 /* Define if you have the unistd.h header file */
52 #undef HAVE_UNISTD_H
53
54 /* for gocr */
55 #undef HAVE_WCHAR_H
56 #undef HAVE_WCSCHR
57 #undef HAVE_WCSDUP
58
59 /* Define if you have the lrand48 function.  */
60 #undef HAVE_LRAND48
61
62 /* Define if you have the mkstemp function.  */
63 #undef HAVE_MKSTEMP
64
65 /* Define if you have the popen function.  */
66 #undef HAVE_POPEN
67
68 /* Define if you have the bcopy function.  */
69 #undef HAVE_BCOPY
70
71 /* Define if you have the bzero function.  */
72 #undef HAVE_BZERO
73
74 /* Define if you have the rand function.  */
75 #undef HAVE_RAND
76
77 /* Define if you have the srand function.  */
78 #undef HAVE_SRAND
79
80 /* Define if you have the srand48 function.  */
81 #undef HAVE_SRAND48
82
83 /* Define if you have the stat function.  */
84 #undef HAVE_STAT
85
86 /* Define if you have the <dirent.h> header file.  */
87 #undef HAVE_DIRENT_H
88
89 /* Define if you have the <assert.h> header file.  */
90 #undef HAVE_ASSERT_H
91
92 /* Define if you have the <signal.h> header file.  */
93 #undef HAVE_SIGNAL_H
94
95 /* Define if you have the <pthread.h> header file.  */
96 #undef HAVE_PTHREAD_H
97
98 /* Define if you have the <jpeglib.h> header file.  */
99 #undef HAVE_JPEGLIB_H
100
101 /* Define if you have the <ndir.h> header file.  */
102 #undef HAVE_NDIR_H
103
104 /* Define if you have the <sys/dir.h> header file.  */
105 #undef HAVE_SYS_DIR_H
106
107 /* Define if you have the <sys/ndir.h> header file.  */
108 #undef HAVE_SYS_NDIR_H
109
110 /* Define if you have the <sys/io.h> header file.  */
111 #undef HAVE_IO_H
112
113 /* Define if you have the <sys/bsdtypes.h> header file.  */
114 #undef HAVE_SYS_BSDTYPES_H
115
116 /* Define if you have the <sys/stat.h> header file.  */
117 #undef HAVE_SYS_STAT_H
118
119 /* Define if you have the <sys/types.h> header file.  */
120 #undef HAVE_SYS_TYPES_H
121
122 /* Define if you have the <t1lib.h> header file.  */
123 /* #undef HAVE_T1LIB_H */
124
125 /* Define if you have the <zlib.h> header file.  */
126 #undef HAVE_ZLIB_H
127
128 /* Define if you have the <avifile/version.h> header file.  */
129 #undef HAVE_AVIFILE_VERSION_H
130
131 /* Define if you have the <freetype/ft2build.h> header file.  */
132 #undef HAVE_FT2BUILD_H
133
134 /* Define if you have the <version.h> header file.  */
135 #undef HAVE_VERSION_H
136
137 /* Define if you have the OpenGL header files */
138 #undef HAVE_GL_GL_H 
139 #undef HAVE_GL_GLUT_H
140
141 /* Define if you have the OpenGL libraries */
142 #undef HAVE_LIBGL
143 #undef HAVE_LIBGLU
144 #undef HAVE_LIBGLUT
145
146 /* Define if OpenGL seems to work */
147 #undef HAVE_OPENGL
148
149 /* Define if you have the jpeg library (-ljpeg).  */
150 /* Define if you have the jpeg library (-ljpeg).  */
151 #undef HAVE_LIBJPEG
152
153 /* Define if you have the m library (-lm).  */
154 #undef HAVE_LIBM
155
156 /* Define if you have the t1 library (-lt1).  */
157 /* #undef HAVE_LIBT1 */
158
159 /* Define if you have the z library (-lz).  */
160 #undef HAVE_LIBZ
161
162 /* use internal libart library */
163 #undef INTERNAL_LIBART
164
165 /* Define to 1 if you have the `art_lgpl_2' library (-lart_lgpl_2). */
166 #undef HAVE_LIBART_LGPL_2
167
168 /* Define to 1 if you have the <libart_lgpl/libart.h> header file. */
169 #undef HAVE_LIBART_LGPL_LIBART_H
170
171 /* Name of package */
172 #undef PACKAGE
173
174 /* Version number of package */
175 #undef VERSION
176
177 /* Typedefs */
178 #undef boolean 
179
180 /* use gzip/uncompress */
181 #undef USE_GZIP
182
183 /* let ttf2pt1 use libfreetype */
184 #undef USE_FREETYPE
185
186 /* have/use freetype library */
187 #undef HAVE_FREETYPE
188 #undef HAVE_FREETYPE_FREETYPE_H
189
190 /* have/use freetype library */
191 #undef HAVE_AVIFILE
192
193 #undef HAVE_FONTCONFIG_H
194 #undef HAVE_FONTCONFIG
195
196 /* have/use internal l.a.m.e. mp3 library */
197 #undef HAVE_LAME 
198
199 /* whether python-imaging was found */
200 #undef HAVE_PYTHON_IMAGING
201
202 /* system() can handle command substitution */
203 #undef SYSTEM_BACKTICKS
204
205 /* Define to 1 if this machine has network byte order*/
206 #undef WORDS_BIGENDIAN
207
208 /* Define to 0 on non-windows systems */
209 #undef O_BINARY
210
211 #ifdef HAVE_ZLIB_H
212 #ifdef HAVE_LIBZ
213 #define HAVE_ZLIB
214 #endif
215 #endif
216
217 #ifdef HAVE_JPEGLIB_H
218 #ifdef HAVE_LIBJPEG
219 #define HAVE_JPEGLIB
220 #endif
221 #endif
222
223 #ifdef HAVE_FT2BUILD_H
224 #define HAVE_FREETYPE_H 1
225 #endif
226
227 /* #ifdef HAVE_T1LIB_H */
228 /* #ifdef HAVE_LIBT1 */
229 /* #define HAVE_T1LIB */
230 /* #endif */
231 /* #endif */
232
233 #ifdef HAVE_GL_GL_H
234 #ifdef HAVE_GL_GLUT_H
235 #ifdef HAVE_OPENGL
236 #define USE_OPENGL
237 #endif
238 #endif
239 #endif
240
241
242 #endif