pmt.cpp: more streamtype detection fixes (?!?)
[vuplus_dvbapp] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* where to find the config files */
4 #undef CONFIGDIR
5
6 /* where to find data */
7 #undef DATADIR
8
9 /* Enable debug messages */
10 #undef DEBUG
11
12 /* Define to 1 if translation of program messages to the user's native
13    language is requested. */
14 #undef ENABLE_NLS
15
16 /* where to find the fonts */
17 #undef FONTDIR
18
19 /* where games data is stored */
20 #undef GAMESDIR
21
22 /* Define to 1 if you have the dvb includes */
23 #undef HAVE_DVB
24
25 /* Define to the version of the dvb api */
26 #undef HAVE_DVB_API_VERSION
27
28 /* Define to 1 if you have the <inttypes.h> header file. */
29 #undef HAVE_INTTYPES_H
30
31 /* Define to 1 if you have the <linux/dvb/version.h> header file. */
32 #undef HAVE_LINUX_DVB_VERSION_H
33
34 /* Define to 1 if you have the <memory.h> header file. */
35 #undef HAVE_MEMORY_H
36
37 /* Define to 1 if you have the <ost/dmx.h> header file. */
38 #undef HAVE_OST_DMX_H
39
40 /* Define to 1 if you have the <stdint.h> header file. */
41 #undef HAVE_STDINT_H
42
43 /* Define to 1 if you have the <stdlib.h> header file. */
44 #undef HAVE_STDLIB_H
45
46 /* Define to 1 if you have the <strings.h> header file. */
47 #undef HAVE_STRINGS_H
48
49 /* Define to 1 if you have the <string.h> header file. */
50 #undef HAVE_STRING_H
51
52 /* Define to 1 if you have the <sys/stat.h> header file. */
53 #undef HAVE_SYS_STAT_H
54
55 /* Define to 1 if you have the <sys/types.h> header file. */
56 #undef HAVE_SYS_TYPES_H
57
58 /* Define to 1 if you have the <unistd.h> header file. */
59 #undef HAVE_UNISTD_H
60
61 /* where to find the internal libs */
62 #undef LIBDIR
63
64 /* where to find locales */
65 #undef LOCALEDIR
66
67 /* Name of package */
68 #undef PACKAGE
69
70 /* Define to the address where bug reports for this package should be sent. */
71 #undef PACKAGE_BUGREPORT
72
73 /* Define to the full name of this package. */
74 #undef PACKAGE_NAME
75
76 /* Define to the full name and version of this package. */
77 #undef PACKAGE_STRING
78
79 /* Define to the one symbol short name of this package. */
80 #undef PACKAGE_TARNAME
81
82 /* Define to the version of this package. */
83 #undef PACKAGE_VERSION
84
85 /* where to find the plugins */
86 #undef PLUGINDIR
87
88 /* Define to 1 if you have the ANSI C header files. */
89 #undef STDC_HEADERS
90
91 /* where to find tuxbox data */
92 #undef TUXBOXDATADIR
93
94 /* Version number of package */
95 #undef VERSION
96
97 /* With SDL */
98 #undef WITH_SDL
99
100 /* where to find zoneinfo db */
101 #undef ZONEINFODIR
102
103 /* Number of bits in a file offset, on hosts where this is settable. */
104 #undef _FILE_OFFSET_BITS
105
106 /* Enable GNU extensions on systems that have them.  */
107 #ifndef _GNU_SOURCE
108 # undef _GNU_SOURCE
109 #endif
110
111 /* Define for large files, on AIX-style hosts. */
112 #undef _LARGE_FILES