xine-lib  1.2.10
configure.h
Go to the documentation of this file.
1 /* include/configure.h. Generated from configure.h.in by configure. */
2 /* include/configure.h.in. Generated from configure.ac by autoheader. */
3 
4 #ifndef __XINE_LIB_CONFIG_H__
5 #define __XINE_LIB_CONFIG_H__ 1
6 
7 
8 #ifndef _XINE_CONFIGURE_H_
9 #define _XINE_CONFIGURE_H_
10 
11 
12 /* Define if building universal (internal helper macro) */
13 /* #undef AC_APPLE_UNIVERSAL_BUILD */
14 
15 /* Define this if you're running Alpha architecture */
16 /* #undef ARCH_ALPHA */
17 
18 /* Define this if you're running ARM architecture */
19 /* #undef ARCH_ARM */
20 
21 /* Define this if you're running PowerPC architecture */
22 /* #undef ARCH_PPC */
23 
24 /* Define this if you're running SPARC architecture */
25 /* #undef ARCH_SPARC */
26 
27 /* Define this if you're running x86 architecture */
28 #define ARCH_X86
29 
30 /* Define this if you're running x86 architecture 32 bits */
31 #define ARCH_X86_32
32 
33 /* Define this if you're running x86 architecture 64 bits */
34 /* #undef ARCH_X86_64 */
35 
36 /* Define this if you're running x86 architecture 64 bits with 32 bit ABI */
37 /* #undef ARCH_X86_X32 */
38 
39 /* define if '.align n' means alignment to (1 << n) - byte boundaries */
40 /* #undef ASMALIGN_1SLN */
41 
42 /* Define the highest alignment supported */
43 #define ATTRIBUTE_ALIGNED_MAX 64
44 
45 /* Define to a function attribute that turns off -ffast-math when needed for
46  autovectorized code. */
47 #define ATTR_NO_FAST_VECTOR_MATH
48 
49 /* Define this if built on Mac OS X/Darwin */
50 /* #undef CONFIG_DARWIN */
51 
52 /* what to put between the brackets for empty arrays */
53 #define EMPTY_ARRAY_SIZE
54 
55 /* Define this if you want to use altivec on PowerPC CPUs */
56 /* #undef ENABLE_ALTIVEC */
57 
58 /* Define this to 1 to enable font antialising. */
59 /* #undef ENABLE_ANTIALIASING */
60 
61 /* Enable this when IPv6 is requested */
62 /* #undef ENABLE_IPV6 */
63 
64 /* Define to 1 if translation of program messages to the user's native
65  language is requested. */
66 #define ENABLE_NLS 1
67 
68 /* Define this if you have Sun UltraSPARC CPU */
69 /* #undef ENABLE_VIS */
70 
71 /* Mark a symbol as being exported if visibility is changed */
72 #define EXPORTED __attribute__((visibility("default")))
73 
74 /* Get of rid system libcdio build configuration */
75 #define EXTERNAL_LIBCDIO_CONFIG_H 1
76 
77 /* Define to select libmad fixed point arithmetic implementation */
78 /* #undef FPM_64BIT */
79 
80 /* Define to select libmad fixed point arithmetic implementation */
81 /* #undef FPM_ARM */
82 
83 /* Define to select libmad fixed point arithmetic implementation */
84 /* #undef FPM_DEFAULT */
85 
86 /* Define to select libmad fixed point arithmetic implementation */
87 #define FPM_INTEL 1
88 
89 /* Define to select libmad fixed point arithmetic implementation */
90 /* #undef FPM_MIPS */
91 
92 /* Define to select libmad fixed point arithmetic implementation */
93 /* #undef FPM_PPC */
94 
95 /* Define to select libmad fixed point arithmetic implementation */
96 /* #undef FPM_SPARC */
97 
98 /* Define to 1 if you have the <a52dec/a52.h> header file. */
99 #define HAVE_A52DEC_A52_H 1
100 
101 /* Define to 1 if a52_init () takes no args. */
102 /* #undef HAVE_A52_INIT_VOID */
103 
104 /* Define to 1 if you have the <alloca.h> header file. */
105 #define HAVE_ALLOCA_H 1
106 
107 /* Define this if you have ALSA installed */
108 #define HAVE_ALSA 1
109 
110 /* Define to 1 if you have the <arpa/inet.h> header file. */
111 #define HAVE_ARPA_INET_H 1
112 
113 /* Define to 1 if you have the <asm/types.h> header file. */
114 #define HAVE_ASM_TYPES_H 1
115 
116 /* Define to 1 if you have the `asprintf' function. */
117 #define HAVE_ASPRINTF 1
118 
119 /* Define to 1 if you have the <assert.h> header file. */
120 #define HAVE_ASSERT_H 1
121 
122 /* 0 = none, 1 = stdatomic.h, 2 = __atomic_*, 3 = __sync_* */
123 #define HAVE_ATOMIC_VARS 1
124 
125 /* Define to 1 if `output_muted' is a member of `audio_info_t'. */
126 /* #undef HAVE_AUDIO_INFO_T_OUTPUT_MUTED */
127 
128 /* Define this if you have libavformat installed */
129 #define HAVE_AVFORMAT 1
130 
131 /* define if compiler supports avx inline assembler */
132 #define HAVE_AVX 1
133 
134 /* Define to 1 if you have the `basename' function. */
135 #define HAVE_BASENAME 1
136 
137 /* Define to 1 if you have the <byteswap.h> header file. */
138 #define HAVE_BYTESWAP_H 1
139 
140 /* Define to 1 if you have the `bzero' function. */
141 #define HAVE_BZERO 1
142 
143 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
144  CoreFoundation framework. */
145 /* #undef HAVE_CFLOCALECOPYCURRENT */
146 
147 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
148  the CoreFoundation framework. */
149 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
150 
151 /* Define if the GNU dcgettext() function is already present or preinstalled.
152  */
153 #define HAVE_DCGETTEXT 1
154 
155 /* Define to 1 if you have the <dev/dtv/dtvio.h> header file. */
156 /* #undef HAVE_DEV_DTV_DTVIO_H */
157 
158 /* Define this if you have DirectX */
159 /* #undef HAVE_DIRECTX */
160 
161 /* Define to 1 if you have the <dirent.h> header file. */
162 #define HAVE_DIRENT_H 1
163 
164 /* Define to 1 if you have the <dlfcn.h> header file. */
165 #define HAVE_DLFCN_H 1
166 
167 /* Define this if you have a suitable version of libdvdnav */
168 #define HAVE_DVDNAV 1
169 
170 /* Define to 1 if you have the environ symbol. */
171 /* #undef HAVE_ENVIRON */
172 
173 /* Define to 1 if you have the <errno.h> header file. */
174 #define HAVE_ERRNO_H 1
175 
176 /* Define to 1 if you have the <execinfo.h> header file. */
177 #define HAVE_EXECINFO_H 1
178 
179 /* Define to 1 if you have the <fame.h> header file. */
180 /* #undef HAVE_FAME_H */
181 
182 /* Define this if you have linux framebuffer support */
183 #define HAVE_FB 1
184 
185 /* Define to 1 if you have the <fcntl.h> header file. */
186 #define HAVE_FCNTL_H 1
187 
188 /* Define this if you have the ffmpeg library */
189 #define HAVE_FFMPEG 1
190 
191 /* Define to 1 if you have the <ffmpeg/avutil.h> header file. */
192 /* #undef HAVE_FFMPEG_AVUTIL_H */
193 
194 /* Define to 1 if you have the <FLAC/stream_decoder.h> header file. */
195 /* #undef HAVE_FLAC_STREAM_DECODER_H */
196 
197 /* Define this if you have fontconfig library */
198 /* #undef HAVE_FONTCONFIG */
199 
200 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
201 #define HAVE_FSEEKO 1
202 
203 /* Define this if you have freetype2 library */
204 /* #undef HAVE_FT2 */
205 
206 /* Define to 1 if you have gdkpixbuf. */
207 #define HAVE_GDK_PIXBUF 1
208 
209 /* Define this if you have GNU getopt_long() implemented */
210 #define HAVE_GETOPT_LONG
211 
212 /* Define to 1 if you have the `getpwuid_r' function. */
213 #define HAVE_GETPWUID_R 1
214 
215 /* Define if the GNU gettext() function is already present or preinstalled. */
216 #define HAVE_GETTEXT 1
217 
218 /* Define to 1 if you have the `gettimeofday' function. */
219 #define HAVE_GETTIMEOFDAY 1
220 
221 /* Define to 1 if you have the <glob.h> header file. */
222 #define HAVE_GLOB_H 1
223 
224 /* Define this if you have GLU support available */
225 #define HAVE_GLU 1
226 
227 /* Define to 1 if you have the <GL/glu.h> header file. */
228 #define HAVE_GL_GLU_H 1
229 
230 /* Define to 1 if you have the <GL/gl.h> header file. */
231 #define HAVE_GL_GL_H 1
232 
233 /* Define this if you have GraphicsMagick installed */
234 /* #undef HAVE_GRAPHICSMAGICK */
235 
236 /* Define to 1 if you have 'hstrerror' in <netdb.h> */
237 #define HAVE_HSTRERROR 1
238 
239 /* Define if you have the iconv() function and it works. */
240 #define HAVE_ICONV 1
241 
242 /* Define to 1 if you have ImageMagick. */
243 #define HAVE_IMAGEMAGICK 1
244 
245 /* Define to 1 if you have the <interface/mmal/mmal.h> header file. */
246 /* #undef HAVE_INTERFACE_MMAL_MMAL_H */
247 
248 /* Define to 1 if you have the <inttypes.h> header file. */
249 #define HAVE_INTTYPES_H 1
250 
251 /* Define this if you have a usable IRIX al interface available */
252 /* #undef HAVE_IRIXAL */
253 
254 /* Supports ISO _Pragma() macro */
255 #define HAVE_ISOC99_PRAGMA
256 
257 /* Define to 1 if you have the <jpeglib.h> header file. */
258 #define HAVE_JPEGLIB_H 1
259 
260 /* Define this if you have kernel statistics available via kstat interface */
261 /* #undef HAVE_KSTAT */
262 
263 /* Define to 1 if you have the <libavutil/avutil.h> header file. */
264 #define HAVE_LIBAVUTIL_AVUTIL_H 1
265 
266 /* Define to 1 if you have the <libavutil/sha1.h> header file. */
267 /* #undef HAVE_LIBAVUTIL_SHA1_H */
268 
269 /* Define to 1 if you have the <libavutil/sha.h> header file. */
270 #define HAVE_LIBAVUTIL_SHA_H 1
271 
272 /* Define this if you have libfame mpeg encoder installed (fame.sf.net) */
273 /* #undef HAVE_LIBFAME */
274 
275 /* Define to 1 if you have the <libgen.h> header file. */
276 #define HAVE_LIBGEN_H 1
277 
278 /* Define to 1 if you have libjpg. */
279 #define HAVE_LIBJPEG 1
280 
281 /* Define to 1 if you have the <libmng.h> header file. */
282 #define HAVE_LIBMNG_H 1
283 
284 /* Define to 1 if you have libpng. */
285 #define HAVE_LIBPNG 1
286 
287 /* Define to 1 if you have the `posix4' library (-lposix4). */
288 /* #undef HAVE_LIBPOSIX4 */
289 
290 /* Define this if you have librte mpeg encoder installed (zapping.sf.net) */
291 /* #undef HAVE_LIBRTE */
292 
293 /* Define this if you have libv4l installed */
294 #define HAVE_LIBV4L2_H 1
295 
296 /* Define to 1 if you have the `vdpau' library (-lvdpau). */
297 /* #undef HAVE_LIBVDPAU */
298 
299 /* Define to 1 if you have the <limits.h> header file. */
300 #define HAVE_LIMITS_H 1
301 
302 /* Define 1 if you have Linux-type CD-ROM support */
303 #define HAVE_LINUX_CDROM 1
304 
305 /* Define to 1 if you have the <linux/cdrom.h> header file. */
306 #define HAVE_LINUX_CDROM_H 1
307 
308 /* Define 1 if timeout is in cdrom_generic_command struct */
309 #define HAVE_LINUX_CDROM_TIMEOUT 1
310 
311 /* Define to 1 if you have the <linux/fb.h> header file. */
312 #define HAVE_LINUX_FB_H 1
313 
314 /* Define to 1 if you have the <linux/videodev2.h> header file. */
315 #define HAVE_LINUX_VIDEODEV2_H 1
316 
317 /* Define to 1 if you have the <linux/videodev.h> header file. */
318 /* #undef HAVE_LINUX_VIDEODEV_H */
319 
320 /* Define to 1 if you have the `llabs' function. */
321 #define HAVE_LLABS 1
322 
323 /* Define to 1 if you have the `localtime_r' function. */
324 #define HAVE_LOCALTIME_R 1
325 
326 /* Define this if the 'lrintf' function is declared in math.h */
327 #define HAVE_LRINTF 1
328 
329 /* Define to 1 if you have the `lstat' function. */
330 #define HAVE_LSTAT 1
331 
332 /* Define to 1 if you have the <machine/soundcard.h> header file. */
333 /* #undef HAVE_MACHINE_SOUNDCARD_H */
334 
335 /* Define to 1 if you have the <mad.h> header file. */
336 /* #undef HAVE_MAD_H */
337 
338 /* Define to 1 if you have the <MagickWand/MagickWand.h> header file. */
339 #define HAVE_MAGICKWAND_MAGICKWAND_H 1
340 
341 /* Define to 1 if you have the <malloc.h> header file. */
342 #define HAVE_MALLOC_H 1
343 
344 /* Define to 1 if you have 'MAX' macro in sys/param.h */
345 #define HAVE_MAX_MACRO 1
346 
347 /* Define to 1 if you have the `memalign' function. */
348 #define HAVE_MEMALIGN 1
349 
350 /* Define to 1 if you have the `memcpy' function. */
351 #define HAVE_MEMCPY 1
352 
353 /* Define to 1 if you have the `memmem' function. */
354 #define HAVE_MEMMEM 1
355 
356 /* Define to 1 if you have the <memory.h> header file. */
357 #define HAVE_MEMORY_H 1
358 
359 /* Define to 1 if you have the `memset' function. */
360 #define HAVE_MEMSET 1
361 
362 /* Define to 1 if you have 'MIN' macro in sys/param.h */
363 #define HAVE_MIN_MACRO 1
364 
365 /* Define this if you have mlib installed */
366 /* #undef HAVE_MLIB */
367 
368 /* Define to 1 if you have the <mlib_video.h> header file. */
369 /* #undef HAVE_MLIB_VIDEO_H */
370 
371 /* Define this if you have MMAL installed */
372 /* #undef HAVE_MMAL */
373 
374 /* Define to 1 if you have the `mmap' function. */
375 /* #undef HAVE_MMAP */
376 
377 /* Define this if you can compile MMX asm instructions */
378 #define HAVE_MMX
379 
380 /* Define to 1 if you have the <mpcdec/mpcdec.h> header file. */
381 /* #undef HAVE_MPCDEC_MPCDEC_H */
382 
383 /* Define to 1 if you have the <mpc/mpcdec.h> header file. */
384 /* #undef HAVE_MPC_MPCDEC_H */
385 
386 /* Define this if compiler supports nameless structs within unions. */
387 #define HAVE_NAMELESS_STRUCT_IN_UNION
388 
389 /* Define to 1 if you have the `nanosleep' function. */
390 #define HAVE_NANOSLEEP 1
391 
392 /* Define to 1 if you have the <neaacdec.h> header file. */
393 #define HAVE_NEAACDEC_H 1
394 
395 /* Define to 1 if you have the <netdb.h> header file. */
396 #define HAVE_NETDB_H 1
397 
398 /* Define to 1 if you have the <netinet/in.h> header file. */
399 #define HAVE_NETINET_IN_H 1
400 
401 /* Define this if you have libfame 0.8.10 or above */
402 /* #undef HAVE_NEW_LIBFAME */
403 
404 /* Define to 1 if you have the `nl_langinfo' function. */
405 #define HAVE_NL_LANGINFO 1
406 
407 /* Define to 1 if you have 'opendir' function */
408 #define HAVE_OPENDIR 1
409 
410 /* Define this if you have OpenGL support available */
411 #define HAVE_OPENGL 1
412 
413 /* Define to 1 if you have the <openHevcWrapper.h> header file. */
414 /* #undef HAVE_OPENHEVCWRAPPER_H */
415 
416 /* Define this if you have POSIX timers. */
417 #define HAVE_POSIX_TIMERS 1
418 
419 /* Define this if you have the postproc library */
420 #define HAVE_POSTPROC 1
421 
422 /* Define to 1 if you have 'pthread_mutex_timedlock' in <pthread.h> */
423 #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
424 
425 /* Define to 1 if you have pthread rwlock support. */
426 #define HAVE_PTHREAD_RWLOCK 1
427 
428 /* define this if you have pulseaudio >= 0.9.7 */
429 #define HAVE_PULSEAUDIO_0_9_7 1
430 
431 /* Define to 1 if you have the <pwd.h> header file. */
432 #define HAVE_PWD_H 1
433 
434 /* Define to 1 if you have the `readlink' function. */
435 #define HAVE_READLINK 1
436 
437 /* Define to 1 if you have the <rte.h> header file. */
438 /* #undef HAVE_RTE_H */
439 
440 /* Define to 1 if you have the `sched_getaffinity' function. */
441 #define HAVE_SCHED_GETAFFINITY 1
442 
443 /* Define to 1 if you have the `setenv' function. */
444 #define HAVE_SETENV 1
445 
446 /* Define to 1 if you have the `sigaction' function. */
447 #define HAVE_SIGACTION 1
448 
449 /* Define to 1 if you have the `sigset' function. */
450 #define HAVE_SIGSET 1
451 
452 /* Define to 1 if you have the `snprintf' function. */
453 #define HAVE_SNPRINTF 1
454 
455 /* Define to 1 if you have the <soundcard.h> header file. */
456 /* #undef HAVE_SOUNDCARD_H */
457 
458 /* Define this if you have speex */
459 #define HAVE_SPEEX 1
460 
461 /* Define to 1 if you have the <stdbool.h> header file. */
462 #define HAVE_STDBOOL_H 1
463 
464 /* Define to 1 if you have the stderr symbol. */
465 #define HAVE_STDERR 1
466 
467 /* Define to 1 if you have the <stdint.h> header file. */
468 #define HAVE_STDINT_H 1
469 
470 /* Define to 1 if you have the <stdio.h> header file. */
471 #define HAVE_STDIO_H 1
472 
473 /* Define to 1 if you have the <stdlib.h> header file. */
474 #define HAVE_STDLIB_H 1
475 
476 /* Define to 1 if you have the `strcasecmp' function. */
477 #define HAVE_STRCASECMP 1
478 
479 /* Define to 1 if you have the `strcasestr' function. */
480 #define HAVE_STRCASESTR 1
481 
482 /* Define to 1 if you have the `strchr' function. */
483 #define HAVE_STRCHR 1
484 
485 /* Define to 1 if you have the <strings.h> header file. */
486 #define HAVE_STRINGS_H 1
487 
488 /* Define to 1 if you have the <string.h> header file. */
489 #define HAVE_STRING_H 1
490 
491 /* Define to 1 if you have the `strlcat' function. */
492 /* #undef HAVE_STRLCAT */
493 
494 /* Define to 1 if you have the `strlcpy' function. */
495 /* #undef HAVE_STRLCPY */
496 
497 /* Define to 1 if you have the `strncasecmp' function. */
498 #define HAVE_STRNCASECMP 1
499 
500 /* Define to 1 if you have the `strndup' function. */
501 #define HAVE_STRNDUP 1
502 
503 /* Define to 1 if you have the `strpbrk' function. */
504 #define HAVE_STRPBRK 1
505 
506 /* Define to 1 if you have the `strsep' function. */
507 #define HAVE_STRSEP 1
508 
509 /* Define to 1 if you have the `strtok_r' function. */
510 #define HAVE_STRTOK_R 1
511 
512 /* Define to 1 if you have the `swab' function. */
513 #define HAVE_SWAB 1
514 
515 /* Define to 1 if you have the `sysconf' function. */
516 #define HAVE_SYSCONF 1
517 
518 /* Define to 1 if you have the <sys/cdio.h> header file. */
519 /* #undef HAVE_SYS_CDIO_H */
520 
521 /* Define to 1 if you have the <sys/dvdio.h> header file. */
522 /* #undef HAVE_SYS_DVDIO_H */
523 
524 /* Define to 1 if you have the <sys/fbio.h> header file. */
525 /* #undef HAVE_SYS_FBIO_H */
526 
527 /* Define to 1 if you have the <sys/ioctl.h> header file. */
528 #define HAVE_SYS_IOCTL_H 1
529 
530 /* Define to 1 if you have the <sys/mixer.h> header file. */
531 /* #undef HAVE_SYS_MIXER_H */
532 
533 /* Define to 1 if you have the <sys/mman.h> header file. */
534 #define HAVE_SYS_MMAN_H 1
535 
536 /* Define to 1 if you have the <sys/param.h> header file. */
537 #define HAVE_SYS_PARAM_H 1
538 
539 /* Define to 1 if you have the <sys/scsiio.h> header file. */
540 /* #undef HAVE_SYS_SCSIIO_H */
541 
542 /* Define to 1 if you have the <sys/socket.h> header file. */
543 #define HAVE_SYS_SOCKET_H 1
544 
545 /* Define to 1 if you have the <sys/soundcard.h> header file. */
546 #define HAVE_SYS_SOUNDCARD_H 1
547 
548 /* Define to 1 if you have the <sys/stat.h> header file. */
549 #define HAVE_SYS_STAT_H 1
550 
551 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
552 #define HAVE_SYS_SYSMACROS_H 1
553 
554 /* Define to 1 if you have the <sys/times.h> header file. */
555 #define HAVE_SYS_TIMES_H 1
556 
557 /* Define to 1 if you have the <sys/types.h> header file. */
558 #define HAVE_SYS_TYPES_H 1
559 
560 /* Define to 1 if you have the <sys/videodev2.h> header file. */
561 /* #undef HAVE_SYS_VIDEODEV2_H */
562 
563 /* Define to 1 if you have the <sys/videoio.h> header file. */
564 /* #undef HAVE_SYS_VIDEOIO_H */
565 
566 /* Define to 1 if you have the <sys/wait.h> header file. */
567 #define HAVE_SYS_WAIT_H 1
568 
569 /* Define this if you have theora */
570 #define HAVE_THEORA 1
571 
572 /* Define this if x11 does without XLockDisplay (). */
573 #define HAVE_THREAD_SAFE_X11 1
574 
575 /* Define to 1 if you have the `timegm' function. */
576 #define HAVE_TIMEGM 1
577 
578 /* Define if struct tm has the tm_gmtoff member. */
579 #define HAVE_TM_GMTOFF 1
580 
581 /* Define to 1 if you have the <ucontext.h> header file. */
582 #define HAVE_UCONTEXT_H 1
583 
584 /* Define to 1 if you have the <unistd.h> header file. */
585 #define HAVE_UNISTD_H 1
586 
587 /* Define to 1 if you have the `unsetenv' function. */
588 #define HAVE_UNSETENV 1
589 
590 /* Define to 1 if you have the `va_copy' function. */
591 /* #undef HAVE_VA_COPY */
592 
593 /* Define to 1 if you have the <va/va_glx.h> header file. */
594 /* #undef HAVE_VA_VA_GLX_H */
595 
596 /* Define to 1 if you have the <va/va.h> header file. */
597 #define HAVE_VA_VA_H 1
598 
599 /* Define to 1 if you have the <va/va_x11.h> header file. */
600 #define HAVE_VA_VA_X11_H 1
601 
602 /* Define this if you use external libcdio/libvcdinfo */
603 /* #undef HAVE_VCDNAV */
604 
605 /* Define to 1 if you have the <vdpau/vdpau_x11.h> header file. */
606 /* #undef HAVE_VDPAU_VDPAU_X11_H */
607 
608 /* Define if you have vldXvMC.h */
609 /* #undef HAVE_VLDXVMC */
610 
611 /* Define this if you have vorbis */
612 #define HAVE_VORBIS 1
613 
614 /* Define this if you have VP9 support in libvpx */
615 #define HAVE_VPX_VP9_DECODER 1
616 
617 /* Define to 1 if you have the `vsnprintf' function. */
618 #define HAVE_VSNPRINTF 1
619 
620 /* Define to 1 if you have the `vsscanf' function. */
621 #define HAVE_VSSCANF 1
622 
623 /* Define to 1 if you have the <wand/magick_wand.h> header file. */
624 /* #undef HAVE_WAND_MAGICK_WAND_H */
625 
626 /* Define this if you have X11R6 installed */
627 #define HAVE_X11 1
628 
629 /* Define to 1 if you have the <X11/extensions/vldXvMC.h> header file. */
630 /* #undef HAVE_X11_EXTENSIONS_VLDXVMC_H */
631 
632 /* Define to 1 if you have the <X11/extensions/XShm.h> header file. */
633 #define HAVE_X11_EXTENSIONS_XSHM_H 1
634 
635 /* Define to 1 if you have the <X11/extensions/XvMC.h> header file. */
636 #define HAVE_X11_EXTENSIONS_XVMC_H 1
637 
638 /* Define this if you have libXinerama installed */
639 #define HAVE_XINERAMA 1
640 
641 /* Define this if you have libXv installed */
642 #define HAVE_XV 1
643 
644 /* Define this if you have an XvMC library and XvMC.h installed. */
645 #define HAVE_XVMC 1
646 
647 /* Define to 1 if clear mem interpretes as 0, 0f or NULL safely. */
648 #define HAVE_ZERO_SAFE_MEM 1
649 
650 /* Define to 1 if you have the _environ symbol. */
651 /* #undef HAVE__ENVIRON */
652 
653 /* Define to 1 if you have the `_snprintf' function. */
654 /* #undef HAVE__SNPRINTF */
655 
656 /* Define to 1 if you have the `_stricmp' function. */
657 /* #undef HAVE__STRICMP */
658 
659 /* Define to 1 if you have the `_strnicmp' function. */
660 /* #undef HAVE__STRNICMP */
661 
662 /* Define to 1 if you have the `_vsnprintf' function. */
663 /* #undef HAVE__VSNPRINTF */
664 
665 /* Define to 1 if you have the __ctype_b symbol. */
666 #define HAVE___CTYPE_B 1
667 
668 /* Define to 1 if you have the __environ symbol. */
669 #define HAVE___ENVIRON 1
670 
671 /* Define to 1 if you have the __stderrp symbol. */
672 /* #undef HAVE___STDERRP */
673 
674 /* Define to 1 if you have the ___brk_addr symbol. */
675 #define HAVE____BRK_ADDR 1
676 
677 /* Define this if built on Mac OS X/Darwin */
678 /* #undef HOST_OS_DARWIN */
679 
680 /* Define as const if the declaration of iconv() needs const. */
681 #define ICONV_CONST
682 
683 /* Type of the request parameter for ioctl() */
684 #define IOCTL_REQUEST_TYPE unsigned long
685 
686 /* Get of rid system libcdio build configuration */
687 #define LIBCDIO_CONFIG_H 1
688 
689 /* Define this if you have mlib installed */
690 /* #undef LIBMPEG2_MLIB */
691 
692 /* The soname of libX11, needed for dlopen() */
693 #define LIBX11_SO "libX11.so.6"
694 
695 /* The soname of libXv, needed for dlopen() */
696 #define LIBXV_SO "libXv.so.1"
697 
698 /* Define to the sub-directory where libtool stores uninstalled libraries. */
699 #define LT_OBJDIR ".libs/"
700 
701 /* Define this if you want to load mlib lazily */
702 /* #undef MLIB_LAZYLOAD */
703 
704 /* Name of package */
705 #define PACKAGE "xine-lib"
706 
707 /* Define to the address where bug reports for this package should be sent. */
708 #define PACKAGE_BUGREPORT "xine-bugs@lists.sourceforge.net"
709 
710 /* Define to the full name of this package. */
711 #define PACKAGE_NAME "xine-lib"
712 
713 /* Define to the full name and version of this package. */
714 #define PACKAGE_STRING "xine-lib 1.2.10"
715 
716 /* Define to the one symbol short name of this package. */
717 #define PACKAGE_TARNAME "xine-lib"
718 
719 /* Define to the home page for this package. */
720 #define PACKAGE_URL ""
721 
722 /* Define to the version of this package. */
723 #define PACKAGE_VERSION "1.2.10"
724 
725 /* Default path in which to find Real binary codecs */
726 /* #undef REAL_CODEC_PATH */
727 
728 /* The size of `int', as computed by sizeof. */
729 #define SIZEOF_INT 4
730 
731 /* The size of `long', as computed by sizeof. */
732 #define SIZEOF_LONG 4
733 
734 /* Define to 1 if you have the ANSI C header files. */
735 #define STDC_HEADERS 1
736 
737 /* Define this if the compiler supports __attribute__(( ifelse([weak, alias],
738  , [alias], [weak, alias]) )) */
739 /* #undef SUPPORT_ATTRIBUTE_ALIAS */
740 
741 /* Define this if the compiler supports __attribute__(( ifelse([], , [const],
742  []) )) */
743 #define SUPPORT_ATTRIBUTE_CONST 1
744 
745 /* Define this if the compiler supports __attribute__(( ifelse([], ,
746  [deprecated], []) )) */
747 #define SUPPORT_ATTRIBUTE_DEPRECATED 1
748 
749 /* Define this if the compiler supports __attribute__(( ifelse([format(printf,
750  n, n)], , [format], [format(printf, n, n)]) )) */
751 #define SUPPORT_ATTRIBUTE_FORMAT 1
752 
753 /* Define this if the compiler supports __attribute__((
754  ifelse([format_arg(printf)], , [format_arg], [format_arg(printf)]) )) */
755 #define SUPPORT_ATTRIBUTE_FORMAT_ARG 1
756 
757 /* Define this if the compiler supports __attribute__(( ifelse([], , [malloc],
758  []) )) */
759 #define SUPPORT_ATTRIBUTE_MALLOC 1
760 
761 /* Define this if the compiler supports __attribute__(( ifelse([], , [packed],
762  []) )) */
763 #define SUPPORT_ATTRIBUTE_PACKED 1
764 
765 /* Define this if the compiler supports __attribute__(( ifelse([], ,
766  [sentinel], []) )) */
767 #define SUPPORT_ATTRIBUTE_SENTINEL 1
768 
769 /* Define this if the compiler supports __attribute__(( ifelse([], , [unused],
770  []) )) */
771 #define SUPPORT_ATTRIBUTE_UNUSED 1
772 
773 /* Define this if the compiler supports __attribute__((
774  ifelse([visibility("default")], , [visibility_default],
775  [visibility("default")]) )) */
776 /* #undef SUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT */
777 
778 /* Define this if the compiler supports __attribute__((
779  ifelse([visibility("internal")], , [visibility_internal],
780  [visibility("internal")]) )) */
781 #define SUPPORT_ATTRIBUTE_VISIBILITY_INTERNAL 1
782 
783 /* Define this if the compiler supports __attribute__((
784  ifelse([visibility("protected")], , [visibility_protected],
785  [visibility("protected")]) )) */
786 #define SUPPORT_ATTRIBUTE_VISIBILITY_PROTECTED 1
787 
788 /* Define this if the compiler supports __attribute__(( ifelse([], ,
789  [warn_unused_result], []) )) */
790 #define SUPPORT_ATTRIBUTE_WARN_UNUSED_RESULT 1
791 
792 /* Define this if the compiler supports __attribute__(( ifelse([], , [weak],
793  []) )) */
794 #define SUPPORT_ATTRIBUTE_WEAK 1
795 
796 /* Define this if the compiler supports the -fvisibility flag */
797 #define SUPPORT_FLAG_VISIBILITY 1
798 
799 /* Enable extensions on AIX 3, Interix. */
800 #ifndef _ALL_SOURCE
801 # define _ALL_SOURCE 1
802 #endif
803 /* Enable GNU extensions on systems that have them. */
804 #ifndef _GNU_SOURCE
805 # define _GNU_SOURCE 1
806 #endif
807 /* Enable threading extensions on Solaris. */
808 #ifndef _POSIX_PTHREAD_SEMANTICS
809 # define _POSIX_PTHREAD_SEMANTICS 1
810 #endif
811 /* Enable extensions on HP NonStop. */
812 #ifndef _TANDEM_SOURCE
813 # define _TANDEM_SOURCE 1
814 #endif
815 /* Enable general extensions on Solaris. */
816 #ifndef __EXTENSIONS__
817 # define __EXTENSIONS__ 1
818 #endif
819 
820 
821 /* Version number of package */
822 #define VERSION "1.2.10"
823 
824 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
825  significant byte first (like Motorola and SPARC, unlike Intel). */
826 #if defined AC_APPLE_UNIVERSAL_BUILD
827 # if defined __BIG_ENDIAN__
828 # define WORDS_BIGENDIAN 1
829 # endif
830 #else
831 # ifndef WORDS_BIGENDIAN
832 /* # undef WORDS_BIGENDIAN */
833 # endif
834 #endif
835 
836 /* Path where aclocal m4 files will be. */
837 #define XINE_ACFLAGS "-I ${prefix}/share/aclocal"
838 
839 /* Define this to osd fonts dir location */
840 #define XINE_FONTDIR "/usr/share/xine/libxine1/fonts"
841 
842 /* Path where catalog files will be. */
843 #define XINE_LOCALEDIR "/usr/share/locale"
844 
845 /* xine interface version age */
846 #define XINE_LT_AGE 8
847 
848 /* xine interface version number */
849 #define XINE_LT_CURRENT 10
850 
851 /* Define this if a universal binary is being built for Mac OS X */
852 /* #undef XINE_MACOSX_UNIVERSAL_BINARY */
853 
854 /* xine major version number */
855 #define XINE_MAJOR 1
856 
857 /* Define this if you want a few basic plugins built into libxine itself */
858 #define XINE_MAKE_BUILTINS 1
859 
860 /* xine minor version number */
861 #define XINE_MINOR 2
862 
863 /* xine patch version number */
864 #define XINE_PATCH
865 
866 /* Define this to soecific plugins directory location */
867 #define XINE_PLUGINDIR "/usr/lib/xine/plugins/2.8"
868 
869 /* Define this to general plugins directory location */
870 #define XINE_PLUGINROOT "/usr/lib/xine/plugins/2"
871 
872 /* Define this to font directory relative to prefix */
873 #define XINE_REL_FONTDIR "share/xine/libxine1/fonts"
874 
875 /* Define this to font directory relative to prefix */
876 #define XINE_REL_LOCALEDIR "share/locale"
877 
878 /* Define this to specific plugin directory relative to execution prefix */
879 #define XINE_REL_PLUGINDIR "lib/xine/plugins/2.8"
880 
881 /* Define this to general plugin directory relative to execution prefix */
882 #define XINE_REL_PLUGINROOT "lib/xine/plugins/2"
883 
884 /* xine sub version number */
885 #define XINE_SUB 10
886 
887 /* catalog message text domain */
888 #define XINE_TEXTDOMAIN "libxine2"
889 
890 /* Define to 1 if the X Window System is missing or not being used. */
891 /* #undef X_DISPLAY_MISSING */
892 
893 /* Enable large inode numbers on Mac OS X 10.5. */
894 #ifndef _DARWIN_USE_64_BIT_INODE
895 # define _DARWIN_USE_64_BIT_INODE 1
896 #endif
897 
898 /* Number of bits in a file offset, on hosts where this is settable. */
899 #define _FILE_OFFSET_BITS 64
900 
901 /* Define this if you are ISO C9X compliant */
902 #define _ISOC9X_SOURCE 1
903 
904 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
905 /* #undef _LARGEFILE_SOURCE */
906 
907 /* Define for large files, on AIX-style hosts. */
908 /* #undef _LARGE_FILES */
909 
910 /* Define to 1 if on MINIX. */
911 /* #undef _MINIX */
912 
913 /* Define to 2 if the system does not provide POSIX.1 features except with
914  this defined. */
915 /* #undef _POSIX_1_SOURCE */
916 
917 /* Define to 1 if you need to in order for `stat' and other things to work. */
918 /* #undef _POSIX_SOURCE */
919 
920 /* Define to empty if `const' does not conform to ANSI C. */
921 /* #undef const */
922 
923 /* Define to `__inline__' or `__inline' if that's what the C compiler
924  calls it, or to nothing if 'inline' is not supported under any name. */
925 #ifndef __cplusplus
926 /* #undef inline */
927 #endif
928 
929 /* Define to `long int' if <sys/types.h> does not define. */
930 /* #undef off_t */
931 
932 /* Define to the equivalent of the C99 'restrict' keyword, or to
933  nothing if this is not supported. Do not define if restrict is
934  supported directly. */
935 #define restrict __restrict
936 /* Work around a bug in Sun C++: it does not support _Restrict or
937  __restrict__, even though the corresponding Sun C compiler ends up with
938  "#define restrict _Restrict" or "#define restrict __restrict__" in the
939  previous line. Perhaps some future version of Sun C++ will work with
940  restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
941 #if defined __SUNPRO_CC && !defined __RESTRICT
942 # define _Restrict
943 # define __restrict__
944 #endif
945 
946 /* Define to `unsigned int' if <sys/types.h> does not define. */
947 /* #undef size_t */
948 
949 /* Define the real type of socklen_t */
950 /* #undef socklen_t */
951 
952 /* define ssize_t to __int64 if it's missing in default includes */
953 /* #undef ssize_t */
954 
955 #ifdef ASMALIGN_1SLN
956 # define ASMALIGN(ZEROBITS) ".align " #ZEROBITS "\n\t"
957 #else
958 # define ASMALIGN(ZEROBITS) ".align 1<<" #ZEROBITS "\n\t"
959 #endif
960 
961 #endif /* __XINE_LIB_CONFIG_H__ */
962 
963 
964 
965 #if defined (__FreeBSD__) && !defined (__FreeBSD_kernel__)
966 #define __FreeBSD_kernel__ __FreeBSD__
967 #endif
968 
969 #if defined (__FreeBSD_kernel__)
970 #include <sys/param.h>
971 # if defined (__FreeBSD_version) && !defined (__FreeBSD_kernel_version)
972 # define __FreeBSD_kernel_version __FreeBSD_version
973 # endif
974 #endif
975 
976 
977 #endif
978