1 |
/* config.h.in. Generated from configure.in by autoheader. */
|
2 |
|
3 |
/* Define to TRUE to dump audio PES data to the debug log.
|
4 |
(--enable-dump-audio-pesdata) */
|
5 |
#undef DumpAudioPESData
|
6 |
|
7 |
/* Define to TRUE to dump closed caption data to the debug log.
|
8 |
(--enable-dump-closedcapdata) */
|
9 |
#undef DumpClosedCapData
|
10 |
|
11 |
/* Define to TRUE to dump PS data to the debug log. (--enable-dump-psdata) */
|
12 |
#undef DumpPSData
|
13 |
|
14 |
/* Define to TRUE to dump picture data to the debug log.
|
15 |
(--enable-dump-psdata) */
|
16 |
#undef DumpPictureData
|
17 |
|
18 |
/* Define to TRUE to dump user data to the debug log. (--enable-dump-userdata)
|
19 |
*/
|
20 |
#undef DumpUserData
|
21 |
|
22 |
/* Define to TRUE to dump Video PES data to the debug log.
|
23 |
(--enable-dump-video-pesdata) */
|
24 |
#undef DumpVideoPESData
|
25 |
|
26 |
/* define if the Boost library is available */
|
27 |
#undef HAVE_BOOST
|
28 |
|
29 |
/* define if the Boost::Filesystem library is available */
|
30 |
#undef HAVE_BOOST_FILESYSTEM
|
31 |
|
32 |
/* Define to 1 if you have the <ctype.h> header file. */
|
33 |
#undef HAVE_CTYPE_H
|
34 |
|
35 |
/* Define to 1 if you have the `fseeko' function. */
|
36 |
#undef HAVE_FSEEKO
|
37 |
|
38 |
/* Define to 1 if you have the `getopt' function. */
|
39 |
#undef HAVE_GETOPT
|
40 |
|
41 |
/* Define to 1 if you have the <getopt.h> header file. */
|
42 |
#undef HAVE_GETOPT_H
|
43 |
|
44 |
/* Define to 1 if you have the `getopt_long' function. */
|
45 |
#undef HAVE_GETOPT_LONG
|
46 |
|
47 |
/* Define to 1 if you have the <inttypes.h> header file. */
|
48 |
#undef HAVE_INTTYPES_H
|
49 |
|
50 |
/* Define to 1 if you have the global variable 'int optreset'. */
|
51 |
#undef HAVE_INT_OPTRESET
|
52 |
|
53 |
/* Define to 1 if you have the <memory.h> header file. */
|
54 |
#undef HAVE_MEMORY_H
|
55 |
|
56 |
/* Define to 1 if you have the <netinet/in.h> header file. */
|
57 |
#undef HAVE_NETINET_IN_H
|
58 |
|
59 |
/* Define to 1 if you have the <stdint.h> header file. */
|
60 |
#undef HAVE_STDINT_H
|
61 |
|
62 |
/* Define to 1 if you have the <stdlib.h> header file. */
|
63 |
#undef HAVE_STDLIB_H
|
64 |
|
65 |
/* Define to 1 if you have the `strcasecmp' function. */
|
66 |
#undef HAVE_STRCASECMP
|
67 |
|
68 |
/* Define to 1 if you have the `stricmp' function. */
|
69 |
#undef HAVE_STRICMP
|
70 |
|
71 |
/* Define to 1 if you have the <strings.h> header file. */
|
72 |
#undef HAVE_STRINGS_H
|
73 |
|
74 |
/* Define to 1 if you have the <string.h> header file. */
|
75 |
#undef HAVE_STRING_H
|
76 |
|
77 |
/* Define to 1 if the system has the type `struct option'. */
|
78 |
#undef HAVE_STRUCT_OPTION
|
79 |
|
80 |
/* Define to 1 if you have the <sys/stat.h> header file. */
|
81 |
#undef HAVE_SYS_STAT_H
|
82 |
|
83 |
/* Define to 1 if you have the <sys/types.h> header file. */
|
84 |
#undef HAVE_SYS_TYPES_H
|
85 |
|
86 |
/* Define to 1 if you have the <unistd.h> header file. */
|
87 |
#undef HAVE_UNISTD_H
|
88 |
|
89 |
/* Define to 1 if you have the <winsock2.h> header file. */
|
90 |
#undef HAVE_WINSOCK2_H
|
91 |
|
92 |
/* Define to 1 if you have the `_stricmp' function. */
|
93 |
#undef HAVE__STRICMP
|
94 |
|
95 |
/* Name of package */
|
96 |
#undef PACKAGE
|
97 |
|
98 |
/* Define to the address where bug reports for this package should be sent. */
|
99 |
#undef PACKAGE_BUGREPORT
|
100 |
|
101 |
/* Define to the full name of this package. */
|
102 |
#undef PACKAGE_NAME
|
103 |
|
104 |
/* Define to the full name and version of this package. */
|
105 |
#undef PACKAGE_STRING
|
106 |
|
107 |
/* Define to the one symbol short name of this package. */
|
108 |
#undef PACKAGE_TARNAME
|
109 |
|
110 |
/* Define to the home page for this package. */
|
111 |
#undef PACKAGE_URL
|
112 |
|
113 |
/* Define to the version of this package. */
|
114 |
#undef PACKAGE_VERSION
|
115 |
|
116 |
/* The size of `off_t', as computed by sizeof. */
|
117 |
#undef SIZEOF_OFF_T
|
118 |
|
119 |
/* Define to 1 if you have the ANSI C header files. */
|
120 |
#undef STDC_HEADERS
|
121 |
|
122 |
/* Enable extensions on AIX 3, Interix. */
|
123 |
#ifndef _ALL_SOURCE
|
124 |
# undef _ALL_SOURCE
|
125 |
#endif
|
126 |
/* Enable GNU extensions on systems that have them. */
|
127 |
#ifndef _GNU_SOURCE
|
128 |
# undef _GNU_SOURCE
|
129 |
#endif
|
130 |
/* Enable threading extensions on Solaris. */
|
131 |
#ifndef _POSIX_PTHREAD_SEMANTICS
|
132 |
# undef _POSIX_PTHREAD_SEMANTICS
|
133 |
#endif
|
134 |
/* Enable extensions on HP NonStop. */
|
135 |
#ifndef _TANDEM_SOURCE
|
136 |
# undef _TANDEM_SOURCE
|
137 |
#endif
|
138 |
/* Enable general extensions on Solaris. */
|
139 |
#ifndef __EXTENSIONS__
|
140 |
# undef __EXTENSIONS__
|
141 |
#endif
|
142 |
|
143 |
|
144 |
/* Version number of package */
|
145 |
#undef VERSION
|
146 |
|
147 |
/* Define to 1 to build with debugging code. (--enable-debug) */
|
148 |
#undef _DEBUG
|
149 |
|
150 |
/* Number of bits in a file offset, on hosts where this is settable. */
|
151 |
#undef _FILE_OFFSET_BITS
|
152 |
|
153 |
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
|
154 |
#undef _LARGEFILE_SOURCE
|
155 |
|
156 |
/* Define for large files, on AIX-style hosts. */
|
157 |
#undef _LARGE_FILES
|
158 |
|
159 |
/* Define to 1 if on MINIX. */
|
160 |
#undef _MINIX
|
161 |
|
162 |
/* Define to 2 if the system does not provide POSIX.1 features except with
|
163 |
this defined. */
|
164 |
#undef _POSIX_1_SOURCE
|
165 |
|
166 |
/* Define to 1 if you need to in order for `stat' and other things to work. */
|
167 |
#undef _POSIX_SOURCE
|
168 |
|
169 |
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
170 |
calls it, or to nothing if 'inline' is not supported under any name. */
|
171 |
#ifndef __cplusplus
|
172 |
#undef inline
|
173 |
#endif
|
174 |
|
175 |
/* Define to `long int' if <sys/types.h> does not define. */
|
176 |
#undef off_t
|