]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/blob - win32/common/config.h
win32/common/config.h: Pretty sure Bill never made a powerpc version. Powerpc hacker...
[glsdk/gstreamer0-10.git] / win32 / common / config.h
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2 /* This copy of config.h.in is specifically for win32 Visual Studio builds */
4 /* Define to 1 if translation of program messages to the user's native
5    language is requested. */
6 #undef ENABLE_NLS
8 /* gettext package name */
9 #define GETTEXT_PACKAGE "gstreamer-0.10"
11 /* PREFIX - specifically added for Windows for easier moving */
12 #define PREFIX "C:\\gstreamer"
14 /* Location of registry */
15 #define GST_CACHE_DIR PREFIX "\\var\\cache"
17 /* Define if pipeline parsing code is disabled */
18 /* #undef GST_DISABLE_PARSE */
20 /* macro to use to show function name */
21 #define GST_FUNCTION "(function)"
23 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
24 /* #undef GST_GCOV_ENABLED */
26 /* Default errorlevel to use */
27 #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
29 /* GStreamer license */
30 #define GST_LICENSE "LGPL"
32 /* library major.minor version */
33 #define GST_MAJORMINOR "0.10"
35 /* package name in plugins */
36 #define GST_PACKAGE_NAME "GStreamer CVS/prerelease"
38 /* package origin */
39 #define GST_PACKAGE_ORIGIN "Unknown package origin"
41 /* Define if the host CPU is an Alpha */
42 #undef HAVE_CPU_ALPHA
44 /* Define if the host CPU is an ARM */
45 #undef HAVE_CPU_ARM
47 /* Define if the host CPU is a HPPA */
48 #undef HAVE_CPU_HPPA
50 /* Define if the host CPU is an x86 */
51 #undef HAVE_CPU_I386
53 /* Define if the host CPU is a IA64 */
54 #undef HAVE_CPU_IA64
56 /* Define if the host CPU is a M68K */
57 #undef HAVE_CPU_M68K
59 /* Define if the host CPU is a MIPS */
60 #undef HAVE_CPU_MIPS
62 /* Define if the host CPU is a PowerPC */
63 #undef HAVE_CPU_PPC
65 /* Define if the host CPU is a S390 */
66 #undef HAVE_CPU_S390
68 /* Define if the host CPU is a SPARC */
69 #undef HAVE_CPU_SPARC
71 /* Define if the host CPU is a x86_64 */
72 #undef HAVE_CPU_X86_64
74 /* Define if the GNU dcgettext() function is already present or preinstalled.
75    */
76 #undef HAVE_DCGETTEXT
78 /* Defined if we have dladdr () */
79 #undef HAVE_DLADDR
81 /* Define to 1 if you have the <dlfcn.h> header file. */
82 #undef HAVE_DLFCN_H
84 /* Define to 1 if you have the `fgetpos' function. */
85 #define HAVE_FGETPOS 1
87 /* Define to 1 if you have the `fork' function. */
88 #undef HAVE_FORK
90 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
91 #undef HAVE_FSEEKO
93 /* Define to 1 if you have the `fsetpos' function. */
94 #define HAVE_FSETPOS 1
96 /* Define to 1 if you have the `ftello' function. */
97 #undef HAVE_FTELLO
99 /* defined if the compiler implements __func__ */
100 #undef HAVE_FUNC
102 /* defined if the compiler implements __FUNCTION__ */
103 #undef HAVE_FUNCTION
105 /* Define to 1 if you have the `getpagesize' function. */
106 #undef HAVE_GETPAGESIZE
108 /* Define if the GNU gettext() function is already present or preinstalled. */
109 #undef HAVE_GETTEXT
111 /* Define if you have the iconv() function. */
112 #undef HAVE_ICONV
114 /* Define to 1 if you have the <inttypes.h> header file. */
115 #undef HAVE_INTTYPES_H
117 /* Define if libxml2 is available */
118 #define HAVE_LIBXML2 1
120 /* Define to 1 if you have the <memory.h> header file. */
121 #undef HAVE_MEMORY_H
123 /* Define to 1 if you have a working `mmap' system call. */
124 #undef HAVE_MMAP
126 /* defined if the compiler implements __PRETTY_FUNCTION__ */
127 #undef HAVE_PRETTY_FUNCTION
129 /* Defined if we have register_printf_function () */
130 #undef HAVE_PRINTF_EXTENSION
132 /* Define to 1 if you have the <process.h> header file. */
133 #define HAVE_PROCESS_H 1
135 /* Define if RDTSC is available */
136 #undef HAVE_RDTSC
138 /* Define to 1 if you have the `sigaction' function. */
139 #undef HAVE_SIGACTION
141 /* Define to 1 if you have the <stdint.h> header file. */
142 #undef HAVE_STDINT_H
144 /* Define to 1 if you have the <stdlib.h> header file. */
145 #define HAVE_STDLIB_H 1
147 /* Define to 1 if you have the <strings.h> header file. */
148 #undef HAVE_STRINGS_H
150 /* Define to 1 if you have the <string.h> header file. */
151 #define HAVE_STRING_H 1
153 /* Define to 1 if you have the <sys/socket.h> header file. */
154 #undef HAVE_SYS_SOCKET_H
156 /* Define to 1 if you have the <sys/stat.h> header file. */
157 #define HAVE_SYS_STAT_H 1
159 /* Define to 1 if you have the <sys/types.h> header file. */
160 #define HAVE_SYS_TYPES_H 1
162 /* Define to 1 if you have the <ucontext.h> header file. */
163 #undef HAVE_UCONTEXT_H
165 /* defined if unaligned memory access works correctly */
166 #undef HAVE_UNALIGNED_ACCESS
168 /* Define to 1 if you have the <unistd.h> header file. */
169 #undef HAVE_UNISTD_H
171 /* Define if valgrind should be used */
172 #undef HAVE_VALGRIND
174 /* Defined if compiling for Windows */
175 #define HAVE_WIN32 1
177 /* Define host CPU */
178 #define HOST_CPU "i386"
180 /* library dir */
181 #ifdef _DEBUG
182 #  define LIBDIR PREFIX "\\debug\\lib"
183 #else
184 #  define LIBDIR PREFIX "\\lib"
185 #endif
187 /* gettext locale dir */
188 #define LOCALEDIR PREFIX "\\share\\locale"
190 /* Name of package */
191 #define PACKAGE "gstreamer"
193 /* Define to the address where bug reports for this package should be sent. */
194 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
196 /* Define to the full name of this package. */
197 #define PACKAGE_NAME "GStreamer"
199 /* Define to the full name and version of this package. */
200 #define PACKAGE_STRING "GStreamer 0.10.11.1"
202 /* Define to the one symbol short name of this package. */
203 #define PACKAGE_TARNAME "gstreamer"
205 /* Define to the version of this package. */
206 #define PACKAGE_VERSION "0.10.11.1"
208 /* Define the plugin directory */
209 #ifdef _DEBUG
210 #  define PLUGINDIR PREFIX "\\debug\\lib\\gstreamer-0.10"
211 #else
212 #  define PLUGINDIR PREFIX "\\lib\\gstreamer-0.10"
213 #endif
215 /* Define to 1 if you have the ANSI C header files. */
216 #undef STDC_HEADERS
218 /* Define if we should poison deallocated memory */
219 #undef USE_POISONING
221 /* Version number of package */
222 #define VERSION "0.10.11.1"
224 /* Define to 1 if your processor stores words with the most significant byte
225    first (like Motorola and SPARC, unlike Intel and VAX). */
226 #undef WORDS_BIGENDIAN
228 /* Number of bits in a file offset, on hosts where this is settable. */
229 #undef _FILE_OFFSET_BITS
231 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
232 #undef _LARGEFILE_SOURCE
234 /* Define for large files, on AIX-style hosts. */
235 #undef _LARGE_FILES
237 /* Define to `__inline__' or `__inline' if that's what the C compiler
238    calls it, or to nothing if 'inline' is not supported under any name.  */
239 /* #undef inline */