Release 0.11.2
[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 /* Define to 1 if translation of program messages to the user's native
5    language is requested. */
6 #undef ENABLE_NLS
7
8 /* gettext package name */
9 #define GETTEXT_PACKAGE "gst-plugins-bad-0.11"
10
11 /* PREFIX - specifically added for Windows for easier moving */
12 #define PREFIX "C:\\gstreamer"
13
14 /* Location of registry */
15 #define GST_CACHE_DIR PREFIX "\\var\\cache"
16
17 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
18 #undef GST_GCOV_ENABLED
19
20 /* Default errorlevel to use */
21 #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
22
23 /* GStreamer license */
24 #define GST_LICENSE "LGPL"
25
26 /* package name in plugins */
27 #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
28
29 /* package origin */
30 #define GST_PACKAGE_ORIGIN "Unknown package origin"
31
32 /* Define if the host CPU is an Alpha */
33 #undef HAVE_CPU_ALPHA
34
35 /* Define if the host CPU is an ARM */
36 #undef HAVE_CPU_ARM
37
38 /* Define if the host CPU is a HPPA */
39 #undef HAVE_CPU_HPPA
40
41 /* Define if the host CPU is an x86 */
42 #undef HAVE_CPU_I386
43
44 /* Define if the host CPU is a IA64 */
45 #undef HAVE_CPU_IA64
46
47 /* Define if the host CPU is a M68K */
48 #undef HAVE_CPU_M68K
49
50 /* Define if the host CPU is a MIPS */
51 #undef HAVE_CPU_MIPS
52
53 /* Define if the host CPU is a PowerPC */
54 #undef HAVE_CPU_PPC
55
56 /* Define if the host CPU is a S390 */
57 #undef HAVE_CPU_S390
58
59 /* Define if the host CPU is a SPARC */
60 #undef HAVE_CPU_SPARC
61
62 /* Define if the host CPU is a x86_64 */
63 #undef HAVE_CPU_X86_64
64
65 /* Define if the GNU dcgettext() function is already present or preinstalled.
66    */
67 #undef HAVE_DCGETTEXT
68
69 /* Defined if we have dladdr () */
70 #undef HAVE_DLADDR
71
72 /* Define to 1 if you have the <dlfcn.h> header file. */
73 #undef HAVE_DLFCN_H
74
75 /* Define to 1 if you have the `fgetpos' function. */
76 #define HAVE_FGETPOS 1
77
78 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
79 #undef HAVE_FSEEKO
80
81 /* Define to 1 if you have the `fsetpos' function. */
82 #define HAVE_FSETPOS 1
83
84 /* Define to 1 if you have the `ftello' function. */
85 #undef HAVE_FTELLO
86
87 /* defined if the compiler implements __func__ */
88 #undef HAVE_FUNC
89
90 /* defined if the compiler implements __FUNCTION__ */
91 #undef HAVE_FUNCTION
92
93 /* Define to 1 if you have the `getpagesize' function. */
94 #undef HAVE_GETPAGESIZE
95
96 /* Define if the GNU gettext() function is already present or preinstalled. */
97 #undef HAVE_GETTEXT
98
99 /* Define if you have the iconv() function. */
100 #undef HAVE_ICONV
101
102 /* Define to 1 if you have the <inttypes.h> header file. */
103 #undef HAVE_INTTYPES_H
104
105 /* Define if libxml2 is available */
106 #define HAVE_LIBXML2 1
107
108 /* defined if we have makecontext () */
109 #undef HAVE_MAKECONTEXT
110
111 /* Define to 1 if you have the <memory.h> header file. */
112 #undef HAVE_MEMORY_H
113
114 /* Define to 1 if you have a working `mmap' system call. */
115 #undef HAVE_MMAP
116
117 /* defined if the compiler implements __PRETTY_FUNCTION__ */
118 #undef HAVE_PRETTY_FUNCTION
119
120 /* Defined if we have register_printf_function () */
121 #undef HAVE_PRINTF_EXTENSION
122
123 /* Define to 1 if you have the <process.h> header file. */
124 #define HAVE_PROCESS_H 1
125
126 /* Define if RDTSC is available */
127 #undef HAVE_RDTSC
128
129 /* Define to 1 if you have the `sigaction' function. */
130 #undef HAVE_SIGACTION
131
132 /* Define to 1 if you have the <stdint.h> header file. */
133 #undef HAVE_STDINT_H
134
135 /* Define to 1 if you have the <stdlib.h> header file. */
136 #define HAVE_STDLIB_H 1
137
138 /* Define to 1 if you have the <strings.h> header file. */
139 #undef HAVE_STRINGS_H
140
141 /* Define to 1 if you have the <string.h> header file. */
142 #define HAVE_STRING_H 1
143
144 /* Define to 1 if you have the <sys/socket.h> header file. */
145 #undef HAVE_SYS_SOCKET_H
146
147 /* Define to 1 if you have the <sys/stat.h> header file. */
148 #define HAVE_SYS_STAT_H 1
149
150 /* Define to 1 if you have the <sys/types.h> header file. */
151 #define HAVE_SYS_TYPES_H 1
152
153 /* Define to 1 if you have the <ucontext.h> header file. */
154 #undef HAVE_UCONTEXT_H
155
156 /* defined if unaligned memory access works correctly */
157 #undef HAVE_UNALIGNED_ACCESS
158
159 /* Define to 1 if you have the <unistd.h> header file. */
160 #undef HAVE_UNISTD_H
161
162 /* Define if valgrind should be used */
163 #undef HAVE_VALGRIND
164
165 /* Defined if compiling for Windows */
166 #define HAVE_WIN32 1
167
168 /* library dir */
169 #define LIBDIR PREFIX "\\lib"
170
171 /* gettext locale dir */
172 #define LOCALEDIR PREFIX "\\share\\locale"
173
174 /* Name of package */
175 #define PACKAGE "gst-plugins-bad"
176
177 /* Define to the address where bug reports for this package should be sent. */
178 #undef PACKAGE_BUGREPORT
179
180 /* Define to the full name of this package. */
181 #undef PACKAGE_NAME
182
183 /* Define to the full name and version of this package. */
184 #undef PACKAGE_STRING
185
186 /* Define to the one symbol short name of this package. */
187 #undef PACKAGE_TARNAME
188
189 /* Define to the version of this package. */
190 #undef PACKAGE_VERSION
191
192 /* directory where plugins are located */
193 #define PLUGINDIR PREFIX "\\lib\\gstreamer-0.10"
194
195 /* Define to 1 if you have the ANSI C header files. */
196 #undef STDC_HEADERS
197
198 /* Define if we should poison deallocated memory */
199 #undef USE_POISONING
200
201 /* Version number of package */
202 #define VERSION "0.11.2"
203
204 /* Define to 1 if your processor stores words with the most significant byte
205    first (like Motorola and SPARC, unlike Intel and VAX). */
206 #undef WORDS_BIGENDIAN
207
208 /* Number of bits in a file offset, on hosts where this is settable. */
209 #undef _FILE_OFFSET_BITS
210
211 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
212 #undef _LARGEFILE_SOURCE
213
214 /* Define for large files, on AIX-style hosts. */
215 #undef _LARGE_FILES
216
217 /* Define to `__inline__' or `__inline' if that's what the C compiler
218    calls it, or to nothing if 'inline' is not supported under any name.  */
219 /* #undef inline */
220
221 #define GST_PACKAGE "Gst-plugins-bad"
222 #define PACKAGE "gst-plugins-bad"
223 #define GST_ORIGIN "gstreamer.freedesktop.org"