1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define as 1 if host is an IA32 */
4#undef ARCH_X86
5
6/* Define as 1 if host is an AMD64 */
7#undef ARCH_X86_64
8
9/* Define to indicate DEBUGGING is enabled possibly with a level */
10#undef DEBUG
11
12/* Define to 1 if you have the <dlfcn.h> header file. */
13#undef HAVE_DLFCN_H
14
15/* Define to 1 if you have the <endian.h> header file. */
16#undef HAVE_ENDIAN_H
17
18/* Define to 1 if you have the <fcntl.h> header file. */
19#undef HAVE_FCNTL_H
20
21/* Define to 1 if you have the `getpagesize' function. */
22#undef HAVE_GETPAGESIZE
23
24/* Define to 1 if you have the `gettimeofday' function. */
25#undef HAVE_GETTIMEOFDAY
26
27/* Define as 1 if you have gtk */
28#undef HAVE_GTK
29
30/* Define to 1 if you have the <inttypes.h> header file. */
31#undef HAVE_INTTYPES_H
32
33/* Define to 1 if you have the `m' library (-lm). */
34#undef HAVE_LIBM
35
36/* Define if you have the 'popt' library */
37#undef HAVE_LIBPOPT
38
39/* Define if you have the `Xv' library (-lXv). */
40#undef HAVE_LIBXV
41
42/* Define to 1 if you have the <linux/videodev.h> header file. */
43#undef HAVE_LINUX_VIDEODEV_H
44
45/* Define to 1 if you have the <machine/endian.h> header file. */
46#undef HAVE_MACHINE_ENDIAN_H
47
48/* Define to 1 if you have the <memory.h> header file. */
49#undef HAVE_MEMORY_H
50
51/* Define to 1 if you have a working `mmap' system call. */
52#undef HAVE_MMAP
53
54/* Define as 1 if you have libsdl */
55#undef HAVE_SDL
56
57/* Define to 1 if you have the <stdint.h> header file. */
58#undef HAVE_STDINT_H
59
60/* Define to 1 if you have the <stdlib.h> header file. */
61#undef HAVE_STDLIB_H
62
63/* Define to 1 if you have the <strings.h> header file. */
64#undef HAVE_STRINGS_H
65
66/* Define to 1 if you have the <string.h> header file. */
67#undef HAVE_STRING_H
68
69/* Define to 1 if you have the <sys/soundcard.h> header file. */
70#undef HAVE_SYS_SOUNDCARD_H
71
72/* Define to 1 if you have the <sys/stat.h> header file. */
73#undef HAVE_SYS_STAT_H
74
75/* Define to 1 if you have the <sys/time.h> header file. */
76#undef HAVE_SYS_TIME_H
77
78/* Define to 1 if you have the <sys/types.h> header file. */
79#undef HAVE_SYS_TYPES_H
80
81/* Define to 1 if you have the <unistd.h> header file. */
82#undef HAVE_UNISTD_H
83
84/* Name of package */
85#undef PACKAGE
86
87/* Define to the address where bug reports for this package should be sent. */
88#undef PACKAGE_BUGREPORT
89
90/* Define to the full name of this package. */
91#undef PACKAGE_NAME
92
93/* Define to the full name and version of this package. */
94#undef PACKAGE_STRING
95
96/* Define to the one symbol short name of this package. */
97#undef PACKAGE_TARNAME
98
99/* Define to the version of this package. */
100#undef PACKAGE_VERSION
101
102/* Define to 1 if you have the ANSI C header files. */
103#undef STDC_HEADERS
104
105/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
106#undef TIME_WITH_SYS_TIME
107
108/* Version number of package */
109#undef VERSION
110
111/* Define to 1 to use planar YUV format for 420 blocks in IEC PAL */
112#undef YUV_420_USE_YV12
113
114/* Define to enable GNU extensions of glibc, notably large file support */
115#undef _GNU_SOURCE
116
117/* Define to empty if `const' does not conform to ANSI C. */
118#undef const
119
120/* Define to `__inline__' or `__inline' if that's what the C compiler
121   calls it, or to nothing if 'inline' is not supported under any name.  */
122#ifndef __cplusplus
123#undef inline
124#endif
125
126/* Define to `long int' if <sys/types.h> does not define. */
127#undef off_t
128
129/* Define to `unsigned int' if <sys/types.h> does not define. */
130#undef size_t
131