277b4c9a08cd78ff16a5eb9185e3e61cea837fcb
[platform/upstream/gstreamer.git] / win32 / common / config.h
1 /* Autogenerated config.h created for win32 Visual Studio builds */
2
3 /* PREFIX -- specifically added for Windows for easier moving */
4 #define PREFIX "C:\\gstreamer"
5
6 /* Define if building universal (internal helper macro) */
7 #undef AC_APPLE_UNIVERSAL_BUILD
8
9 /* poll doesn't work on devices */
10 #undef BROKEN_POLL
11
12 /* Define to 1 if translation of program messages to the user's native
13    language is requested. */
14 #undef ENABLE_NLS
15
16 /* Subunit protocol result output */
17 #undef ENABLE_SUBUNIT
18
19 /* gettext package name */
20 #define GETTEXT_PACKAGE "gstreamer-1.0"
21
22 /* The GIO library directory. */
23 #undef GIO_LIBDIR
24
25 /* The GIO modules directory. */
26 #undef GIO_MODULE_DIR
27
28 /* GStreamer API Version */
29 #define GST_API_VERSION "1.0"
30
31 /* data dir */
32 #define GST_DATADIR PREFIX "\\share"
33
34 /* Define if option parsing is disabled */
35 #undef GST_DISABLE_OPTION_PARSING
36
37 /* Define if pipeline parsing code is disabled */
38 #undef GST_DISABLE_PARSE
39
40 /* Extra platform specific plugin suffix */
41 #undef GST_EXTRA_MODULE_SUFFIX
42
43 /* macro to use to show function name */
44 #undef GST_FUNCTION
45
46 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
47 #undef GST_GCOV_ENABLED
48
49 /* Defined when registry scanning through fork is unsafe */
50 #undef GST_HAVE_UNSAFE_FORK
51
52 /* Default errorlevel to use */
53 #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
54
55 /* GStreamer license */
56 #define GST_LICENSE "LGPL"
57
58 /* package name in plugins */
59 #define GST_PACKAGE_NAME "GStreamer source release"
60
61 /* package origin */
62 #define GST_PACKAGE_ORIGIN "Unknown package origin"
63
64 /* GStreamer package release date/time for plugins as YYYY-MM-DD */
65 #define GST_PACKAGE_RELEASE_DATETIME "2012-09-23"
66
67 /* location of the installed gst-plugin-scanner */
68 #define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner"
69
70 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
71    CoreFoundation framework. */
72 #undef HAVE_CFLOCALECOPYCURRENT
73
74 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
75    the CoreFoundation framework. */
76 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
77
78 /* Define to 1 if you have the `clock_gettime' function. */
79 #undef HAVE_CLOCK_GETTIME
80
81 /* Define if the target CPU is an Alpha */
82 #undef HAVE_CPU_ALPHA
83
84 /* Define if the target CPU is an ARM */
85 #undef HAVE_CPU_ARM
86
87 /* Define if the target CPU is a CRIS */
88 #undef HAVE_CPU_CRIS
89
90 /* Define if the target CPU is a CRISv32 */
91 #undef HAVE_CPU_CRISV32
92
93 /* Define if the target CPU is a HPPA */
94 #undef HAVE_CPU_HPPA
95
96 /* Define if the target CPU is an x86 */
97 #define HAVE_CPU_I386 1
98
99 /* Define if the target CPU is a IA64 */
100 #undef HAVE_CPU_IA64
101
102 /* Define if the target CPU is a M68K */
103 #undef HAVE_CPU_M68K
104
105 /* Define if the target CPU is a MIPS */
106 #undef HAVE_CPU_MIPS
107
108 /* Define if the target CPU is a PowerPC */
109 #undef HAVE_CPU_PPC
110
111 /* Define if the target CPU is a 64 bit PowerPC */
112 #undef HAVE_CPU_PPC64
113
114 /* Define if the target CPU is a S390 */
115 #undef HAVE_CPU_S390
116
117 /* Define if the target CPU is a SPARC */
118 #undef HAVE_CPU_SPARC
119
120 /* Define if the target CPU is a x86_64 */
121 #undef HAVE_CPU_X86_64
122
123 /* Define if the GNU dcgettext() function is already present or preinstalled.
124    */
125 #undef HAVE_DCGETTEXT
126
127 /* Defined if we have dladdr () */
128 #undef HAVE_DLADDR
129
130 /* Define to 1 if you have the <dlfcn.h> header file. */
131 #undef HAVE_DLFCN_H
132
133 /* Define to 1 if you have the `fgetpos' function. */
134 #define HAVE_FGETPOS 1
135
136 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
137 #undef HAVE_FSEEKO
138
139 /* Define to 1 if you have the `fsetpos' function. */
140 #define HAVE_FSETPOS 1
141
142 /* Define to 1 if you have the `ftello' function. */
143 #undef HAVE_FTELLO
144
145 /* defined if the compiler implements __func__ */
146 #undef HAVE_FUNC
147
148 /* defined if the compiler implements __FUNCTION__ */
149 #undef HAVE_FUNCTION
150
151 /* Define to 1 if you have the `getpagesize' function. */
152 #undef HAVE_GETPAGESIZE
153
154 /* Define if the GNU gettext() function is already present or preinstalled. */
155 #undef HAVE_GETTEXT
156
157 /* Have GMP library */
158 #undef HAVE_GMP
159
160 /* Define to 1 if you have the `gmtime_r' function. */
161 #undef HAVE_GMTIME_R
162
163 /* Have GSL library */
164 #undef HAVE_GSL
165
166 /* Define if you have the iconv() function and it works. */
167 #undef HAVE_ICONV
168
169 /* Define to 1 if you have the <inttypes.h> header file. */
170 #undef HAVE_INTTYPES_H
171
172 /* Define to 1 if you have the `localtime_r' function. */
173 #undef HAVE_LOCALTIME_R
174
175 /* Define to 1 if you have the <memory.h> header file. */
176 #undef HAVE_MEMORY_H
177
178 /* Define to 1 if you have a working `mmap' system call. */
179 #undef HAVE_MMAP
180
181 /* Have a monotonic clock */
182 #undef HAVE_MONOTONIC_CLOCK
183
184 /* Defined if compiling for OSX */
185 #undef HAVE_OSX
186
187 /* Define to 1 if you have the `poll' function. */
188 #undef HAVE_POLL
189
190 /* Define to 1 if you have the <poll.h> header file. */
191 #undef HAVE_POLL_H
192
193 /* Define to 1 if you have the `posix_memalign' function. */
194 #undef HAVE_POSIX_MEMALIGN
195
196 /* Have posix timers */
197 #undef HAVE_POSIX_TIMERS
198
199 /* Define to 1 if you have the `ppoll' function. */
200 #undef HAVE_PPOLL
201
202 /* defined if the compiler implements __PRETTY_FUNCTION__ */
203 #undef HAVE_PRETTY_FUNCTION
204
205 /* Defined if we have printf specifier extensions available */
206 #undef HAVE_PRINTF_EXTENSION
207
208 /* Define to 1 if you have the <process.h> header file. */
209 #define HAVE_PROCESS_H 1
210
211 /* Define to 1 if you have the `pselect' function. */
212 #undef HAVE_PSELECT
213
214 /* Define to 1 if you have the <pthread.h> header file. */
215 #undef HAVE_PTHREAD_H
216
217 /* Define if RDTSC is available */
218 #undef HAVE_RDTSC
219
220 /* Define to 1 if you have the `register_printf_function' function. */
221 #undef HAVE_REGISTER_PRINTF_FUNCTION
222
223 /* Define to 1 if you have the `register_printf_specifier' function. */
224 #undef HAVE_REGISTER_PRINTF_SPECIFIER
225
226 /* Define to 1 if you have the `sigaction' function. */
227 #undef HAVE_SIGACTION
228
229 /* Define to 1 if you have the <stdint.h> header file. */
230 #undef HAVE_STDINT_H
231
232 /* Define to 1 if you have the <stdio_ext.h> header file. */
233 #undef HAVE_STDIO_EXT_H
234
235 /* Define to 1 if you have the <stdlib.h> header file. */
236 #define HAVE_STDLIB_H 1
237
238 /* Define to 1 if you have the <strings.h> header file. */
239 #undef HAVE_STRINGS_H
240
241 /* Define to 1 if you have the <string.h> header file. */
242 #define HAVE_STRING_H 1
243
244 /* Define to 1 if you have the <sys/param.h> header file. */
245 #undef HAVE_SYS_PARAM_H
246
247 /* Define to 1 if you have the <sys/poll.h> header file. */
248 #undef HAVE_SYS_POLL_H
249
250 /* Define to 1 if you have the <sys/prctl.h> header file. */
251 #undef HAVE_SYS_PRCTL_H
252
253 /* Define to 1 if you have the <sys/socket.h> header file. */
254 #undef HAVE_SYS_SOCKET_H
255
256 /* Define to 1 if you have the <sys/stat.h> header file. */
257 #define HAVE_SYS_STAT_H 1
258
259 /* Define to 1 if you have the <sys/times.h> header file. */
260 #undef HAVE_SYS_TIMES_H
261
262 /* Define to 1 if you have the <sys/time.h> header file. */
263 #undef HAVE_SYS_TIME_H
264
265 /* Define to 1 if you have the <sys/types.h> header file. */
266 #define HAVE_SYS_TYPES_H 1
267
268 /* Define to 1 if you have the <sys/utsname.h> header file. */
269 #undef HAVE_SYS_UTSNAME_H
270
271 /* Define to 1 if you have the <sys/wait.h> header file. */
272 #undef HAVE_SYS_WAIT_H
273
274 /* Have tm_gmtoff field in struct tm */
275 #undef HAVE_TM_GMTOFF
276
277 /* Define to 1 if you have the <ucontext.h> header file. */
278 #undef HAVE_UCONTEXT_H
279
280 /* Have __uint128_t type */
281 #undef HAVE_UINT128_T
282
283 /* defined if unaligned memory access works correctly */
284 #undef HAVE_UNALIGNED_ACCESS
285
286 /* Define to 1 if you have the <unistd.h> header file. */
287 #undef HAVE_UNISTD_H
288
289 /* Define if valgrind should be used */
290 #undef HAVE_VALGRIND
291
292 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
293 #undef HAVE_VALGRIND_VALGRIND_H
294
295 /* Defined if compiling for Windows */
296 #define HAVE_WIN32 1
297
298 /* Define to 1 if you have the <winsock2.h> header file. */
299 #define HAVE_WINSOCK2_H 1
300
301 /* the host CPU */
302 #define HOST_CPU "i686"
303
304 /* library dir */
305 #ifdef _DEBUG
306 #  define LIBDIR PREFIX "\\debug\\lib"
307 #else
308 #  define LIBDIR PREFIX "\\lib"
309 #endif
310
311 /* gettext locale dir */
312 #define LOCALEDIR PREFIX "\\share\\locale"
313
314 /* Define to the sub-directory in which libtool stores uninstalled libraries.
315    */
316 #undef LT_OBJDIR
317
318 /* Memory alignment to use */
319 #undef MEMORY_ALIGNMENT
320
321 /* Memory alignment by malloc default */
322 #define MEMORY_ALIGNMENT_MALLOC 1
323
324 /* Memory alignment by pagesize */
325 #undef MEMORY_ALIGNMENT_PAGESIZE
326
327 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
328 #undef NO_MINUS_C_MINUS_O
329
330 /* Name of package */
331 #define PACKAGE "gstreamer"
332
333 /* Define to the address where bug reports for this package should be sent. */
334 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
335
336 /* Define to the full name of this package. */
337 #define PACKAGE_NAME "GStreamer"
338
339 /* Define to the full name and version of this package. */
340 #define PACKAGE_STRING "GStreamer 1.0.0"
341
342 /* Define to the one symbol short name of this package. */
343 #define PACKAGE_TARNAME "gstreamer"
344
345 /* Define to the home page for this package. */
346 #undef PACKAGE_URL
347
348 /* Define to the version of this package. */
349 #define PACKAGE_VERSION "1.0.0"
350
351 /* directory where plugins are located */
352 #ifdef _DEBUG
353 #  define PLUGINDIR PREFIX "\\debug\\lib\\gstreamer-1.0"
354 #else
355 #  define PLUGINDIR PREFIX "\\lib\\gstreamer-1.0"
356 #endif
357
358 /* The size of `char', as computed by sizeof. */
359 #undef SIZEOF_CHAR
360
361 /* The size of `int', as computed by sizeof. */
362 #undef SIZEOF_INT
363
364 /* The size of `long', as computed by sizeof. */
365 #undef SIZEOF_LONG
366
367 /* The size of `short', as computed by sizeof. */
368 #undef SIZEOF_SHORT
369
370 /* The size of `void*', as computed by sizeof. */
371 #undef SIZEOF_VOIDP
372
373 /* Define to 1 if you have the ANSI C header files. */
374 #undef STDC_HEADERS
375
376 /* the target CPU */
377 #undef TARGET_CPU
378
379 /* Define if we should poison deallocated memory */
380 #undef USE_POISONING
381
382 /* Version number of package */
383 #define VERSION "1.0.0"
384
385 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
386    significant byte first (like Motorola and SPARC, unlike Intel). */
387 #if defined AC_APPLE_UNIVERSAL_BUILD
388 # if defined __BIG_ENDIAN__
389 #  define WORDS_BIGENDIAN 1
390 # endif
391 #else
392 # ifndef WORDS_BIGENDIAN
393 #  undef WORDS_BIGENDIAN
394 # endif
395 #endif
396
397 /* Enable large inode numbers on Mac OS X 10.5.  */
398 #ifndef _DARWIN_USE_64_BIT_INODE
399 # define _DARWIN_USE_64_BIT_INODE 1
400 #endif
401
402 /* Number of bits in a file offset, on hosts where this is settable. */
403 #undef _FILE_OFFSET_BITS
404
405 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
406 #undef _LARGEFILE_SOURCE
407
408 /* Define for large files, on AIX-style hosts. */
409 #undef _LARGE_FILES
410
411 /* We need at least WinXP SP2 for __stat64 */
412 #undef __MSVCRT_VERSION__