gstreamer_core/config.h
changeset 2 5505e8908944
child 8 4a7fac7dd34a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gstreamer_core/config.h	Fri Jan 22 09:59:59 2010 +0200
@@ -0,0 +1,334 @@
+/* config.h.  Generated from config.h.in by configure.  */
+/* config.h.in.  Generated from configure.ac by autoheader.  */
+
+/* Define to 1 if translation of program messages to the user's native
+   language is requested. */
+	 #undef ENABLE_NLS 
+
+/* gettext package name */
+#define GETTEXT_PACKAGE "gstreamer-0.10"
+
+/* Define if pipeline parsing code is disabled */
+//#define GST_DISABLE_PARSE 1 
+
+/* macro to use to show function name */
+#define GST_FUNCTION __PRETTY_FUNCTION__
+
+/* Defined if gcov is enabled to force a rebuild due to config.h changing */
+/* #undef GST_GCOV_ENABLED */
+
+/* Default errorlevel to use */
+#ifdef DEBUG_ENABLE
+#define GST_LEVEL_DEFAULT GST_LEVEL_DEBUG
+#else
+#define GST_LEVEL_DEFAULT GST_LEVEL_NONE
+#endif
+
+/* GStreamer license */
+#define GST_LICENSE "LGPL"
+
+/* library major.minor version */
+#define GST_MAJORMINOR "0.10"
+
+/* package name in plugins */
+#define GST_PACKAGE_NAME "GStreamer source release"
+
+/* package origin */
+#define GST_PACKAGE_ORIGIN "Unknown package origin"
+
+/* Define to 1 if you have the `clock_gettime' function. */
+#define HAVE_CLOCK_GETTIME 1
+
+/* Define if the host CPU is an Alpha */
+/* #undef HAVE_CPU_ALPHA */
+
+/* Define if the host CPU is an ARM */
+#ifdef __SYMBIAN32__
+#define HAVE_CPU_ARM 
+#endif
+
+/* #undef HAVE_CPU_ALPHA */
+
+/* Define if the host CPU is a CRIS */
+/* #undef HAVE_CPU_CRIS */
+
+/* Define if the host CPU is a CRISv32 */
+/* #undef HAVE_CPU_CRISV32 */
+
+/* Define if the host CPU is a HPPA */
+/* #undef HAVE_CPU_HPPA */
+
+/* Define if the host CPU is an x86 */
+/* #define HAVE_CPU_I386 1*/
+
+/* Define if the host CPU is a IA64 */
+/* #undef HAVE_CPU_IA64 */
+
+/* Define if the host CPU is a M68K */
+/* #undef HAVE_CPU_M68K */
+
+/* Define if the host CPU is a MIPS */
+/* #undef HAVE_CPU_MIPS */
+
+/* Define if the host CPU is a PowerPC */
+/* #undef HAVE_CPU_PPC */
+
+/* Define if the host CPU is a 64 bit PowerPC */
+/* #undef HAVE_CPU_PPC64 */
+
+/* Define if the host CPU is a S390 */
+/* #undef HAVE_CPU_S390 */
+
+/* Define if the host CPU is a SPARC */
+/* #undef HAVE_CPU_SPARC */
+
+/* Define if the host CPU is a x86_64 */
+/* #undef HAVE_CPU_X86_64 */
+
+/* Define if the GNU dcgettext() function is already present or preinstalled.
+   */
+#define HAVE_DCGETTEXT 1
+
+/* Defined if we have dladdr () */
+#ifdef __SYMBIAN32__
+#undef HAVE_DLADDR
+#else
+#define HAVE_DLADDR 1
+#endif
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#define HAVE_DLFCN_H 1
+
+/* Define to 1 if you have the `fgetpos' function. */
+#define HAVE_FGETPOS 1
+
+/* Define to 1 if you have the `fork' function. */
+#ifdef __SYMBIAN32__
+#undef HAVE_FORK
+#else
+#define HAVE_FORK 1
+#endif
+
+/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
+#ifndef __SYMBIAN32__
+#define HAVE_FSEEKO 1
+#endif
+
+/* Define to 1 if you have the `fsetpos' function. */
+#define HAVE_FSETPOS 1
+
+/* Define to 1 if you have the `ftello' function. */
+#ifndef __SYMBIAN32__
+#define HAVE_FTELLO 1
+#endif
+/* defined if the compiler implements __func__ */
+#define HAVE_FUNC 1
+
+/* defined if the compiler implements __FUNCTION__ */
+#define HAVE_FUNCTION 1
+
+/* Define to 1 if you have the `getpagesize' function. */
+#define HAVE_GETPAGESIZE 1
+
+/* Define if the GNU gettext() function is already present or preinstalled. */
+#ifndef __SYMBIAN32__
+#define HAVE_GETTEXT 1
+#endif
+
+/* Define if you have the iconv() function. */
+/* #undef HAVE_ICONV */
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#define HAVE_INTTYPES_H 1
+
+/* Define to 1 if you have the `nsl' library (-lnsl). */
+/* #undef HAVE_LIBNSL */
+
+/* Define to 1 if you have the `resolv' library (-lresolv). */
+/* #undef HAVE_LIBRESOLV */
+
+/* Define to 1 if you have the `socket' library (-lsocket). */
+/* #undef HAVE_LIBSOCKET */
+
+/* Define if libxml2 is available */
+/* #undef HAVE_LIBXML2 */
+
+/* Define to 1 if you have the <memory.h> header file. */
+#define HAVE_MEMORY_H 1
+
+/* Define to 1 if you have a working `mmap' system call. */
+#define HAVE_MMAP 1
+
+/* Have a monotonic clock */
+#define HAVE_MONOTONIC_CLOCK 1
+
+/* Define to 1 if you have the `poll' function. */
+#ifndef __SYMBIAN32__
+#define HAVE_POLL 1
+#endif
+
+/* Have posix timers */
+#define HAVE_POSIX_TIMERS 1
+
+/* Define to 1 if you have the `ppoll' function. */
+#ifndef __SYMBIAN32__
+#define HAVE_PPOLL 1
+#endif
+
+/* defined if the compiler implements __PRETTY_FUNCTION__ */
+#define HAVE_PRETTY_FUNCTION 1
+
+/* Defined if we have register_printf_function () */
+#ifndef __SYMBIAN32__
+#define HAVE_PRINTF_EXTENSION 1
+#endif
+
+/* Define to 1 if you have the <process.h> header file. */
+/* #undef HAVE_PROCESS_H */
+
+/* Define to 1 if you have the `pselect' function. */
+#ifndef __SYMBIAN32__
+#define HAVE_PSELECT 1
+#endif
+
+/* Define if RDTSC is available */
+#ifndef __SYMBIAN32__
+#define HAVE_RDTSC 1
+#endif
+
+/* Define to 1 if you have the `sigaction' function. */
+#define HAVE_SIGACTION 1
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#define HAVE_STDINT_H 1
+
+/* Define to 1 if you have the <stdio_ext.h> header file. */
+#ifndef __SYMBIAN32__
+#define HAVE_STDIO_EXT_H 1
+#endif
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#define HAVE_STRINGS_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to 1 if you have the <sys/socket.h> header file. */
+#define HAVE_SYS_SOCKET_H 1
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/times.h> header file. */
+#define HAVE_SYS_TIMES_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have the <sys/utsname.h> header file. */
+#define HAVE_SYS_UTSNAME_H 1
+
+/* Define to 1 if you have the <ucontext.h> header file. */
+#define HAVE_UCONTEXT_H 1
+
+/* defined if unaligned memory access works correctly */
+#define HAVE_UNALIGNED_ACCESS 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#define HAVE_UNISTD_H 1
+
+/* Define if valgrind should be used */
+#ifndef __SYMBIAN32__
+#define HAVE_VALGRIND 1
+#endif
+
+/* Defined if compiling for Windows */
+/* #undef HAVE_WIN32 */
+
+/* the host CPU */
+#define HOST_CPU "i686"
+
+/* library dir */
+#define LIBDIR "/usr/local/lib"
+
+/* gettext locale dir */
+#define LOCALEDIR "/usr/local/share/locale"
+
+/* Define if you have no native inet_aton() function. */
+/* #undef NO_INET_ATON */
+
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
+/* #undef NO_MINUS_C_MINUS_O */
+
+/* Name of package */
+#define PACKAGE "gstreamer"
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "GStreamer"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "GStreamer 0.10.19"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "gstreamer"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "0.10.19"
+
+#define PLUGIN_LIST "c:\\gstreamer\\plugins_list"
+#define PLUGIN_LIST_IN_ROM "z:\\gstreamer\\plugins_list"
+#define GSTREAMER_REGISTERY_PATH "c:\\gstreamer"
+#define GSTREAMER_REGISTERY_PATH_IN_ROM "z:\\gstreamer"
+
+#define GST_REGISTRY_GENERATOR "GSTRegistryGenerator.exe"
+/* directory where plugins are located */
+#ifdef __SYMBIAN32__
+#if defined(__WINSCW__) || defined(__WINS__)
+#define PLUGINDIR "z:\\sys\\bin\\plugins"
+#else 
+#ifdef FF_GSTREAMER
+#define PLUGINDIR "z:\\sys\\bin\\plugins"
+#else
+#define PLUGINDIR "c:\\sys\\bin"
+#endif
+#endif
+#else
+/* directory where plugins are located */
+#define PLUGINDIR "/home/datha/gstreamer-0.10.8/lib/gstreamer-0.10"
+#endif
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
+
+/* Define if we should use binary registry instead xml registry */
+#define USE_BINARY_REGISTRY 1
+
+/* Define if we should poison deallocated memory */
+/* #undef USE_POISONING */
+
+/* Version number of package */
+#define VERSION "0.10.19"
+
+/* Define to 1 if your processor stores words with the most significant byte
+   first (like Motorola and SPARC, unlike Intel and VAX). */
+/* #undef WORDS_BIGENDIAN */
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+#define _FILE_OFFSET_BITS 64
+
+/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
+/* #undef _LARGEFILE_SOURCE */
+
+/* Define for large files, on AIX-style hosts. */
+/* #undef _LARGE_FILES */
+
+/* Define to `__inline__' or `__inline' if that's what the C compiler
+   calls it, or to nothing if 'inline' is not supported under any name.  */
+#ifndef __cplusplus
+/* #undef inline */
+#endif