added gocr checks
[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 unistd.h header file */
36 #undef HAVE_UNISTD_H
37
38 /* for gocr */
39 #undef HAVE_WCHAR_H
40 #undef HAVE_WCSCHR
41 #undef HAVE_WCSDUP
42
43 /* Define if you have the lrand48 function.  */
44 #undef HAVE_LRAND48
45
46 /* Define if you have the mkstemp function.  */
47 #undef HAVE_MKSTEMP
48
49 /* Define if you have the popen function.  */
50 #undef HAVE_POPEN
51
52 /* Define if you have the bcopy function.  */
53 #undef HAVE_BCOPY
54
55 /* Define if you have the bzero function.  */
56 #undef HAVE_BZERO
57
58 /* Define if you have the rand function.  */
59 #undef HAVE_RAND
60
61 /* Define if you have the srand function.  */
62 #undef HAVE_SRAND
63
64 /* Define if you have the srand48 function.  */
65 #undef HAVE_SRAND48
66
67 /* Define if you have the stat function.  */
68 #undef HAVE_STAT
69
70 /* Define if you have the <dirent.h> header file.  */
71 #undef HAVE_DIRENT_H
72
73 /* Define if you have the <assert.h> header file.  */
74 #undef HAVE_ASSERT_H
75
76 /* Define if you have the <signal.h> header file.  */
77 #undef HAVE_SIGNAL_H
78
79 /* Define if you have the <pthread.h> header file.  */
80 #undef HAVE_PTHREAD_H
81
82 /* Define if you have the <jpeglib.h> header file.  */
83 #undef HAVE_JPEGLIB_H
84
85 /* Define if you have the <ndir.h> header file.  */
86 #undef HAVE_NDIR_H
87
88 /* Define if you have the <sys/dir.h> header file.  */
89 #undef HAVE_SYS_DIR_H
90
91 /* Define if you have the <sys/ndir.h> header file.  */
92 #undef HAVE_SYS_NDIR_H
93
94 /* Define if you have the <sys/io.h> header file.  */
95 #undef HAVE_IO_H
96
97 /* Define if you have the <sys/bsdtypes.h> header file.  */
98 #undef HAVE_SYS_BSDTYPES_H
99
100 /* Define if you have the <sys/stat.h> header file.  */
101 #undef HAVE_SYS_STAT_H
102
103 /* Define if you have the <sys/types.h> header file.  */
104 #undef HAVE_SYS_TYPES_H
105
106 /* Define if you have the <t1lib.h> header file.  */
107 /* #undef HAVE_T1LIB_H */
108
109 /* Define if you have the <zlib.h> header file.  */
110 #undef HAVE_ZLIB_H
111
112 /* Define if you have the <avifile/version.h> header file.  */
113 #undef HAVE_AVIFILE_VERSION_H
114
115 /* Define if you have the <freetype/ft2build.h> header file.  */
116 #undef HAVE_FT2BUILD_H
117
118 /* Define if you have the <version.h> header file.  */
119 #undef HAVE_VERSION_H
120
121 /* Define if you have the jpeg library (-ljpeg).  */
122 /* Define if you have the jpeg library (-ljpeg).  */
123 #undef HAVE_LIBJPEG
124
125 /* Define if you have the m library (-lm).  */
126 #undef HAVE_LIBM
127
128 /* Define if you have the t1 library (-lt1).  */
129 /* #undef HAVE_LIBT1 */
130
131 /* Define if you have the z library (-lz).  */
132 #undef HAVE_LIBZ
133
134 /* Name of package */
135 #undef PACKAGE
136
137 /* Version number of package */
138 #undef VERSION
139
140 /* Typedefs */
141 #undef boolean 
142
143 /* use gzip/uncompress */
144 #undef USE_GZIP
145
146 /* let ttf2pt1 use libfreetype */
147 #undef USE_FREETYPE
148
149 /* have/use freetype library */
150 #undef HAVE_FREETYPE
151 #undef HAVE_FREETYPE_FREETYPE_H
152
153 /* have/use freetype library */
154 #undef HAVE_AVIFILE
155
156 #undef HAVE_FONTCONFIG_H
157 #undef HAVE_FONTCONFIG
158
159 /* have/use internal l.a.m.e. mp3 library */
160 #undef HAVE_LAME 
161
162 /* whether python-imaging was found */
163 #undef HAVE_PYTHON_IMAGING
164
165 /* system() can handle command substitution */
166 #undef SYSTEM_BACKTICKS
167
168 /* Define to 1 if this machine has network byte order*/
169 #undef WORDS_BIGENDIAN
170
171 /* Define to 0 on non-windows systems */
172 #undef O_BINARY
173
174 #ifdef HAVE_ZLIB_H
175 #ifdef HAVE_LIBZ
176 #define HAVE_ZLIB
177 #endif
178 #endif
179
180 #ifdef HAVE_JPEGLIB_H
181 #ifdef HAVE_LIBJPEG
182 #define HAVE_JPEGLIB
183 #endif
184 #endif
185
186 #ifdef HAVE_FT2BUILD_H
187 #define HAVE_FREETYPE_H 1
188 #endif
189
190 /* #ifdef HAVE_T1LIB_H */
191 /* #ifdef HAVE_LIBT1 */
192 /* #define HAVE_T1LIB */
193 /* #endif */
194 /* #endif */
195
196 #endif