Merge branch 'master' into 0.11
[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-0.11"
21
22 /* data dir */
23 #define GST_DATADIR PREFIX "\\share"
24
25 /* Define if option parsing is disabled */
26 #undef GST_DISABLE_OPTION_PARSING
27
28 /* Define if pipeline parsing code is disabled */
29 #undef GST_DISABLE_PARSE
30
31 /* Extra platform specific plugin suffix */
32 #undef GST_EXTRA_MODULE_SUFFIX
33
34 /* macro to use to show function name */
35 #undef GST_FUNCTION
36
37 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
38 #undef GST_GCOV_ENABLED
39
40 /* Defined when registry scanning through fork is unsafe */
41 #undef GST_HAVE_UNSAFE_FORK
42
43 /* Default errorlevel to use */
44 #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
45
46 /* GStreamer license */
47 #define GST_LICENSE "LGPL"
48
49 /* library major.minor version */
50 #define GST_MAJORMINOR "0.11"
51
52 /* package name in plugins */
53 #define GST_PACKAGE_NAME "GStreamer git"
54
55 /* package origin */
56 #define GST_PACKAGE_ORIGIN "Unknown package origin"
57
58 /* GStreamer package release date/time for plugins as YYYY-MM-DD */
59 #define GST_PACKAGE_RELEASE_DATETIME "2011-09-29T14:59Z"
60
61 /* location of the installed gst-plugin-scanner */
62 #define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner"
63
64 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
65    CoreFoundation framework. */
66 #undef HAVE_CFLOCALECOPYCURRENT
67
68 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
69    the CoreFoundation framework. */
70 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
71
72 /* Define to 1 if you have the `clock_gettime' function. */
73 #undef HAVE_CLOCK_GETTIME
74
75 /* Define if the host CPU is an Alpha */
76 #undef HAVE_CPU_ALPHA
77
78 /* Define if the host CPU is an ARM */
79 #undef HAVE_CPU_ARM
80
81 /* Define if the host CPU is a CRIS */
82 #undef HAVE_CPU_CRIS
83
84 /* Define if the host CPU is a CRISv32 */
85 #undef HAVE_CPU_CRISV32
86
87 /* Define if the host CPU is a HPPA */
88 #undef HAVE_CPU_HPPA
89
90 /* Define if the host CPU is an x86 */
91 #define HAVE_CPU_I386 1
92
93 /* Define if the host CPU is a IA64 */
94 #undef HAVE_CPU_IA64
95
96 /* Define if the host CPU is a M68K */
97 #undef HAVE_CPU_M68K
98
99 /* Define if the host CPU is a MIPS */
100 #undef HAVE_CPU_MIPS
101
102 /* Define if the host CPU is a PowerPC */
103 #undef HAVE_CPU_PPC
104
105 /* Define if the host CPU is a 64 bit PowerPC */
106 #undef HAVE_CPU_PPC64
107
108 /* Define if the host CPU is a S390 */
109 #undef HAVE_CPU_S390
110
111 /* Define if the host CPU is a SPARC */
112 #undef HAVE_CPU_SPARC
113
114 /* Define if the host CPU is a x86_64 */
115 #undef HAVE_CPU_X86_64
116
117 /* Define if the GNU dcgettext() function is already present or preinstalled.
118    */
119 #undef HAVE_DCGETTEXT
120
121 /* Defined if we have dladdr () */
122 #undef HAVE_DLADDR
123
124 /* Define to 1 if you have the <dlfcn.h> header file. */
125 #undef HAVE_DLFCN_H
126
127 /* Define to 1 if you have the `fgetpos' function. */
128 #define HAVE_FGETPOS 1
129
130 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
131 #undef HAVE_FSEEKO
132
133 /* Define to 1 if you have the `fsetpos' function. */
134 #define HAVE_FSETPOS 1
135
136 /* Define to 1 if you have the `ftello' function. */
137 #undef HAVE_FTELLO
138
139 /* defined if the compiler implements __func__ */
140 #undef HAVE_FUNC
141
142 /* defined if the compiler implements __FUNCTION__ */
143 #undef HAVE_FUNCTION
144
145 /* Define to 1 if you have the `getpagesize' function. */
146 #undef HAVE_GETPAGESIZE
147
148 /* Define if the GNU gettext() function is already present or preinstalled. */
149 #undef HAVE_GETTEXT
150
151 /* Have GMP library */
152 #undef HAVE_GMP
153
154 /* Define to 1 if you have the `gmtime_r' function. */
155 #undef HAVE_GMTIME_R
156
157 /* Have GSL library */
158 #undef HAVE_GSL
159
160 /* Define if you have the iconv() function and it works. */
161 #undef HAVE_ICONV
162
163 /* Define to 1 if you have the <inttypes.h> header file. */
164 #undef HAVE_INTTYPES_H
165
166 /* Define to 1 if you have the `nsl' library (-lnsl). */
167 #undef HAVE_LIBNSL
168
169 /* Define to 1 if you have the `resolv' library (-lresolv). */
170 #undef HAVE_LIBRESOLV
171
172 /* Define to 1 if you have the `socket' library (-lsocket). */
173 #undef HAVE_LIBSOCKET
174
175 /* Define to 1 if you have the `localtime_r' function. */
176 #undef HAVE_LOCALTIME_R
177
178 /* Define to 1 if you have the <memory.h> header file. */
179 #undef HAVE_MEMORY_H
180
181 /* Define to 1 if you have a working `mmap' system call. */
182 #undef HAVE_MMAP
183
184 /* Have a monotonic clock */
185 #undef HAVE_MONOTONIC_CLOCK
186
187 /* Defined if compiling for OSX */
188 #undef HAVE_OSX
189
190 /* Define to 1 if you have the `poll' function. */
191 #undef HAVE_POLL
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/prctl.h> header file. */
248 #undef HAVE_SYS_PRCTL_H
249
250 /* Define to 1 if you have the <sys/socket.h> header file. */
251 #undef HAVE_SYS_SOCKET_H
252
253 /* Define to 1 if you have the <sys/stat.h> header file. */
254 #define HAVE_SYS_STAT_H 1
255
256 /* Define to 1 if you have the <sys/times.h> header file. */
257 #undef HAVE_SYS_TIMES_H
258
259 /* Define to 1 if you have the <sys/time.h> header file. */
260 #undef HAVE_SYS_TIME_H
261
262 /* Define to 1 if you have the <sys/types.h> header file. */
263 #define HAVE_SYS_TYPES_H 1
264
265 /* Define to 1 if you have the <sys/utsname.h> header file. */
266 #undef HAVE_SYS_UTSNAME_H
267
268 /* Define to 1 if you have the <sys/wait.h> header file. */
269 #undef HAVE_SYS_WAIT_H
270
271 /* Have tm_gmtoff field in struct tm */
272 #undef HAVE_TM_GMTOFF
273
274 /* Define to 1 if you have the <ucontext.h> header file. */
275 #undef HAVE_UCONTEXT_H
276
277 /* Have __uint128_t type */
278 #undef HAVE_UINT128_T
279
280 /* defined if unaligned memory access works correctly */
281 #undef HAVE_UNALIGNED_ACCESS
282
283 /* Define to 1 if you have the <unistd.h> header file. */
284 #undef HAVE_UNISTD_H
285
286 /* Define if valgrind should be used */
287 #undef HAVE_VALGRIND
288
289 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
290 #undef HAVE_VALGRIND_VALGRIND_H
291
292 /* Defined if compiling for Windows */
293 #define HAVE_WIN32 1
294
295 /* Define to 1 if you have the <winsock2.h> header file. */
296 #define HAVE_WINSOCK2_H 1
297
298 /* the host CPU */
299 #define HOST_CPU "i686"
300
301 /* library dir */
302 #ifdef _DEBUG
303 #  define LIBDIR PREFIX "\\debug\\lib"
304 #else
305 #  define LIBDIR PREFIX "\\lib"
306 #endif
307
308 /* gettext locale dir */
309 #define LOCALEDIR PREFIX "\\share\\locale"
310
311 /* Define to the sub-directory in which libtool stores uninstalled libraries.
312    */
313 #undef LT_OBJDIR
314
315 /* Memory alignment to use */
316 #undef MEMORY_ALIGNMENT
317
318 /* Memory alignment by malloc default */
319 #define MEMORY_ALIGNMENT_MALLOC 1
320
321 /* Memory alignment by pagesize */
322 #undef MEMORY_ALIGNMENT_PAGESIZE
323
324 /* Define if you have no native inet_aton() function. */
325 #undef NO_INET_ATON
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 0.11.1.1"
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 "0.11.1.1"
350
351 /* directory where plugins are located */
352 #ifdef _DEBUG
353 #  define PLUGINDIR PREFIX "\\debug\\lib\\gstreamer-0.11"
354 #else
355 #  define PLUGINDIR PREFIX "\\lib\\gstreamer-0.11"
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 /* Define if we should poison deallocated memory */
377 #undef USE_POISONING
378
379 /* Version number of package */
380 #define VERSION "0.11.1.1"
381
382 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
383    significant byte first (like Motorola and SPARC, unlike Intel). */
384 #if defined AC_APPLE_UNIVERSAL_BUILD
385 # if defined __BIG_ENDIAN__
386 #  define WORDS_BIGENDIAN 1
387 # endif
388 #else
389 # ifndef WORDS_BIGENDIAN
390 #  undef WORDS_BIGENDIAN
391 # endif
392 #endif
393
394 /* Number of bits in a file offset, on hosts where this is settable. */
395 #undef _FILE_OFFSET_BITS
396
397 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
398 #undef _LARGEFILE_SOURCE
399
400 /* Define for large files, on AIX-style hosts. */
401 #undef _LARGE_FILES
402
403 /* We need at least WinXP SP2 for __stat64 */
404 #undef __MSVCRT_VERSION__