initial revision.
[swftools.git] / config.h.in
bloba95b95b1646e89bd1eee036dfbc6fa313f1ac57c
1 #ifndef __config_h__
2 #define __config_h__
4 /* Define to empty if the keyword does not work. */
5 #undef const
7 /* Define as __inline if that's what the C compiler calls it. */
8 #undef inline
10 /* Define to `long' if <sys/types.h> doesn't define. */
11 #undef off_t
13 /* Define to `unsigned' if <sys/types.h> doesn't define. */
14 #undef size_t
16 /* Define if you have the ANSI C header files. */
17 #undef STDC_HEADERS
19 /* Define if your <sys/time.h> declares struct tm. */
20 #undef TM_IN_SYS_TIME
22 /* Define if you have the time() function */
23 #undef HAVE_TIME
25 /* Define if you have the time.h header file */
26 #undef HAVE_TIME_H
28 /* Define if you have the lrand48 function. */
29 #undef HAVE_LRAND48
31 /* Define if you have the mkstemp function. */
32 #undef HAVE_MKSTEMP
34 /* Define if you have the popen function. */
35 #undef HAVE_POPEN
37 /* Define if you have the bcopy function. */
38 #undef HAVE_BCOPY
40 /* Define if you have the bzero function. */
41 #undef HAVE_BZERO
43 /* Define if you have the rand function. */
44 #undef HAVE_RAND
46 /* Define if you have the srand function. */
47 #undef HAVE_SRAND
49 /* Define if you have the srand48 function. */
50 #undef HAVE_SRAND48
52 /* Define if you have the stat function. */
53 #undef HAVE_STAT
55 /* Define if you have the <dirent.h> header file. */
56 #undef HAVE_DIRENT_H
58 /* Define if you have the <assert.h> header file. */
59 #undef HAVE_ASSERT_H
61 /* Define if you have the <signal.h> header file. */
62 #undef HAVE_SIGNAL_H
64 /* Define if you have the <pthread.h> header file. */
65 #undef HAVE_PTHREAD_H
67 /* Define if you have the <jpeglib.h> header file. */
68 #undef HAVE_JPEGLIB_H
70 /* Define if you have the <ndir.h> header file. */
71 #undef HAVE_NDIR_H
73 /* Define if you have the <sys/dir.h> header file. */
74 #undef HAVE_SYS_DIR_H
76 /* Define if you have the <sys/ndir.h> header file. */
77 #undef HAVE_SYS_NDIR_H
79 /* Define if you have the <sys/bsdtypes.h> header file. */
80 #undef HAVE_SYS_BSDTYPES_H
82 /* Define if you have the <sys/stat.h> header file. */
83 #undef HAVE_SYS_STAT_H
85 /* Define if you have the <sys/types.h> header file. */
86 #undef HAVE_SYS_TYPES_H
88 /* Define if you have the <t1lib.h> header file. */
89 #undef HAVE_T1LIB_H
91 /* Define if you have the <zlib.h> header file. */
92 #undef HAVE_ZLIB_H
94 /* Define if you have the <avifile/version.h> header file. */
95 #undef HAVE_AVIFILE_VERSION_H
97 /* Define if you have the <version.h> header file. */
98 #undef HAVE_VERSION_H
100 /* Define if you have the jpeg library (-ljpeg). */
101 /* Define if you have the jpeg library (-ljpeg). */
102 #undef HAVE_LIBJPEG
104 /* Define if you have the m library (-lm). */
105 #undef HAVE_LIBM
107 /* Define if you have the t1 library (-lt1). */
108 #undef HAVE_LIBT1
110 /* Define if you have the z library (-lz). */
111 #undef HAVE_LIBZ
113 /* Name of package */
114 #undef PACKAGE
116 /* Version number of package */
117 #undef VERSION
119 /* Typedefs */
120 #undef boolean
122 /* Typedefs */
123 #undef bool
125 /* use gzip/uncompress */
126 #undef USE_GZIP
128 /* let ttf2pt1 use libfreetype */
129 #undef USE_FREETYPE
131 /* have/use freetype library */
132 #undef HAVE_FREETYPE
134 /* have/use internal l.a.m.e. mp3 library */
135 #undef HAVE_LAME
137 /* system() can handle command substitution */
138 #undef SYSTEM_BACKTICKS
140 /* Define to 1 if this machine has network byte order*/
141 #undef WORDS_BIGENDIAN
143 /* Define to 0 on non-windows systems */
144 #undef O_BINARY
146 #ifdef HAVE_ZLIB_H
147 #ifdef HAVE_LIBZ
148 #define HAVE_ZLIB
149 #endif
150 #endif
152 #ifdef HAVE_JPEGLIB_H
153 #ifdef HAVE_LIBJPEG
154 #define HAVE_JPEGLIB
155 #endif
156 #endif
158 #ifdef HAVE_T1LIB_H
159 #ifdef HAVE_LIBT1
160 #define HAVE_T1LIB
161 #endif
162 #endif
164 #endif