gst/base/gstbasesink.c: Prepare for doing QOS.
[platform/upstream/gstreamer.git] / win32 / config.h
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* always defined to indicate that i18n is enabled */
4 /*#define ENABLE_NLS 1*/
5 #define ENABLE_NLS 1
6
7 /* gettext package name */
8 #define GETTEXT_PACKAGE "gstreamer-0.8"
9
10 /* Location of registry */
11 #define GST_CACHE_DIR "c:\\gstreamer"
12
13 /* macro to use to show function name */
14 /*#undef GST_FUNCTION*/
15
16 /* Default errorlevel to use */
17 #undef GST_LEVEL_DEFAULT
18
19 /* GStreamer license */
20 #define GST_LICENSE "LGPL"
21
22 /* Define the location where the catalogs will be installed */
23 #define LOCALEDIR GST_CACHE_DIR"\\locale"
24
25 /* package origin */
26 #define GST_ORIGIN "http://gstreamer.net"
27
28 /* package name in plugins */
29 #define GST_PACKAGE "GStreamer"
30
31 /* Define the version */
32 #define GST_VERSION "0.8.5"
33
34 /* Define the release version */
35 #define GST_VERSION_RELEASE "20040129_103536"
36
37 /* Define if atomic.h header file is available */
38 #undef HAVE_ATOMIC_H
39
40 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
41 #undef HAVE_BIND_TEXTDOMAIN_CODESET
42
43 /* Define if the target CPU is an Alpha */
44 #undef HAVE_CPU_ALPHA
45
46 /* Define if the target CPU is an ARM */
47 #undef HAVE_CPU_ARM
48
49 /* Define if the target CPU is a HPPA */
50 #undef HAVE_CPU_HPPA
51
52 /* Define if the target CPU is an x86 */
53 #undef HAVE_CPU_I386
54
55 /* Define if the target CPU is a IA64 */
56 #undef HAVE_CPU_IA64
57
58 /* Define if the target CPU is a M68K */
59 #undef HAVE_CPU_M68K
60
61 /* Define if the target CPU is a MIPS */
62 #undef HAVE_CPU_MIPS
63
64 /* Define if the target CPU is a PowerPC */
65 #undef HAVE_CPU_PPC
66
67 /* Define if the target CPU is a S390 */
68 #undef HAVE_CPU_S390
69
70 /* Define if the target CPU is a SPARC */
71 #undef HAVE_CPU_SPARC
72
73 /* Define if the target CPU is a x86_64 */
74 #undef HAVE_CPU_X86_64
75
76 /* Define to 1 if you have the `dcgettext' function. */
77 #undef HAVE_DCGETTEXT
78
79 /* Defined if we have dladdr () */
80 #undef HAVE_DLADDR
81
82 /* Define to 1 if you have the <dlfcn.h> header file. */
83 #undef HAVE_DLFCN_H
84
85 /* defined if the compiler implements __func__ */
86 #undef HAVE_FUNC
87
88 /* defined if the compiler implements __FUNCTION__ */
89 //#undef HAVE_FUNCTION
90
91 /* Define if the GNU gettext() function is already present or preinstalled. */
92 #undef HAVE_GETTEXT
93
94 /* Define to 1 if you have the <inttypes.h> header file. */
95 #undef HAVE_INTTYPES_H
96
97 /* Define if your <locale.h> file defines LC_MESSAGES. */
98 #undef HAVE_LC_MESSAGES
99
100 /* Define if libmmx is available */
101 #undef HAVE_LIBMMX
102
103 /* Define if libxml2 is available */
104 //#undef HAVE_LIBXML2
105 #define HAVE_LIBXML2
106
107 /* Define to 1 if you have the <locale.h> header file. */
108 #undef HAVE_LOCALE_H
109
110 /* defined if we have makecontext () */
111 #undef HAVE_MAKECONTEXT
112
113 /* Define to 1 if you have the <memory.h> header file. */
114 #undef HAVE_MEMORY_H
115
116 /* Defined if we have posix_memalign () */
117 #undef HAVE_POSIX_MEMALIGN
118
119 /* defined if the compiler implements __PRETTY_FUNCTION__ */
120 #undef HAVE_PRETTY_FUNCTION
121
122 /* Defined if libpthread has pthread_attr_setstack () */
123 #undef HAVE_PTHREAD_ATTR_SETSTACK
124
125 /* Define if RDTSC is available */
126 #undef HAVE_RDTSC
127
128 /* Defined if we have sigaction () */
129 #undef HAVE_SIGACTION
130
131 /* Define to 1 if you have the <stdint.h> header file. */
132 #undef HAVE_STDINT_H
133
134 /* Define to 1 if you have the <stdlib.h> header file. */
135 #undef HAVE_STDLIB_H
136
137 /* Define to 1 if you have the <strings.h> header file. */
138 #undef HAVE_STRINGS_H
139
140 /* Define to 1 if you have the <string.h> header file. */
141 #undef HAVE_STRING_H
142
143 /* Define to 1 if you have the <sys/stat.h> header file. */
144 #undef HAVE_SYS_STAT_H
145
146 /* Define to 1 if you have the <sys/types.h> header file. */
147 #undef HAVE_SYS_TYPES_H
148
149 /* defined if we have ucontext.h */
150 #undef HAVE_UCONTEXT_H
151
152 /* Define to 1 if you have the <unistd.h> header file. */
153 #undef HAVE_UNISTD_H
154
155 /* Name of package */
156 #undef PACKAGE
157
158 /* Define to the address where bug reports for this package should be sent. */
159 #undef PACKAGE_BUGREPORT
160
161 /* Define to the full name of this package. */
162 #undef PACKAGE_NAME
163
164 /* Define to the full name and version of this package. */
165 #undef PACKAGE_STRING
166
167 /* Define to the one symbol short name of this package. */
168 #undef PACKAGE_TARNAME
169
170 /* Define to the version of this package. */
171 #undef PACKAGE_VERSION
172
173 /* Define the uninstalled plugin directory */
174 #undef PLUGINS_BUILDDIR
175
176 /* Define the plugin directory */
177 #define PLUGINS_DIR "c:\\gstreamer"
178
179 /* Define if plugins should be loaded from the build tree - only developers
180    should use this */
181 #undef PLUGINS_USE_BUILDDIR
182
183 /* Define to 1 if you have the ANSI C header files. */
184 #undef STDC_HEADERS
185
186 /* Define if we should use i586 optimized stack functions */
187 #undef USE_FAST_STACK_TRASH
188
189 /* Define if we should poison deallocated memory */
190 #undef USE_POISONING
191
192 /* Version number of package */
193 #define VERSION "0.8.5.0"
194
195 /* Define to 1 if your processor stores words with the most significant byte
196    first (like Motorola and SPARC, unlike Intel and VAX). */
197 #define WORDS_BIGENDIAN 0
198
199 #define GST_MAJORMINOR "0.8"
200