2.0 beta init
[framework/multimedia/gstreamer0.10.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* poll doesn't work on devices */
7 #undef BROKEN_POLL
8
9 /* Buffer alignment to use */
10 #undef BUFFER_ALIGNMENT
11
12 /* Buffer alignment by malloc default */
13 #undef BUFFER_ALIGNMENT_MALLOC
14
15 /* Buffer alignment by pagesize */
16 #undef BUFFER_ALIGNMENT_PAGESIZE
17
18 /* Define to 1 if translation of program messages to the user's native
19    language is requested. */
20 #undef ENABLE_NLS
21
22 /* Subunit protocol result output */
23 #undef ENABLE_SUBUNIT
24
25 /* gettext package name */
26 #undef GETTEXT_PACKAGE
27
28 /* data dir */
29 #undef GST_DATADIR
30
31 /* Define if option parsing is disabled */
32 #undef GST_DISABLE_OPTION_PARSING
33
34 /* Define if pipeline parsing code is disabled */
35 #undef GST_DISABLE_PARSE
36
37 /* Extra platform specific plugin suffix */
38 #undef GST_EXTRA_MODULE_SUFFIX
39
40 /* macro to use to show function name */
41 #undef GST_FUNCTION
42
43 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
44 #undef GST_GCOV_ENABLED
45
46 /* Defined when registry scanning through fork is unsafe */
47 #undef GST_HAVE_UNSAFE_FORK
48
49 /* Default errorlevel to use */
50 #undef GST_LEVEL_DEFAULT
51
52 /* GStreamer license */
53 #undef GST_LICENSE
54
55 /* library major.minor version */
56 #undef GST_MAJORMINOR
57
58 /* package name in plugins */
59 #undef GST_PACKAGE_NAME
60
61 /* package origin */
62 #undef GST_PACKAGE_ORIGIN
63
64 /* GStreamer package release date/time for plugins as YYYY-MM-DD */
65 #undef GST_PACKAGE_RELEASE_DATETIME
66
67 /* location of the installed gst-plugin-scanner */
68 #undef GST_PLUGIN_SCANNER_INSTALLED
69
70 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
71    CoreFoundation framework. */
72 #undef HAVE_CFLOCALECOPYCURRENT
73
74 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
75    the CoreFoundation framework. */
76 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
77
78 /* Define to 1 if you have the `clock_gettime' function. */
79 #undef HAVE_CLOCK_GETTIME
80
81 /* Define if the host CPU is an Alpha */
82 #undef HAVE_CPU_ALPHA
83
84 /* Define if the host CPU is an ARM */
85 #undef HAVE_CPU_ARM
86
87 /* Define if the host CPU is a CRIS */
88 #undef HAVE_CPU_CRIS
89
90 /* Define if the host CPU is a CRISv32 */
91 #undef HAVE_CPU_CRISV32
92
93 /* Define if the host CPU is a HPPA */
94 #undef HAVE_CPU_HPPA
95
96 /* Define if the host CPU is an x86 */
97 #undef HAVE_CPU_I386
98
99 /* Define if the host CPU is a IA64 */
100 #undef HAVE_CPU_IA64
101
102 /* Define if the host CPU is a M68K */
103 #undef HAVE_CPU_M68K
104
105 /* Define if the host CPU is a MIPS */
106 #undef HAVE_CPU_MIPS
107
108 /* Define if the host CPU is a PowerPC */
109 #undef HAVE_CPU_PPC
110
111 /* Define if the host CPU is a 64 bit PowerPC */
112 #undef HAVE_CPU_PPC64
113
114 /* Define if the host CPU is a S390 */
115 #undef HAVE_CPU_S390
116
117 /* Define if the host CPU is a SPARC */
118 #undef HAVE_CPU_SPARC
119
120 /* Define if the host CPU is a x86_64 */
121 #undef HAVE_CPU_X86_64
122
123 /* Define if the GNU dcgettext() function is already present or preinstalled.
124    */
125 #undef HAVE_DCGETTEXT
126
127 /* Defined if we have dladdr () */
128 #undef HAVE_DLADDR
129
130 /* Define to 1 if you have the <dlfcn.h> header file. */
131 #undef HAVE_DLFCN_H
132
133 /* Define to 1 if you have the `fgetpos' function. */
134 #undef HAVE_FGETPOS
135
136 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
137 #undef HAVE_FSEEKO
138
139 /* Define to 1 if you have the `fsetpos' function. */
140 #undef HAVE_FSETPOS
141
142 /* Define to 1 if you have the `ftello' function. */
143 #undef HAVE_FTELLO
144
145 /* defined if the compiler implements __func__ */
146 #undef HAVE_FUNC
147
148 /* defined if the compiler implements __FUNCTION__ */
149 #undef HAVE_FUNCTION
150
151 /* Define to 1 if you have the `getpagesize' function. */
152 #undef HAVE_GETPAGESIZE
153
154 /* Define if the GNU gettext() function is already present or preinstalled. */
155 #undef HAVE_GETTEXT
156
157 /* Have GMP library */
158 #undef HAVE_GMP
159
160 /* Define to 1 if you have the `gmtime_r' function. */
161 #undef HAVE_GMTIME_R
162
163 /* Have GSL library */
164 #undef HAVE_GSL
165
166 /* Define if you have the iconv() function and it works. */
167 #undef HAVE_ICONV
168
169 /* Define to 1 if you have the <inttypes.h> header file. */
170 #undef HAVE_INTTYPES_H
171
172 /* Define to 1 if you have the `nsl' library (-lnsl). */
173 #undef HAVE_LIBNSL
174
175 /* Define to 1 if you have the `resolv' library (-lresolv). */
176 #undef HAVE_LIBRESOLV
177
178 /* Define to 1 if you have the `socket' library (-lsocket). */
179 #undef HAVE_LIBSOCKET
180
181 /* Define if libxml2 is available */
182 #undef HAVE_LIBXML2
183
184 /* Define to 1 if you have the `localtime_r' function. */
185 #undef HAVE_LOCALTIME_R
186
187 /* Define to 1 if you have the <memory.h> header file. */
188 #undef HAVE_MEMORY_H
189
190 /* Define to 1 if you have a working `mmap' system call. */
191 #undef HAVE_MMAP
192
193 /* Have a monotonic clock */
194 #undef HAVE_MONOTONIC_CLOCK
195
196 /* Defined if compiling for OSX */
197 #undef HAVE_OSX
198
199 /* Define to 1 if you have the `poll' function. */
200 #undef HAVE_POLL
201
202 /* Define to 1 if you have the `posix_memalign' function. */
203 #undef HAVE_POSIX_MEMALIGN
204
205 /* Have posix timers */
206 #undef HAVE_POSIX_TIMERS
207
208 /* Define to 1 if you have the `ppoll' function. */
209 #undef HAVE_PPOLL
210
211 /* defined if the compiler implements __PRETTY_FUNCTION__ */
212 #undef HAVE_PRETTY_FUNCTION
213
214 /* Defined if we have printf specifier extensions available */
215 #undef HAVE_PRINTF_EXTENSION
216
217 /* Define to 1 if you have the <process.h> header file. */
218 #undef HAVE_PROCESS_H
219
220 /* Define to 1 if you have the `pselect' function. */
221 #undef HAVE_PSELECT
222
223 /* Define to 1 if you have the <pthread.h> header file. */
224 #undef HAVE_PTHREAD_H
225
226 /* Define if RDTSC is available */
227 #undef HAVE_RDTSC
228
229 /* Define to 1 if you have the `register_printf_function' function. */
230 #undef HAVE_REGISTER_PRINTF_FUNCTION
231
232 /* Define to 1 if you have the `register_printf_specifier' function. */
233 #undef HAVE_REGISTER_PRINTF_SPECIFIER
234
235 /* Define to 1 if you have the `sigaction' function. */
236 #undef HAVE_SIGACTION
237
238 /* Define to 1 if you have the <stdint.h> header file. */
239 #undef HAVE_STDINT_H
240
241 /* Define to 1 if you have the <stdio_ext.h> header file. */
242 #undef HAVE_STDIO_EXT_H
243
244 /* Define to 1 if you have the <stdlib.h> header file. */
245 #undef HAVE_STDLIB_H
246
247 /* Define to 1 if you have the <strings.h> header file. */
248 #undef HAVE_STRINGS_H
249
250 /* Define to 1 if you have the <string.h> header file. */
251 #undef HAVE_STRING_H
252
253 /* Define to 1 if you have the <sys/param.h> header file. */
254 #undef HAVE_SYS_PARAM_H
255
256 /* Define to 1 if you have the <sys/poll.h> header file. */
257 #undef HAVE_SYS_POLL_H
258
259 /* Define to 1 if you have the <sys/prctl.h> header file. */
260 #undef HAVE_SYS_PRCTL_H
261
262 /* Define to 1 if you have the <sys/socket.h> header file. */
263 #undef HAVE_SYS_SOCKET_H
264
265 /* Define to 1 if you have the <sys/stat.h> header file. */
266 #undef HAVE_SYS_STAT_H
267
268 /* Define to 1 if you have the <sys/times.h> header file. */
269 #undef HAVE_SYS_TIMES_H
270
271 /* Define to 1 if you have the <sys/time.h> header file. */
272 #undef HAVE_SYS_TIME_H
273
274 /* Define to 1 if you have the <sys/types.h> header file. */
275 #undef HAVE_SYS_TYPES_H
276
277 /* Define to 1 if you have the <sys/utsname.h> header file. */
278 #undef HAVE_SYS_UTSNAME_H
279
280 /* Define to 1 if you have the <sys/wait.h> header file. */
281 #undef HAVE_SYS_WAIT_H
282
283 /* Have tm_gmtoff field in struct tm */
284 #undef HAVE_TM_GMTOFF
285
286 /* Define to 1 if you have the <ucontext.h> header file. */
287 #undef HAVE_UCONTEXT_H
288
289 /* Have __uint128_t type */
290 #undef HAVE_UINT128_T
291
292 /* defined if unaligned memory access works correctly */
293 #undef HAVE_UNALIGNED_ACCESS
294
295 /* Define to 1 if you have the <unistd.h> header file. */
296 #undef HAVE_UNISTD_H
297
298 /* Define if valgrind should be used */
299 #undef HAVE_VALGRIND
300
301 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
302 #undef HAVE_VALGRIND_VALGRIND_H
303
304 /* Defined if compiling for Windows */
305 #undef HAVE_WIN32
306
307 /* Define to 1 if you have the <winsock2.h> header file. */
308 #undef HAVE_WINSOCK2_H
309
310 /* the host CPU */
311 #undef HOST_CPU
312
313 /* library dir */
314 #undef LIBDIR
315
316 /* gettext locale dir */
317 #undef LOCALEDIR
318
319 /* Define to the sub-directory in which libtool stores uninstalled libraries.
320    */
321 #undef LT_OBJDIR
322
323 /* Define if you have no native inet_aton() function. */
324 #undef NO_INET_ATON
325
326 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
327 #undef NO_MINUS_C_MINUS_O
328
329 /* Name of package */
330 #undef PACKAGE
331
332 /* Define to the address where bug reports for this package should be sent. */
333 #undef PACKAGE_BUGREPORT
334
335 /* Define to the full name of this package. */
336 #undef PACKAGE_NAME
337
338 /* Define to the full name and version of this package. */
339 #undef PACKAGE_STRING
340
341 /* Define to the one symbol short name of this package. */
342 #undef PACKAGE_TARNAME
343
344 /* Define to the home page for this package. */
345 #undef PACKAGE_URL
346
347 /* Define to the version of this package. */
348 #undef PACKAGE_VERSION
349
350 /* directory where plugins are located */
351 #undef PLUGINDIR
352
353 /* The size of `char', as computed by sizeof. */
354 #undef SIZEOF_CHAR
355
356 /* The size of `int', as computed by sizeof. */
357 #undef SIZEOF_INT
358
359 /* The size of `long', as computed by sizeof. */
360 #undef SIZEOF_LONG
361
362 /* The size of `short', as computed by sizeof. */
363 #undef SIZEOF_SHORT
364
365 /* The size of `void*', as computed by sizeof. */
366 #undef SIZEOF_VOIDP
367
368 /* Define to 1 if you have the ANSI C header files. */
369 #undef STDC_HEADERS
370
371 /* Define if we should poison deallocated memory */
372 #undef USE_POISONING
373
374 /* Version number of package */
375 #undef VERSION
376
377 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
378    significant byte first (like Motorola and SPARC, unlike Intel). */
379 #if defined AC_APPLE_UNIVERSAL_BUILD
380 # if defined __BIG_ENDIAN__
381 #  define WORDS_BIGENDIAN 1
382 # endif
383 #else
384 # ifndef WORDS_BIGENDIAN
385 #  undef WORDS_BIGENDIAN
386 # endif
387 #endif
388
389 /* Number of bits in a file offset, on hosts where this is settable. */
390 #undef _FILE_OFFSET_BITS
391
392 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
393 #undef _LARGEFILE_SOURCE
394
395 /* Define for large files, on AIX-style hosts. */
396 #undef _LARGE_FILES
397
398 /* We need at least WinXP SP2 for __stat64 */
399 #undef __MSVCRT_VERSION__