From: Jan Schmidt Date: Fri, 30 Jan 2009 14:56:08 +0000 (+0000) Subject: Update the win32 config.h.in template from the main config.h.in X-Git-Tag: RELEASE-0.10.23~214 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23ea96655c3d82c9f542d45965b111e6e75c92c8;p=platform%2Fupstream%2Fgstreamer.git Update the win32 config.h.in template from the main config.h.in --- diff --git a/win32/common/config.h.in b/win32/common/config.h.in index ebc4267..151fcfe 100644 --- a/win32/common/config.h.in +++ b/win32/common/config.h.in @@ -1,4 +1,4 @@ -/* config.h.in. Generated from configure.ac by autoheader. */ +/* config.h.in. Originally generated from configure.ac by autoheader. */ /* This copy of config.h.in is specifically for win32 Visual Studio builds */ /* Define to 1 if translation of program messages to the user's native @@ -17,12 +17,19 @@ /* Location of registry */ #define GST_CACHE_DIR PREFIX "\\var\\cache" + /* Define if pipeline parsing code is disabled */ /* #undef GST_DISABLE_PARSE */ /* Defined if gcov is enabled to force a rebuild due to config.h changing */ /* #undef GST_GCOV_ENABLED */ +/* Extra platform specific plugin suffix */ +/* #undef GST_EXTRA_MODULE_SUFFIX */ + +/* macro to use to show function name */ +/* #undef GST_FUNCTION */ + /* Default errorlevel to use */ #define GST_LEVEL_DEFAULT @GST_LEVEL_DEFAULT@ @@ -44,6 +51,12 @@ /* Define if the host CPU is an ARM */ #undef HAVE_CPU_ARM +/* 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 @@ -62,6 +75,9 @@ /* 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 @@ -84,9 +100,6 @@ /* Define to 1 if you have the `fgetpos' function. */ #define HAVE_FGETPOS 1 -/* Define to 1 if you have the `fork' function. */ -#undef HAVE_FORK - /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ #undef HAVE_FSEEKO @@ -114,6 +127,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* 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 */ #define HAVE_LIBXML2 1 @@ -123,6 +145,18 @@ /* Define to 1 if you have a working `mmap' system call. */ #undef HAVE_MMAP +/* Have a monotonic clock */ +#undef HAVE_MONOTONIC_CLOCK + +/* Define to 1 if you have the `poll' function. */ +#undef HAVE_POLL + +/* Have posix timers */ +#undef HAVE_POSIX_TIMERS + +/* Define to 1 if you have the `ppoll' function. */ +#undef HAVE_PPOLL + /* defined if the compiler implements __PRETTY_FUNCTION__ */ #undef HAVE_PRETTY_FUNCTION @@ -132,6 +166,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_PROCESS_H 1 +/* Define to 1 if you have the `pselect' function. */ +#undef HAVE_PSELECT + /* Define if RDTSC is available */ #undef HAVE_RDTSC @@ -141,6 +178,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_STDIO_EXT_H + /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 @@ -156,9 +196,15 @@ /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIMES_H + /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_UTSNAME_H + /* Define to 1 if you have the header file. */ #undef HAVE_UCONTEXT_H @@ -171,9 +217,15 @@ /* Define if valgrind should be used */ #undef HAVE_VALGRIND +/* Define to 1 if you have the header file. */ +#undef HAVE_VALGRIND_VALGRIND_H + /* Defined if compiling for Windows */ #define HAVE_WIN32 1 +/* Define to 1 if you have the header file. */ +#define HAVE_WINSOCK2_H 1 + /* Define host CPU */ #define HOST_CPU "i686" @@ -215,6 +267,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define if we should use binary registry instead xml registry */ +#define USE_BINARY_REGISTRY + /* Define if we should poison deallocated memory */ #undef USE_POISONING