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