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