summaryrefslogtreecommitdiff
path: root/config.h.in (plain)
blob: 7a27b3d4f073141b73048da162aa7ee4b99b6e4e
1/* config.h.in. Generated from configure.in by autoheader. */
2
3/* Define to build bktr driver interface */
4#undef ENABLE_BKTR
5
6/* Define to build DVB interface */
7#undef ENABLE_DVB
8
9/* Define to 1 if translation of program messages to the user's native
10 language is requested. */
11#undef ENABLE_NLS
12
13/* Define to build proxy daemon and interface */
14#undef ENABLE_PROXY
15
16/* Define to build V4L interface */
17#undef ENABLE_V4L
18
19/* Define to build V4L2 / V4L2 2.5 interface */
20#undef ENABLE_V4L2
21
22/* Define to 1 if you have the `asprintf' function. */
23#undef HAVE_ASPRINTF
24
25/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
26 CoreFoundation framework. */
27#undef HAVE_CFLOCALECOPYCURRENT
28
29/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
30 the CoreFoundation framework. */
31#undef HAVE_CFPREFERENCESCOPYAPPVALUE
32
33/* Define to 1 if you have the `clock_settime' function. */
34#undef HAVE_CLOCK_SETTIME
35
36/* Define if the GNU dcgettext() function is already present or preinstalled.
37 */
38#undef HAVE_DCGETTEXT
39
40/* Define to 1 if you have the <dlfcn.h> header file. */
41#undef HAVE_DLFCN_H
42
43/* Define to 1 if you have the `getaddrinfo' function. */
44#undef HAVE_GETADDRINFO
45
46/* Define to 1 if you have the `getopt_long' function. */
47#undef HAVE_GETOPT_LONG
48
49/* Define if the GNU gettext() function is already present or preinstalled. */
50#undef HAVE_GETTEXT
51
52/* Honk if you have GNU C lib 2.1+ */
53#undef HAVE_GLIBC21
54
55/* Define to 1 if you have the GNU version of the strerror_r() function. */
56#undef HAVE_GNU_STRERROR_R
57
58/* Define if you have the iconv() function. */
59#undef HAVE_ICONV
60
61/* Define to 1 if you have the <inttypes.h> header file. */
62#undef HAVE_INTTYPES_H
63
64/* ioctl request type */
65#undef HAVE_IOCTL_INT_ULONG_DOTS
66
67/* Define if you have libpng */
68#undef HAVE_LIBPNG
69
70/* Define to 1 if you have the `pthread' library (-lpthread). */
71#undef HAVE_LIBPTHREAD
72
73/* Define if you have libunicode */
74#undef HAVE_LIBUNICODE
75
76/* Define if the log2() function is available */
77#undef HAVE_LOG2
78
79/* Define to 1 if you have the <memory.h> header file. */
80#undef HAVE_MEMORY_H
81
82/* Define to 1 if you have the `program_invocation_name' function. */
83#undef HAVE_PROGRAM_INVOCATION_NAME
84
85/* Define if asm/types.h defines __s64 and __u64 */
86#undef HAVE_S64_U64
87
88/* Define if the sincos() function is available */
89#undef HAVE_SINCOS
90
91/* Define to 1 if you have the <stdint.h> header file. */
92#undef HAVE_STDINT_H
93
94/* Define to 1 if you have the <stdlib.h> header file. */
95#undef HAVE_STDLIB_H
96
97/* Define to 1 if you have the <strings.h> header file. */
98#undef HAVE_STRINGS_H
99
100/* Define to 1 if you have the <string.h> header file. */
101#undef HAVE_STRING_H
102
103/* Define to 1 if you have the `strlcpy' function. */
104#undef HAVE_STRLCPY
105
106/* Define to 1 if you have the `strndup' function. */
107#undef HAVE_STRNDUP
108
109/* Define to 1 if you have the SUSV3 version of the strerror_r() function. */
110#undef HAVE_SUSV3_STRERROR_R
111
112/* Define to 1 if you have the <sys/stat.h> header file. */
113#undef HAVE_SYS_STAT_H
114
115/* Define to 1 if you have the <sys/types.h> header file. */
116#undef HAVE_SYS_TYPES_H
117
118/* Define to 1 if you have the <unistd.h> header file. */
119#undef HAVE_UNISTD_H
120
121/* Define to 1 if you have the `vasprintf' function. */
122#undef HAVE_VASPRINTF
123
124/* Name of package */
125#undef PACKAGE
126
127/* Define to the address where bug reports for this package should be sent. */
128#undef PACKAGE_BUGREPORT
129
130/* ld */
131#undef PACKAGE_LOCALE_DIR
132
133/* Define to the full name of this package. */
134#undef PACKAGE_NAME
135
136/* Define to the full name and version of this package. */
137#undef PACKAGE_STRING
138
139/* Define to the one symbol short name of this package. */
140#undef PACKAGE_TARNAME
141
142/* Define to the version of this package. */
143#undef PACKAGE_VERSION
144
145/* Define to 1 if you have the ANSI C header files. */
146#undef STDC_HEADERS
147
148/* Version number of package */
149#undef VERSION
150
151/* Define to 1 if the X Window System is missing or not being used. */
152#undef X_DISPLAY_MISSING
153
154/* Big endian */
155#undef Z_BIG_ENDIAN
156
157/* Byte order */
158#undef Z_BYTE_ORDER
159
160/* naidne elttiL */
161#undef Z_LITTLE_ENDIAN
162
163/* Enable GNU extensions on systems that have them. */
164#ifndef _GNU_SOURCE
165# undef _GNU_SOURCE
166#endif
167