gstreamer/win32/config.h
Steve Lhomme 5c22178afd compile and install the locales
Original commit message from CVS:
compile and install the locales
2004-08-11 19:50:41 +00:00

201 lines
4.8 KiB
C

/* config.h.in. Generated from configure.ac by autoheader. */
/* always defined to indicate that i18n is enabled */
/*#define ENABLE_NLS 1*/
#define ENABLE_NLS 1
/* gettext package name */
#define GETTEXT_PACKAGE "gstreamer-0.8"
/* Location of registry */
#define GST_CACHE_DIR "c:\\gstreamer"
/* macro to use to show function name */
/*#undef GST_FUNCTION*/
/* Default errorlevel to use */
#undef GST_LEVEL_DEFAULT
/* GStreamer license */
#define GST_LICENSE "LGPL"
/* Define the location where the catalogs will be installed */
#define LOCALEDIR GST_CACHE_DIR"\\locale"
/* package origin */
#define GST_ORIGIN "http://gstreamer.net"
/* package name in plugins */
#define GST_PACKAGE "GStreamer"
/* Define the version */
#define GST_VERSION "0.8.5"
/* Define the release version */
#define GST_VERSION_RELEASE "20040129_103536"
/* Define if atomic.h header file is available */
#undef HAVE_ATOMIC_H
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#undef HAVE_BIND_TEXTDOMAIN_CODESET
/* Define if the target CPU is an Alpha */
#undef HAVE_CPU_ALPHA
/* Define if the target CPU is an ARM */
#undef HAVE_CPU_ARM
/* Define if the target CPU is a HPPA */
#undef HAVE_CPU_HPPA
/* Define if the target CPU is an x86 */
#undef HAVE_CPU_I386
/* Define if the target CPU is a IA64 */
#undef HAVE_CPU_IA64
/* Define if the target CPU is a M68K */
#undef HAVE_CPU_M68K
/* Define if the target CPU is a MIPS */
#undef HAVE_CPU_MIPS
/* Define if the target CPU is a PowerPC */
#undef HAVE_CPU_PPC
/* Define if the target CPU is a S390 */
#undef HAVE_CPU_S390
/* Define if the target CPU is a SPARC */
#undef HAVE_CPU_SPARC
/* Define if the target CPU is a x86_64 */
#undef HAVE_CPU_X86_64
/* Define to 1 if you have the `dcgettext' function. */
#undef HAVE_DCGETTEXT
/* Defined if we have dladdr () */
#undef HAVE_DLADDR
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* defined if the compiler implements __func__ */
#undef HAVE_FUNC
/* defined if the compiler implements __FUNCTION__ */
//#undef HAVE_FUNCTION
/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define if your <locale.h> file defines LC_MESSAGES. */
#undef HAVE_LC_MESSAGES
/* Define if libmmx is available */
#undef HAVE_LIBMMX
/* Define if libxml2 is available */
//#undef HAVE_LIBXML2
#define HAVE_LIBXML2
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
/* defined if we have makecontext () */
#undef HAVE_MAKECONTEXT
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Defined if we have posix_memalign () */
#undef HAVE_POSIX_MEMALIGN
/* defined if the compiler implements __PRETTY_FUNCTION__ */
#undef HAVE_PRETTY_FUNCTION
/* Defined if libpthread has pthread_attr_setstack () */
#undef HAVE_PTHREAD_ATTR_SETSTACK
/* Define if RDTSC is available */
#undef HAVE_RDTSC
/* Defined if we have sigaction () */
#undef HAVE_SIGACTION
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* defined if we have ucontext.h */
#undef HAVE_UCONTEXT_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define the uninstalled plugin directory */
#undef PLUGINS_BUILDDIR
/* Define the plugin directory */
#define PLUGINS_DIR "c:\\gstreamer"
/* Define if plugins should be loaded from the build tree - only developers
should use this */
#undef PLUGINS_USE_BUILDDIR
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if we should use i586 optimized stack functions */
#undef USE_FAST_STACK_TRASH
/* Define if we should poison deallocated memory */
#undef USE_POISONING
/* Version number of package */
#define VERSION "0.8.5.0"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
#define WORDS_BIGENDIAN 0
#define GST_MAJORMINOR "0.8"