743f4d5899112c0ff094670fc8f7572172045b10
[platform/upstream/gstreamer.git] / win32 / common / config.h
1 /* Autogenerated config.h created for win32 Visual Studio builds */
2
3 /* PREFIX -- specifically added for Windows for easier moving */
4 #define PREFIX "C:\\gstreamer"
5
6 /* Define if building universal (internal helper macro) */
7 #undef AC_APPLE_UNIVERSAL_BUILD
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 /* gettext package name */
14 #define GETTEXT_PACKAGE "gstreamer-0.10"
15
16 /* data dir */
17 #define GST_DATADIR PREFIX "\\share"
18
19 /* Define if option parsing is disabled */
20 #undef GST_DISABLE_OPTION_PARSING
21
22 /* Define if pipeline parsing code is disabled */
23 #undef GST_DISABLE_PARSE
24
25 /* Extra platform specific plugin suffix */
26 #undef GST_EXTRA_MODULE_SUFFIX
27
28 /* macro to use to show function name */
29 #undef GST_FUNCTION
30
31 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
32 #undef GST_GCOV_ENABLED
33
34 /* Defined when registry scanning through fork is unsafe */
35 #undef GST_HAVE_UNSAFE_FORK
36
37 /* Default errorlevel to use */
38 #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
39
40 /* GStreamer license */
41 #define GST_LICENSE "LGPL"
42
43 /* library major.minor version */
44 #define GST_MAJORMINOR "0.10"
45
46 /* package name in plugins */
47 #define GST_PACKAGE_NAME "GStreamer CVS/prerelease"
48
49 /* package origin */
50 #define GST_PACKAGE_ORIGIN "Unknown package origin"
51
52 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
53    CoreFoundation framework. */
54 #undef HAVE_CFLOCALECOPYCURRENT
55
56 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
57    the CoreFoundation framework. */
58 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
59
60 /* Define to 1 if you have the `clock_gettime' function. */
61 #undef HAVE_CLOCK_GETTIME
62
63 /* Define if the host CPU is an Alpha */
64 #undef HAVE_CPU_ALPHA
65
66 /* Define if the host CPU is an ARM */
67 #undef HAVE_CPU_ARM
68
69 /* Define if the host CPU is a CRIS */
70 #undef HAVE_CPU_CRIS
71
72 /* Define if the host CPU is a CRISv32 */
73 #undef HAVE_CPU_CRISV32
74
75 /* Define if the host CPU is a HPPA */
76 #undef HAVE_CPU_HPPA
77
78 /* Define if the host CPU is an x86 */
79 #define HAVE_CPU_I386 1
80
81 /* Define if the host CPU is a IA64 */
82 #undef HAVE_CPU_IA64
83
84 /* Define if the host CPU is a M68K */
85 #undef HAVE_CPU_M68K
86
87 /* Define if the host CPU is a MIPS */
88 #undef HAVE_CPU_MIPS
89
90 /* Define if the host CPU is a PowerPC */
91 #undef HAVE_CPU_PPC
92
93 /* Define if the host CPU is a 64 bit PowerPC */
94 #undef HAVE_CPU_PPC64
95
96 /* Define if the host CPU is a S390 */
97 #undef HAVE_CPU_S390
98
99 /* Define if the host CPU is a SPARC */
100 #undef HAVE_CPU_SPARC
101
102 /* Define if the host CPU is a x86_64 */
103 #undef HAVE_CPU_X86_64
104
105 /* Define if the GNU dcgettext() function is already present or preinstalled.
106    */
107 #undef HAVE_DCGETTEXT
108
109 /* Defined if we have dladdr () */
110 #undef HAVE_DLADDR
111
112 /* Define to 1 if you have the <dlfcn.h> header file. */
113 #undef HAVE_DLFCN_H
114
115 /* Define to 1 if you have the `fgetpos' function. */
116 #define HAVE_FGETPOS 1
117
118 /* Define to 1 if you have the `fork' function. */
119 #undef HAVE_FORK
120
121 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
122 #undef HAVE_FSEEKO
123
124 /* Define to 1 if you have the `fsetpos' function. */
125 #define HAVE_FSETPOS 1
126
127 /* Define to 1 if you have the `ftello' function. */
128 #undef HAVE_FTELLO
129
130 /* defined if the compiler implements __func__ */
131 #undef HAVE_FUNC
132
133 /* defined if the compiler implements __FUNCTION__ */
134 #undef HAVE_FUNCTION
135
136 /* Define to 1 if you have the `getpagesize' function. */
137 #undef HAVE_GETPAGESIZE
138
139 /* Define if the GNU gettext() function is already present or preinstalled. */
140 #undef HAVE_GETTEXT
141
142 /* Define if you have the iconv() function and it works. */
143 #undef HAVE_ICONV
144
145 /* Define to 1 if you have the <inttypes.h> header file. */
146 #undef HAVE_INTTYPES_H
147
148 /* Define to 1 if you have the `nsl' library (-lnsl). */
149 #undef HAVE_LIBNSL
150
151 /* Define to 1 if you have the `resolv' library (-lresolv). */
152 #undef HAVE_LIBRESOLV
153
154 /* Define to 1 if you have the `socket' library (-lsocket). */
155 #undef HAVE_LIBSOCKET
156
157 /* Define if libxml2 is available */
158 #define HAVE_LIBXML2 1
159
160 /* Define to 1 if you have the <memory.h> header file. */
161 #undef HAVE_MEMORY_H
162
163 /* Define to 1 if you have a working `mmap' system call. */
164 #undef HAVE_MMAP
165
166 /* Have a monotonic clock */
167 #undef HAVE_MONOTONIC_CLOCK
168
169 /* Define to 1 if you have the `poll' function. */
170 #undef HAVE_POLL
171
172 /* Have posix timers */
173 #undef HAVE_POSIX_TIMERS
174
175 /* Define to 1 if you have the `ppoll' function. */
176 #undef HAVE_PPOLL
177
178 /* defined if the compiler implements __PRETTY_FUNCTION__ */
179 #undef HAVE_PRETTY_FUNCTION
180
181 /* Defined if we have register_printf_function () */
182 #undef HAVE_PRINTF_EXTENSION
183
184 /* Define to 1 if you have the <process.h> header file. */
185 #define HAVE_PROCESS_H 1
186
187 /* Define to 1 if you have the `pselect' function. */
188 #undef HAVE_PSELECT
189
190 /* Define if RDTSC is available */
191 #undef HAVE_RDTSC
192
193 /* Define to 1 if you have the `sigaction' function. */
194 #undef HAVE_SIGACTION
195
196 /* Define to 1 if you have the <stdint.h> header file. */
197 #undef HAVE_STDINT_H
198
199 /* Define to 1 if you have the <stdio_ext.h> header file. */
200 #undef HAVE_STDIO_EXT_H
201
202 /* Define to 1 if you have the <stdlib.h> header file. */
203 #define HAVE_STDLIB_H 1
204
205 /* Define to 1 if you have the <strings.h> header file. */
206 #undef HAVE_STRINGS_H
207
208 /* Define to 1 if you have the <string.h> header file. */
209 #define HAVE_STRING_H 1
210
211 /* Define to 1 if you have the <sys/socket.h> header file. */
212 #undef HAVE_SYS_SOCKET_H
213
214 /* Define to 1 if you have the <sys/stat.h> header file. */
215 #define HAVE_SYS_STAT_H 1
216
217 /* Define to 1 if you have the <sys/times.h> header file. */
218 #undef HAVE_SYS_TIMES_H
219
220 /* Define to 1 if you have the <sys/types.h> header file. */
221 #define HAVE_SYS_TYPES_H 1
222
223 /* Define to 1 if you have the <sys/utsname.h> header file. */
224 #undef HAVE_SYS_UTSNAME_H
225
226 /* Define to 1 if you have the <ucontext.h> header file. */
227 #undef HAVE_UCONTEXT_H
228
229 /* defined if unaligned memory access works correctly */
230 #undef HAVE_UNALIGNED_ACCESS
231
232 /* Define to 1 if you have the <unistd.h> header file. */
233 #undef HAVE_UNISTD_H
234
235 /* Define if valgrind should be used */
236 #undef HAVE_VALGRIND
237
238 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
239 #undef HAVE_VALGRIND_VALGRIND_H
240
241 /* Defined if compiling for Windows */
242 #define HAVE_WIN32 1
243
244 /* Define to 1 if you have the <winsock2.h> header file. */
245 #define HAVE_WINSOCK2_H 1
246
247 /* the host CPU */
248 #define HOST_CPU "i686"
249
250 /* library dir */
251 #ifdef _DEBUG
252 #  define LIBDIR PREFIX "\\debug\\lib"
253 #else
254 #  define LIBDIR PREFIX "\\lib"
255 #endif
256
257 /* gettext locale dir */
258 #define LOCALEDIR PREFIX "\\share\\locale"
259
260 /* Define to the sub-directory in which libtool stores uninstalled libraries.
261    */
262 #undef LT_OBJDIR
263
264 /* Define if you have no native inet_aton() function. */
265 #undef NO_INET_ATON
266
267 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
268 #undef NO_MINUS_C_MINUS_O
269
270 /* Name of package */
271 #define PACKAGE "gstreamer"
272
273 /* Define to the address where bug reports for this package should be sent. */
274 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
275
276 /* Define to the full name of this package. */
277 #define PACKAGE_NAME "GStreamer"
278
279 /* Define to the full name and version of this package. */
280 #define PACKAGE_STRING "GStreamer 0.10.22.2"
281
282 /* Define to the one symbol short name of this package. */
283 #define PACKAGE_TARNAME "gstreamer"
284
285 /* Define to the version of this package. */
286 #define PACKAGE_VERSION "0.10.22.2"
287
288 /* directory where plugins are located */
289 #ifdef _DEBUG
290 #  define PLUGINDIR PREFIX "\\debug\\lib\\gstreamer-0.10"
291 #else
292 #  define PLUGINDIR PREFIX "\\lib\\gstreamer-0.10"
293 #endif
294
295 /* Define to 1 if you have the ANSI C header files. */
296 #undef STDC_HEADERS
297
298 /* Define if we should use binary registry instead xml registry */
299 #define USE_BINARY_REGISTRY
300
301 /* Define if we should poison deallocated memory */
302 #undef USE_POISONING
303
304 /* Version number of package */
305 #define VERSION "0.10.22.2"
306
307 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
308    significant byte first (like Motorola and SPARC, unlike Intel). */
309 #if defined AC_APPLE_UNIVERSAL_BUILD
310 # if defined __BIG_ENDIAN__
311 #  define WORDS_BIGENDIAN 1
312 # endif
313 #else
314 # ifndef WORDS_BIGENDIAN
315 #  undef WORDS_BIGENDIAN
316 # endif
317 #endif
318
319 /* Number of bits in a file offset, on hosts where this is settable. */
320 #undef _FILE_OFFSET_BITS
321
322 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
323 #undef _LARGEFILE_SOURCE
324
325 /* Define for large files, on AIX-style hosts. */
326 #undef _LARGE_FILES
327
328 /* Define to `__inline__' or `__inline' if that's what the C compiler
329    calls it, or to nothing if 'inline' is not supported under any name.  */
330 #ifndef __cplusplus
331 #undef inline
332 #endif