Release 1.5.91
[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 /* poll doesn't work on devices */
10 #undef BROKEN_POLL
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 /* Subunit protocol result output */
17 #undef ENABLE_SUBUNIT
18
19 /* gettext package name */
20 #define GETTEXT_PACKAGE "gstreamer-1.0"
21
22 /* The GIO library directory. */
23 #undef GIO_LIBDIR
24
25 /* The GIO modules directory. */
26 #undef GIO_MODULE_DIR
27
28 /* The GIO install prefix. */
29 #undef GIO_PREFIX
30
31 /* GStreamer API Version */
32 #define GST_API_VERSION "1.0"
33
34 /* data dir */
35 #define GST_DATADIR PREFIX "\\share"
36
37 /* Define if option parsing is disabled */
38 #undef GST_DISABLE_OPTION_PARSING
39
40 /* Define if pipeline parsing code is disabled */
41 #undef GST_DISABLE_PARSE
42
43 /* Extra platform specific plugin suffix */
44 #undef GST_EXTRA_MODULE_SUFFIX
45
46 /* macro to use to show function name */
47 #undef GST_FUNCTION
48
49 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
50 #undef GST_GCOV_ENABLED
51
52 /* Defined when registry scanning through fork is unsafe */
53 #undef GST_HAVE_UNSAFE_FORK
54
55 /* Default errorlevel to use */
56 #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
57
58 /* GStreamer license */
59 #define GST_LICENSE "LGPL"
60
61 /* package name in plugins */
62 #define GST_PACKAGE_NAME "GStreamer source release"
63
64 /* package origin */
65 #define GST_PACKAGE_ORIGIN "Unknown package origin"
66
67 /* GStreamer package release date/time for plugins as YYYY-MM-DD */
68 #define GST_PACKAGE_RELEASE_DATETIME "2015-09-18"
69
70 /* Define if static plugins should be built */
71 #undef GST_PLUGIN_BUILD_STATIC
72
73 /* location of the installed gst-plugin-scanner */
74 #define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner"
75
76 /* location of the installed gst-ptp-helper */
77 #undef GST_PTP_HELPER_INSTALLED
78
79 /* Define to 1 if you have the `alarm' function. */
80 #undef HAVE_ALARM
81
82 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
83    CoreFoundation framework. */
84 #undef HAVE_CFLOCALECOPYCURRENT
85
86 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
87    the CoreFoundation framework. */
88 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
89
90 /* Define to 1 if you have the `clock_gettime' function. */
91 #undef HAVE_CLOCK_GETTIME
92
93 /* Define if the target CPU is AARCH64 */
94 #undef HAVE_CPU_AARCH64
95
96 /* Define if the target CPU is an Alpha */
97 #undef HAVE_CPU_ALPHA
98
99 /* Define if the target CPU is an ARC */
100 #undef HAVE_CPU_ARC
101
102 /* Define if the target CPU is an ARM */
103 #undef HAVE_CPU_ARM
104
105 /* Define if the target CPU is a CRIS */
106 #undef HAVE_CPU_CRIS
107
108 /* Define if the target CPU is a CRISv32 */
109 #undef HAVE_CPU_CRISV32
110
111 /* Define if the target CPU is a HPPA */
112 #undef HAVE_CPU_HPPA
113
114 /* Define if the target CPU is an x86 */
115 #define HAVE_CPU_I386 1
116
117 /* Define if the target CPU is a IA64 */
118 #undef HAVE_CPU_IA64
119
120 /* Define if the target CPU is a M68K */
121 #undef HAVE_CPU_M68K
122
123 /* Define if the target CPU is a MIPS */
124 #undef HAVE_CPU_MIPS
125
126 /* Define if the target CPU is a PowerPC */
127 #undef HAVE_CPU_PPC
128
129 /* Define if the target CPU is a 64 bit PowerPC */
130 #undef HAVE_CPU_PPC64
131
132 /* Define if the target CPU is a S390 */
133 #undef HAVE_CPU_S390
134
135 /* Define if the target CPU is a SPARC */
136 #undef HAVE_CPU_SPARC
137
138 /* Define if the target CPU is a x86_64 */
139 #undef HAVE_CPU_X86_64
140
141 /* Define if the GNU dcgettext() function is already present or preinstalled.
142    */
143 #undef HAVE_DCGETTEXT
144
145 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
146    */
147 #undef HAVE_DECL_ALARM
148
149 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
150    don't. */
151 #undef HAVE_DECL_LOCALTIME_R
152
153 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
154    */
155 #undef HAVE_DECL_STRDUP
156
157 /* Define to 1 if you have the declaration of `strsignal', and to 0 if you
158    don't. */
159 #undef HAVE_DECL_STRSIGNAL
160
161 /* Defined if we have dladdr () */
162 #undef HAVE_DLADDR
163
164 /* Define to 1 if you have the <dlfcn.h> header file. */
165 #undef HAVE_DLFCN_H
166
167 /* Define to 1 if you have the `fgetpos' function. */
168 #define HAVE_FGETPOS 1
169
170 /* Define to 1 if you have the `fork' function. */
171 #undef HAVE_FORK
172
173 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
174 #undef HAVE_FSEEKO
175
176 /* Define to 1 if you have the `fsetpos' function. */
177 #define HAVE_FSETPOS 1
178
179 /* Define to 1 if you have the `ftello' function. */
180 #undef HAVE_FTELLO
181
182 /* defined if the compiler implements __func__ */
183 #undef HAVE_FUNC
184
185 /* defined if the compiler implements __FUNCTION__ */
186 #undef HAVE_FUNCTION
187
188 /* getifaddrs() and AF_LINK is available */
189 #undef HAVE_GETIFADDRS_AF_LINK
190
191 /* Define to 1 if you have the `getpagesize' function. */
192 #undef HAVE_GETPAGESIZE
193
194 /* Define to 1 if you have the `getpid' function. */
195 #undef HAVE_GETPID
196
197 /* Define if the GNU gettext() function is already present or preinstalled. */
198 #undef HAVE_GETTEXT
199
200 /* Have GMP library */
201 #undef HAVE_GMP
202
203 /* Define to 1 if you have the `gmtime_r' function. */
204 #undef HAVE_GMTIME_R
205
206 /* Have GSL library */
207 #undef HAVE_GSL
208
209 /* Define if you have the iconv() function and it works. */
210 #undef HAVE_ICONV
211
212 /* Define to 1 if the system has the type `intmax_t'. */
213 #undef HAVE_INTMAX_T
214
215 /* Define to 1 if you have the <inttypes.h> header file. */
216 #undef HAVE_INTTYPES_H
217
218 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
219    declares uintmax_t. */
220 #undef HAVE_INTTYPES_H_WITH_UINTMAX
221
222 /* Define to 1 if you have the `rt' library (-lrt). */
223 #undef HAVE_LIBRT
224
225 /* Define to 1 if you have the `localtime_r' function. */
226 #undef HAVE_LOCALTIME_R
227
228 /* Define to 1 if the system has the type long long */
229 #undef HAVE_LONG_LONG
230
231 /* Define to 1 if the system has the type `long long int'. */
232 #undef HAVE_LONG_LONG_INT
233
234 /* Define to 1 if you have the <memory.h> header file. */
235 #undef HAVE_MEMORY_H
236
237 /* Define to 1 if you have the `mkstemp' function. */
238 #undef HAVE_MKSTEMP
239
240 /* Define to 1 if you have a working `mmap' system call. */
241 #undef HAVE_MMAP
242
243 /* Have a monotonic clock */
244 #undef HAVE_MONOTONIC_CLOCK
245
246 /* Defined if compiling for OSX */
247 #undef HAVE_OSX
248
249 /* Define to 1 if you have the `poll' function. */
250 #undef HAVE_POLL
251
252 /* Define to 1 if you have the <poll.h> header file. */
253 #undef HAVE_POLL_H
254
255 /* Define to 1 if you have the `posix_memalign' function. */
256 #undef HAVE_POSIX_MEMALIGN
257
258 /* Have posix timers */
259 #undef HAVE_POSIX_TIMERS
260
261 /* Define to 1 if you have the `ppoll' function. */
262 #undef HAVE_PPOLL
263
264 /* defined if the compiler implements __PRETTY_FUNCTION__ */
265 #undef HAVE_PRETTY_FUNCTION
266
267 /* Define to 1 if you have the <process.h> header file. */
268 #define HAVE_PROCESS_H 1
269
270 /* Define to 1 if you have the `pselect' function. */
271 #undef HAVE_PSELECT
272
273 /* Define if you have POSIX threads libraries and header files. */
274 #undef HAVE_PTHREAD
275
276 /* Have PTHREAD_PRIO_INHERIT. */
277 #undef HAVE_PTHREAD_PRIO_INHERIT
278
279 /* Have function pthread_setname_np(const char*) */
280 #undef HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID
281
282 /* PTP support available */
283 #undef HAVE_PTP
284
285 /* Use capabilities for permissions in PTP helper */
286 #undef HAVE_PTP_HELPER_CAPABILITIES
287
288 /* Use setuid-root for permissions in PTP helper */
289 #undef HAVE_PTP_HELPER_SETUID
290
291 /* PTP helper setuid group */
292 #undef HAVE_PTP_HELPER_SETUID_GROUP
293
294 /* PTP helper setuid user */
295 #undef HAVE_PTP_HELPER_SETUID_USER
296
297 /* Define to 1 if the system has the type `ptrdiff_t'. */
298 #undef HAVE_PTRDIFF_T
299
300 /* Define if RDTSC is available */
301 #undef HAVE_RDTSC
302
303 /* Define to 1 if you have the `setitimer' function. */
304 #undef HAVE_SETITIMER
305
306 /* Define to 1 if you have the `sigaction' function. */
307 #undef HAVE_SIGACTION
308
309 /* SIOCGIFCONF, SIOCGIFFLAGS and SIOCGIFHWADDR is available */
310 #undef HAVE_SIOCGIFCONF_SIOCGIFFLAGS_SIOCGIFHWADDR
311
312 /* Define to 1 if you have the <stdint.h> header file. */
313 #undef HAVE_STDINT_H
314
315 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
316    uintmax_t. */
317 #undef HAVE_STDINT_H_WITH_UINTMAX
318
319 /* Define to 1 if you have the <stdio_ext.h> header file. */
320 #undef HAVE_STDIO_EXT_H
321
322 /* Define to 1 if you have the <stdlib.h> header file. */
323 #define HAVE_STDLIB_H 1
324
325 /* Define to 1 if you have the `strcasestr' function. */
326 #undef HAVE_STRCASESTR
327
328 /* Define to 1 if you have the <strings.h> header file. */
329 #undef HAVE_STRINGS_H
330
331 /* Define to 1 if you have the <string.h> header file. */
332 #define HAVE_STRING_H 1
333
334 /* Define to 1 if you have the `strsignal' function. */
335 #undef HAVE_STRSIGNAL
336
337 /* Define to 1 if `it_interval' is a member of `struct itimerspec'. */
338 #undef HAVE_STRUCT_ITIMERSPEC_IT_INTERVAL
339
340 /* Define to 1 if `it_value' is a member of `struct itimerspec'. */
341 #undef HAVE_STRUCT_ITIMERSPEC_IT_VALUE
342
343 /* Define to 1 if `tv_nsec' is a member of `struct timespec'. */
344 #undef HAVE_STRUCT_TIMESPEC_TV_NSEC
345
346 /* Define to 1 if `tv_sec' is a member of `struct timespec'. */
347 #undef HAVE_STRUCT_TIMESPEC_TV_SEC
348
349 /* Define to 1 if you have the <sys/param.h> header file. */
350 #undef HAVE_SYS_PARAM_H
351
352 /* Define to 1 if you have the <sys/poll.h> header file. */
353 #undef HAVE_SYS_POLL_H
354
355 /* Define to 1 if you have the <sys/prctl.h> header file. */
356 #undef HAVE_SYS_PRCTL_H
357
358 /* Define to 1 if you have the <sys/socket.h> header file. */
359 #undef HAVE_SYS_SOCKET_H
360
361 /* Define to 1 if you have the <sys/stat.h> header file. */
362 #define HAVE_SYS_STAT_H 1
363
364 /* Define to 1 if you have the <sys/times.h> header file. */
365 #undef HAVE_SYS_TIMES_H
366
367 /* Define to 1 if you have the <sys/time.h> header file. */
368 #undef HAVE_SYS_TIME_H
369
370 /* Define to 1 if you have the <sys/types.h> header file. */
371 #define HAVE_SYS_TYPES_H 1
372
373 /* Define to 1 if you have the <sys/uio.h> header file. */
374 #undef HAVE_SYS_UIO_H
375
376 /* Define to 1 if you have the <sys/utsname.h> header file. */
377 #undef HAVE_SYS_UTSNAME_H
378
379 /* Define to 1 if you have the <sys/wait.h> header file. */
380 #undef HAVE_SYS_WAIT_H
381
382 /* Define to 1 if you have the <time.h> header file. */
383 #undef HAVE_TIME_H
384
385 /* Have tm_gmtoff field in struct tm */
386 #undef HAVE_TM_GMTOFF
387
388 /* Define to 1 if you have the <ucontext.h> header file. */
389 #undef HAVE_UCONTEXT_H
390
391 /* Have __uint128_t type */
392 #undef HAVE_UINT128_T
393
394 /* defined if unaligned memory access works correctly */
395 #undef HAVE_UNALIGNED_ACCESS
396
397 /* Define to 1 if you have the <unistd.h> header file. */
398 #undef HAVE_UNISTD_H
399
400 /* Define to 1 if the system has the type `unsigned long long int'. */
401 #undef HAVE_UNSIGNED_LONG_LONG_INT
402
403 /* Define if valgrind should be used */
404 #undef HAVE_VALGRIND
405
406 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
407 #undef HAVE_VALGRIND_VALGRIND_H
408
409 /* Defined if compiling for Windows */
410 #define HAVE_WIN32 1
411
412 /* Define to 1 if you have the <winsock2.h> header file. */
413 #define HAVE_WINSOCK2_H 1
414
415 /* Define to 1 if you have the `_getpid' function. */
416 #undef HAVE__GETPID
417
418 /* Define to 1 if you have the `_strdup' function. */
419 #undef HAVE__STRDUP
420
421 /* the host CPU */
422 #define HOST_CPU "i686"
423
424 /* library dir */
425 #ifdef _DEBUG
426 #  define LIBDIR PREFIX "\\debug\\lib"
427 #else
428 #  define LIBDIR PREFIX "\\lib"
429 #endif
430
431 /* gettext locale dir */
432 #define LOCALEDIR PREFIX "\\share\\locale"
433
434 /* Define to the sub-directory in which libtool stores uninstalled libraries.
435    */
436 #undef LT_OBJDIR
437
438 /* Memory alignment to use */
439 #undef MEMORY_ALIGNMENT
440
441 /* Memory alignment by malloc default */
442 #define MEMORY_ALIGNMENT_MALLOC 1
443
444 /* Memory alignment by pagesize */
445 #undef MEMORY_ALIGNMENT_PAGESIZE
446
447 /* Name of package */
448 #define PACKAGE "gstreamer"
449
450 /* Define to the address where bug reports for this package should be sent. */
451 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
452
453 /* Define to the full name of this package. */
454 #define PACKAGE_NAME "GStreamer"
455
456 /* Define to the full name and version of this package. */
457 #define PACKAGE_STRING "GStreamer 1.5.91"
458
459 /* Define to the one symbol short name of this package. */
460 #define PACKAGE_TARNAME "gstreamer"
461
462 /* Define to the home page for this package. */
463 #undef PACKAGE_URL
464
465 /* Define to the version of this package. */
466 #define PACKAGE_VERSION "1.5.91"
467
468 /* directory where plugins are located */
469 #ifdef _DEBUG
470 #  define PLUGINDIR PREFIX "\\debug\\lib\\gstreamer-1.0"
471 #else
472 #  define PLUGINDIR PREFIX "\\lib\\gstreamer-1.0"
473 #endif
474
475 /* Define to necessary symbol if this constant uses a non-standard name on
476    your system. */
477 #undef PTHREAD_CREATE_JOINABLE
478
479 /* The size of `char', as computed by sizeof. */
480 #undef SIZEOF_CHAR
481
482 /* The size of `int', as computed by sizeof. */
483 #undef SIZEOF_INT
484
485 /* The size of `long', as computed by sizeof. */
486 #undef SIZEOF_LONG
487
488 /* The size of `short', as computed by sizeof. */
489 #undef SIZEOF_SHORT
490
491 /* The size of `void*', as computed by sizeof. */
492 #undef SIZEOF_VOIDP
493
494 /* Define to 1 if you have the ANSI C header files. */
495 #undef STDC_HEADERS
496
497 /* Need to define the itimerspec structure */
498 #undef STRUCT_ITIMERSPEC_DEFINITION_MISSING
499
500 /* Need to define the timespec structure */
501 #undef STRUCT_TIMESPEC_DEFINITION_MISSING
502
503 /* the target CPU */
504 #undef TARGET_CPU
505
506 /* Define if we should poison deallocated memory */
507 #undef USE_POISONING
508
509 /* Version number of package */
510 #define VERSION "1.5.91"
511
512 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
513    significant byte first (like Motorola and SPARC, unlike Intel). */
514 #if defined AC_APPLE_UNIVERSAL_BUILD
515 # if defined __BIG_ENDIAN__
516 #  define WORDS_BIGENDIAN 1
517 # endif
518 #else
519 # ifndef WORDS_BIGENDIAN
520 #  undef WORDS_BIGENDIAN
521 # endif
522 #endif
523
524 /* Enable large inode numbers on Mac OS X 10.5.  */
525 #ifndef _DARWIN_USE_64_BIT_INODE
526 # define _DARWIN_USE_64_BIT_INODE 1
527 #endif
528
529 /* Number of bits in a file offset, on hosts where this is settable. */
530 #undef _FILE_OFFSET_BITS
531
532 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
533 #undef _LARGEFILE_SOURCE
534
535 /* Define for large files, on AIX-style hosts. */
536 #undef _LARGE_FILES
537
538 /* We need at least WinXP SP2 for __stat64 */
539 #undef __MSVCRT_VERSION__
540
541 /* clockid_t */
542 #undef clockid_t
543
544 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
545    not define. */
546 #undef intmax_t
547
548 /* Define to `unsigned int' if <sys/types.h> does not define. */
549 #undef size_t
550
551 /* timer_t */
552 #undef timer_t