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