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