Releasing 0.10.3
[platform/upstream/gstreamer.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 */
3
4 /* defined if cdda headers are in a cdda/ directory */
5 #undef CDPARANOIA_HEADERS_IN_DIR
6
7 /* Default audio sink */
8 #define DEFAULT_AUDIOSINK "directaudiosink"
9
10 /* Default audio source */
11 #undef DEFAULT_AUDIOSRC
12
13 /* Default video sink */
14 #define DEFAULT_VIDEOSINK "directdrawsink"
15
16 /* Default video source */
17 #undef DEFAULT_VIDEOSRC
18
19 /* Default visualizer */
20 #define DEFAULT_VISUALIZER "goom"
21
22 /* Define to 1 if translation of program messages to the user's native
23    language is requested. */
24 #undef ENABLE_NLS
25
26 /* gettext package name */
27 #define GETTEXT_PACKAGE "gst-plugins-base-0.10"
28
29 /* macro to use to show function name */
30 #define GST_FUNCTION "(function)"
31
32 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
33 #undef GST_GCOV_ENABLED
34
35 /* Default errorlevel to use */
36 #undef GST_LEVEL_DEFAULT
37
38 /* GStreamer license */
39 #define GST_LICENSE "LGPL"
40
41 /* package origin */
42 #define GST_PACKAGE_ORIGIN "Unknown package origin"
43
44 /* package name in plugins */
45 #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
46
47 /* Define the version */
48 #define GST_VERSION "@GST_VERSION@"
49
50 /* Define the MAJOR.MINOR version */
51 #define GST_MAJORMINOR "0.10"
52
53 /* Define host CPU */
54 #define HOST_CPU "@HOST_CPU@"
55
56 /* support for features: gstalsa */
57 #undef HAVE_ALSA
58
59 /* support for features: cdparanoia */
60 #undef HAVE_CDPARANOIA
61
62 /* Define if the host CPU is an Alpha */
63 #undef HAVE_CPU_ALPHA
64
65 /* Define if the host CPU is an ARM */
66 #undef HAVE_CPU_ARM
67
68 /* Define if the host CPU is a HPPA */
69 #undef HAVE_CPU_HPPA
70
71 /* Define if the host CPU is an x86 */
72 #undef HAVE_CPU_I386
73
74 /* Define if the host CPU is a IA64 */
75 #undef HAVE_CPU_IA64
76
77 /* Define if the host CPU is a M68K */
78 #undef HAVE_CPU_M68K
79
80 /* Define if the host CPU is a MIPS */
81 #undef HAVE_CPU_MIPS
82
83 /* Define if the host CPU is a PowerPC */
84 #undef HAVE_CPU_PPC
85
86 /* Define if the host CPU is a S390 */
87 #undef HAVE_CPU_S390
88
89 /* Define if the host CPU is a SPARC */
90 #undef HAVE_CPU_SPARC
91
92 /* Define if the host CPU is a x86_64 */
93 #undef HAVE_CPU_X86_64
94
95 /* Define if the GNU dcgettext() function is already present or preinstalled.
96    */
97 #undef HAVE_DCGETTEXT
98
99 /* Define to 1 if you have the <dlfcn.h> header file. */
100 #undef HAVE_DLFCN_H
101
102 /* support for features: */
103 #undef HAVE_EXTERNAL
104
105 /* FIONREAD ioctl found in sys/filio.h */
106 #undef HAVE_FIONREAD_IN_SYS_FILIO
107
108 /* FIONREAD ioctl found in sys/ioclt.h */
109 #undef HAVE_FIONREAD_IN_SYS_IOCTL
110
111 /* defined if the compiler implements __func__ */
112 #undef HAVE_FUNC
113
114 /* defined if the compiler implements __FUNCTION__ */
115 #undef HAVE_FUNCTION
116
117 /* Define if the GNU gettext() function is already present or preinstalled. */
118 #undef HAVE_GETTEXT
119
120 /* support for features: gnomevfssrc */
121 #undef HAVE_GNOME_VFS
122
123 /* support for features: v4lsrc v4lmjpegsrc v4lmjpegsink */
124 #undef HAVE_GST_V4L
125
126 /* Define if you have the iconv() function. */
127 #undef HAVE_ICONV
128
129 /* Define to 1 if you have the <inttypes.h> header file. */
130 #undef HAVE_INTTYPES_H
131
132 /* Define to 1 if you have the `asound' library (-lasound). */
133 #undef HAVE_LIBASOUND
134
135 /* support for features: libvisual */
136 #undef HAVE_LIBVISUAL
137
138 /* Define if you have C99's lrint function. */
139 #undef HAVE_LRINT
140
141 /* Define if you have C99's lrintf function. */
142 #undef HAVE_LRINTF
143
144 /* Define to 1 if you have the <malloc.h> header file. */
145 #undef HAVE_MALLOC_H
146
147 /* Define to 1 if you have the <memory.h> header file. */
148 #undef HAVE_MEMORY_H
149
150 /* support for features: oggdemux oggmux */
151 #undef HAVE_OGG
152
153 /* support for features: pango */
154 #undef HAVE_PANGO
155
156 /* defined if the compiler implements __PRETTY_FUNCTION__ */
157 #undef HAVE_PRETTY_FUNCTION
158
159 /* Define if RDTSC is available */
160 #undef HAVE_RDTSC
161
162 /* Define to 1 if you have the <regex.h> header file. */
163 #undef HAVE_REGEX_H
164
165 /* Define to 1 if you have the <stdint.h> header file. */
166 #undef HAVE_STDINT_H
167
168 /* Define to 1 if you have the <stdlib.h> header file. */
169 #define HAVE_STDLIB_H 1
170
171 /* Define to 1 if you have the <strings.h> header file. */
172 #undef HAVE_STRINGS_H
173
174 /* Define to 1 if you have the <string.h> header file. */
175 #define HAVE_STRING_H 1
176
177 /* Define to 1 if you have the <sys/socket.h> header file. */
178 #undef HAVE_SYS_SOCKET_H
179
180 /* Define to 1 if you have the <sys/stat.h> header file. */
181 #undef HAVE_SYS_STAT_H 1
182
183 /* Define to 1 if you have the <sys/types.h> header file. */
184 #undef HAVE_SYS_TYPES_H 1
185
186 /* support for features: theoradec theoraenc */
187 #undef HAVE_THEORA
188
189 /* Define to 1 if you have the <unistd.h> header file. */
190 #undef HAVE_UNISTD_H
191
192 /* Define if valgrind should be used */
193 #undef HAVE_VALGRIND
194
195 /* support for features: vorbisenc vorbisdec */
196 #undef HAVE_VORBIS
197
198 /* defined if vorbis_synthesis_restart is present */
199 #undef HAVE_VORBIS_SYNTHESIS_RESTART
200
201 /* support for features: ximagesink */
202 #undef HAVE_X
203
204 /* support for features: xshm */
205 #undef HAVE_XSHM
206
207 /* support for features: xvimagesink */
208 #undef HAVE_XVIDEO
209
210 /* gettext locale dir */
211 #define LOCALEDIR PREFIX "\\share\\locale"
212
213 /* Name of package */
214 #define PACKAGE "gst-plugins-base"
215
216 /* Define to the address where bug reports for this package should be sent. */
217 #undef PACKAGE_BUGREPORT
218
219 /* Define to the full name of this package. */
220 #undef PACKAGE_NAME
221
222 /* Define to the full name and version of this package. */
223 #undef PACKAGE_STRING
224
225 /* Define to the one symbol short name of this package. */
226 #undef PACKAGE_TARNAME
227
228 /* Define to the version of this package. */
229 #undef PACKAGE_VERSION
230
231 /* directory where plugins are located */
232 #undef PLUGINDIR
233
234 /* The size of a `char', as computed by sizeof. */
235 #undef SIZEOF_CHAR
236
237 /* The size of a `int', as computed by sizeof. */
238 #undef SIZEOF_INT
239
240 /* The size of a `long', as computed by sizeof. */
241 #undef SIZEOF_LONG
242
243 /* The size of a `short', as computed by sizeof. */
244 #undef SIZEOF_SHORT
245
246 /* The size of a `void*', as computed by sizeof. */
247 #undef SIZEOF_VOIDP
248
249 /* Define to 1 if you have the ANSI C header files. */
250 #undef STDC_HEADERS
251
252 /* Version number of package */
253 #define VERSION "0.10.3"
254
255 /* Define to 1 if your processor stores words with the most significant byte
256    first (like Motorola and SPARC, unlike Intel and VAX). */
257 #undef WORDS_BIGENDIAN
258
259 /* Define to 1 if the X Window System is missing or not being used. */
260 #undef X_DISPLAY_MISSING
261
262 /* Define to `__inline__' or `__inline' if that's what the C compiler
263    calls it, or to nothing if 'inline' is not supported under any name.  */
264 #ifndef __cplusplus
265 #undef inline
266 #endif