1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* debug facilities */
/* #undef DEBUG */
/* debug facilities for file68 */
/* #undef DEBUG_FILE68 */
/* Defined if file68 supports audio (via libao) */
/* #undef FILE68_AO */
/* Defined if file68 supports remote files (via libcurl) */
/* #undef FILE68_CURL */
/* Defined if file68 supports !ice depacker (via unice68) */
/* Defined if file68 supports deflate (via zlib) */
/* Define to 1 if you have the <assert.h> header file. */
/* Support __declspec() */
/* Define to 1 if you have the <dlfcn.h> header file. */
/* Define to 1 if you have the `free' function. */
/* Define to 1 if you have the `getenv' function. */
/* Define to 1 if you have the <inttypes.h> header file. */
/* Define to 1 if you have the <limits.h> header file. */
/* Define to 1 if you have the `malloc' function. */
/* Define to 1 if you have the <memory.h> header file. */
/* Define to 1 if you have the `sleep' function. */
/* Define to 1 if you have the <stdint.h> header file. */
/* Define to 1 if you have the <stdio.h> header file. */
/* Define to 1 if you have the <stdlib.h> header file. */
/* Define to 1 if you have the <strings.h> header file. */
/* Define to 1 if you have the <string.h> header file. */
/* Define to 1 if you have the <sys/stat.h> header file. */
/* Define to 1 if you have the <sys/types.h> header file. */
/* Define to 1 if you have the <unistd.h> header file. */
/* Define to 1 if you have the `usleep' function. */
/* Support visibility __attribute__ */
/* #undef HAVE_VISIBILITY */
/* Define to 1 if you have the `vsnprintf' function. */
/* Define to 1 if you have the `vsprintf' function. */
/* Define to 1 if you have the <windows.h> header file. */
/* #undef HAVE_WINDOWS_H */
/* Define to 1 if you have the <winreg.h> header file. */
/* #undef HAVE_WINREG_H */
/* Disable file decriptor stream support */
/* #undef ISTREAM68_NO_FD */
/* Disable FILE* stream support */
/* #undef ISTREAM68_NO_FILE */
/* Disable memory stream support */
/* #undef ISTREAM68_NO_MEM */
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
/* Define to 1 if assertions should be disabled. */
/* suppress all debug facilities for file68 */
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* #undef NO_MINUS_C_MINUS_O */
/* Name of package */
/* Define to the address where bug reports for this package should be sent. */
/* Package short description */
/* Define to the full name of this package. */
/* Define to the full name and version of this package. */
/* Define to the one symbol short name of this package. */
/* Define to the home page for this package. */
/* Version number */
/* Define to the version of this package. */
/* Define to 1 if you have the ANSI C header files. */
/* Using ao library */
/* #undef USE_AO */
/* Using curl library */
/* #undef USE_CURL */
/* Using Windows registry */
/* #undef USE_REGISTRY68 */
/* Enable extensions on AIX 3, Interix. */
/* Enable GNU extensions on systems that have them. */
/* Enable threading extensions on Solaris. */
/* Enable extensions on HP NonStop. */
/* Enable general extensions on Solaris. */
/* Using unice68 library */
/* Using z library */
/* Version number of package */
/* Define to 1 if on MINIX. */
/* #undef _MINIX */
/* Define to 2 if the system does not provide POSIX.1 features except with
this defined. */
/* #undef _POSIX_1_SOURCE */
/* Define to 1 if you need to in order for `stat' and other things to work. */
/* #undef _POSIX_SOURCE */
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
/* #undef inline */
/* Define to the equivalent of the C99 'restrict' keyword, or to
nothing if this is not supported. Do not define if restrict is
supported directly. */
/* Work around a bug in Sun C++: it does not support _Restrict or
__restrict__, even though the corresponding Sun C compiler ends up with
"#define restrict _Restrict" or "#define restrict __restrict__" in the
previous line. Perhaps some future version of Sun C++ will work with
restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
/* Define to empty if the keyword `volatile' does not work. Warning: valid
code using `volatile' can become incorrect without. Disable with care. */
/* #undef volatile */