]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/blob - win32/common/config.h
Release 0.10.23
[glsdk/gstreamer0-10.git] / win32 / common / config.h
1 /* Autogenerated config.h created for win32 Visual Studio builds */
3 /* PREFIX -- specifically added for Windows for easier moving */
4 #define PREFIX "C:\\gstreamer"
6 /* Define if building universal (internal helper macro) */
7 #undef AC_APPLE_UNIVERSAL_BUILD
9 /* Define to 1 if translation of program messages to the user's native
10    language is requested. */
11 #undef ENABLE_NLS
13 /* gettext package name */
14 #define GETTEXT_PACKAGE "gstreamer-0.10"
16 /* data dir */
17 #define GST_DATADIR PREFIX "\\share"
19 /* Define if option parsing is disabled */
20 #undef GST_DISABLE_OPTION_PARSING
22 /* Define if pipeline parsing code is disabled */
23 #undef GST_DISABLE_PARSE
25 /* Extra platform specific plugin suffix */
26 #undef GST_EXTRA_MODULE_SUFFIX
28 /* macro to use to show function name */
29 #undef GST_FUNCTION
31 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
32 #undef GST_GCOV_ENABLED
34 /* Defined when registry scanning through fork is unsafe */
35 #undef GST_HAVE_UNSAFE_FORK
37 /* Default errorlevel to use */
38 #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
40 /* GStreamer license */
41 #define GST_LICENSE "LGPL"
43 /* library major.minor version */
44 #define GST_MAJORMINOR "0.10"
46 /* package name in plugins */
47 #define GST_PACKAGE_NAME "GStreamer source release"
49 /* package origin */
50 #define GST_PACKAGE_ORIGIN "Unknown package origin"
52 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
53    CoreFoundation framework. */
54 #undef HAVE_CFLOCALECOPYCURRENT
56 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
57    the CoreFoundation framework. */
58 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
60 /* Define to 1 if you have the `clock_gettime' function. */
61 #undef HAVE_CLOCK_GETTIME
63 /* Define if the host CPU is an Alpha */
64 #undef HAVE_CPU_ALPHA
66 /* Define if the host CPU is an ARM */
67 #undef HAVE_CPU_ARM
69 /* Define if the host CPU is a CRIS */
70 #undef HAVE_CPU_CRIS
72 /* Define if the host CPU is a CRISv32 */
73 #undef HAVE_CPU_CRISV32
75 /* Define if the host CPU is a HPPA */
76 #undef HAVE_CPU_HPPA
78 /* Define if the host CPU is an x86 */
79 #define HAVE_CPU_I386 1
81 /* Define if the host CPU is a IA64 */
82 #undef HAVE_CPU_IA64
84 /* Define if the host CPU is a M68K */
85 #undef HAVE_CPU_M68K
87 /* Define if the host CPU is a MIPS */
88 #undef HAVE_CPU_MIPS
90 /* Define if the host CPU is a PowerPC */
91 #undef HAVE_CPU_PPC
93 /* Define if the host CPU is a 64 bit PowerPC */
94 #undef HAVE_CPU_PPC64
96 /* Define if the host CPU is a S390 */
97 #undef HAVE_CPU_S390
99 /* Define if the host CPU is a SPARC */
100 #undef HAVE_CPU_SPARC
102 /* Define if the host CPU is a x86_64 */
103 #undef HAVE_CPU_X86_64
105 /* Define if the GNU dcgettext() function is already present or preinstalled.
106    */
107 #undef HAVE_DCGETTEXT
109 /* Defined if we have dladdr () */
110 #undef HAVE_DLADDR
112 /* Define to 1 if you have the <dlfcn.h> header file. */
113 #undef HAVE_DLFCN_H
115 /* Define to 1 if you have the `fgetpos' function. */
116 #define HAVE_FGETPOS 1
118 /* Define to 1 if you have the `fork' function. */
119 #undef HAVE_FORK
121 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
122 #undef HAVE_FSEEKO
124 /* Define to 1 if you have the `fsetpos' function. */
125 #define HAVE_FSETPOS 1
127 /* Define to 1 if you have the `ftello' function. */
128 #undef HAVE_FTELLO
130 /* defined if the compiler implements __func__ */
131 #undef HAVE_FUNC
133 /* defined if the compiler implements __FUNCTION__ */
134 #undef HAVE_FUNCTION
136 /* Define to 1 if you have the `getpagesize' function. */
137 #undef HAVE_GETPAGESIZE
139 /* Define if the GNU gettext() function is already present or preinstalled. */
140 #undef HAVE_GETTEXT
142 /* Define if you have the iconv() function and it works. */
143 #undef HAVE_ICONV
145 /* Define to 1 if you have the <inttypes.h> header file. */
146 #undef HAVE_INTTYPES_H
148 /* Define to 1 if you have the `nsl' library (-lnsl). */
149 #undef HAVE_LIBNSL
151 /* Define to 1 if you have the `resolv' library (-lresolv). */
152 #undef HAVE_LIBRESOLV
154 /* Define to 1 if you have the `socket' library (-lsocket). */
155 #undef HAVE_LIBSOCKET
157 /* Define if libxml2 is available */
158 #define HAVE_LIBXML2 1
160 /* Define to 1 if you have the <memory.h> header file. */
161 #undef HAVE_MEMORY_H
163 /* Define to 1 if you have a working `mmap' system call. */
164 #undef HAVE_MMAP
166 /* Have a monotonic clock */
167 #undef HAVE_MONOTONIC_CLOCK
169 /* Define to 1 if you have the `poll' function. */
170 #undef HAVE_POLL
172 /* Have posix timers */
173 #undef HAVE_POSIX_TIMERS
175 /* Define to 1 if you have the `ppoll' function. */
176 #undef HAVE_PPOLL
178 /* defined if the compiler implements __PRETTY_FUNCTION__ */
179 #undef HAVE_PRETTY_FUNCTION
181 /* Defined if we have register_printf_function () */
182 #undef HAVE_PRINTF_EXTENSION
184 /* Define to 1 if you have the <process.h> header file. */
185 #define HAVE_PROCESS_H 1
187 /* Define to 1 if you have the `pselect' function. */
188 #undef HAVE_PSELECT
190 /* Define if RDTSC is available */
191 #undef HAVE_RDTSC
193 /* Define to 1 if you have the `sigaction' function. */
194 #undef HAVE_SIGACTION
196 /* Define to 1 if you have the <stdint.h> header file. */
197 #undef HAVE_STDINT_H
199 /* Define to 1 if you have the <stdio_ext.h> header file. */
200 #undef HAVE_STDIO_EXT_H
202 /* Define to 1 if you have the <stdlib.h> header file. */
203 #define HAVE_STDLIB_H 1
205 /* Define to 1 if you have the <strings.h> header file. */
206 #undef HAVE_STRINGS_H
208 /* Define to 1 if you have the <string.h> header file. */
209 #define HAVE_STRING_H 1
211 /* Define to 1 if you have the <sys/socket.h> header file. */
212 #undef HAVE_SYS_SOCKET_H
214 /* Define to 1 if you have the <sys/stat.h> header file. */
215 #define HAVE_SYS_STAT_H 1
217 /* Define to 1 if you have the <sys/times.h> header file. */
218 #undef HAVE_SYS_TIMES_H
220 /* Define to 1 if you have the <sys/types.h> header file. */
221 #define HAVE_SYS_TYPES_H 1
223 /* Define to 1 if you have the <sys/utsname.h> header file. */
224 #undef HAVE_SYS_UTSNAME_H
226 /* Define to 1 if you have the <ucontext.h> header file. */
227 #undef HAVE_UCONTEXT_H
229 /* defined if unaligned memory access works correctly */
230 #undef HAVE_UNALIGNED_ACCESS
232 /* Define to 1 if you have the <unistd.h> header file. */
233 #undef HAVE_UNISTD_H
235 /* Define if valgrind should be used */
236 #undef HAVE_VALGRIND
238 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
239 #undef HAVE_VALGRIND_VALGRIND_H
241 /* Defined if compiling for Windows */
242 #define HAVE_WIN32 1
244 /* Define to 1 if you have the <winsock2.h> header file. */
245 #define HAVE_WINSOCK2_H 1
247 /* the host CPU */
248 #define HOST_CPU "i686"
250 /* library dir */
251 #ifdef _DEBUG
252 #  define LIBDIR PREFIX "\\debug\\lib"
253 #else
254 #  define LIBDIR PREFIX "\\lib"
255 #endif
257 /* gettext locale dir */
258 #define LOCALEDIR PREFIX "\\share\\locale"
260 /* Define to the sub-directory in which libtool stores uninstalled libraries.
261    */
262 #undef LT_OBJDIR
264 /* Define if you have no native inet_aton() function. */
265 #undef NO_INET_ATON
267 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
268 #undef NO_MINUS_C_MINUS_O
270 /* Name of package */
271 #define PACKAGE "gstreamer"
273 /* Define to the address where bug reports for this package should be sent. */
274 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
276 /* Define to the full name of this package. */
277 #define PACKAGE_NAME "GStreamer"
279 /* Define to the full name and version of this package. */
280 #define PACKAGE_STRING "GStreamer 0.10.23"
282 /* Define to the one symbol short name of this package. */
283 #define PACKAGE_TARNAME "gstreamer"
285 /* Define to the version of this package. */
286 #define PACKAGE_VERSION "0.10.23"
288 /* directory where plugins are located */
289 #ifdef _DEBUG
290 #  define PLUGINDIR PREFIX "\\debug\\lib\\gstreamer-0.10"
291 #else
292 #  define PLUGINDIR PREFIX "\\lib\\gstreamer-0.10"
293 #endif
295 /* Define to 1 if you have the ANSI C header files. */
296 #undef STDC_HEADERS
298 /* Define if we should use binary registry instead xml registry */
299 #define USE_BINARY_REGISTRY
301 /* Define if we should poison deallocated memory */
302 #undef USE_POISONING
304 /* Version number of package */
305 #define VERSION "0.10.23"
307 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
308    significant byte first (like Motorola and SPARC, unlike Intel). */
309 #if defined AC_APPLE_UNIVERSAL_BUILD
310 # if defined __BIG_ENDIAN__
311 #  define WORDS_BIGENDIAN 1
312 # endif
313 #else
314 # ifndef WORDS_BIGENDIAN
315 #  undef WORDS_BIGENDIAN
316 # endif
317 #endif
319 /* Number of bits in a file offset, on hosts where this is settable. */
320 #undef _FILE_OFFSET_BITS
322 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
323 #undef _LARGEFILE_SOURCE
325 /* Define for large files, on AIX-style hosts. */
326 #undef _LARGE_FILES
328 /* We need at least WinXP SP2 for __stat64 */
329 #undef __MSVCRT_VERSION__
331 /* Define to `__inline__' or `__inline' if that's what the C compiler
332    calls it, or to nothing if 'inline' is not supported under any name.  */
333 #ifndef __cplusplus
334 #undef inline
335 #endif