source: trunk/third/gstreamer/config.h.in @ 21448

Revision 21448, 4.9 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21447, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if translation of program messages to the user's native
4   language is requested. */
5#undef ENABLE_NLS
6
7/* gettext package name */
8#undef GETTEXT_PACKAGE
9
10/* Location of registry */
11#undef GST_CACHE_DIR
12
13/* macro to use to show function name */
14#undef GST_FUNCTION
15
16/* Defined if gcov is enabled to force a rebuild due to config.h changing */
17#undef GST_GCOV_ENABLED
18
19/* Default errorlevel to use */
20#undef GST_LEVEL_DEFAULT
21
22/* GStreamer license */
23#undef GST_LICENSE
24
25/* package origin */
26#undef GST_ORIGIN
27
28/* package name in plugins */
29#undef GST_PACKAGE
30
31/* Define the version */
32#undef GST_VERSION
33
34/* Define the release version */
35#undef GST_VERSION_RELEASE
36
37/* Define if the target CPU is an Alpha */
38#undef HAVE_CPU_ALPHA
39
40/* Define if the target CPU is an ARM */
41#undef HAVE_CPU_ARM
42
43/* Define if the target CPU is a HPPA */
44#undef HAVE_CPU_HPPA
45
46/* Define if the target CPU is an x86 */
47#undef HAVE_CPU_I386
48
49/* Define if the target CPU is a IA64 */
50#undef HAVE_CPU_IA64
51
52/* Define if the target CPU is a M68K */
53#undef HAVE_CPU_M68K
54
55/* Define if the target CPU is a MIPS */
56#undef HAVE_CPU_MIPS
57
58/* Define if the target CPU is a PowerPC */
59#undef HAVE_CPU_PPC
60
61/* Define if the target CPU is a S390 */
62#undef HAVE_CPU_S390
63
64/* Define if the target CPU is a SPARC */
65#undef HAVE_CPU_SPARC
66
67/* Define if the target CPU is a x86_64 */
68#undef HAVE_CPU_X86_64
69
70/* Define if the GNU dcgettext() function is already present or preinstalled.
71   */
72#undef HAVE_DCGETTEXT
73
74/* Defined if we have dladdr () */
75#undef HAVE_DLADDR
76
77/* Define to 1 if you have the <dlfcn.h> header file. */
78#undef HAVE_DLFCN_H
79
80/* defined if the compiler implements __func__ */
81#undef HAVE_FUNC
82
83/* defined if the compiler implements __FUNCTION__ */
84#undef HAVE_FUNCTION
85
86/* Define to 1 if you have the `getpagesize' function. */
87#undef HAVE_GETPAGESIZE
88
89/* Define if the GNU gettext() function is already present or preinstalled. */
90#undef HAVE_GETTEXT
91
92/* Define if you have the iconv() function. */
93#undef HAVE_ICONV
94
95/* Define to 1 if you have the <inttypes.h> header file. */
96#undef HAVE_INTTYPES_H
97
98/* Define if libxml2 is available */
99#undef HAVE_LIBXML2
100
101/* defined if we have makecontext () */
102#undef HAVE_MAKECONTEXT
103
104/* Define to 1 if you have the <memory.h> header file. */
105#undef HAVE_MEMORY_H
106
107/* Define to 1 if you have a working `mmap' system call. */
108#undef HAVE_MMAP
109
110/* defined if the compiler implements __PRETTY_FUNCTION__ */
111#undef HAVE_PRETTY_FUNCTION
112
113/* Defined if we have register_printf_function () */
114#undef HAVE_PRINTF_EXTENSION
115
116/* Define if RDTSC is available */
117#undef HAVE_RDTSC
118
119/* Defined if we have sigaction () */
120#undef HAVE_SIGACTION
121
122/* Define to 1 if you have the <stdint.h> header file. */
123#undef HAVE_STDINT_H
124
125/* Define to 1 if you have the <stdlib.h> header file. */
126#undef HAVE_STDLIB_H
127
128/* Define to 1 if you have the <strings.h> header file. */
129#undef HAVE_STRINGS_H
130
131/* Define to 1 if you have the <string.h> header file. */
132#undef HAVE_STRING_H
133
134/* Define to 1 if you have the <sys/stat.h> header file. */
135#undef HAVE_SYS_STAT_H
136
137/* Define to 1 if you have the <sys/types.h> header file. */
138#undef HAVE_SYS_TYPES_H
139
140/* defined if we have ucontext.h */
141#undef HAVE_UCONTEXT_H
142
143/* defined if unaligned memory access works correctly */
144#undef HAVE_UNALIGNED_ACCESS
145
146/* Define to 1 if you have the <unistd.h> header file. */
147#undef HAVE_UNISTD_H
148
149/* Define if valgrind should be used */
150#undef HAVE_VALGRIND
151
152/* Defined if compiling for Windows */
153#undef HAVE_WIN32
154
155/* library dir */
156#undef LIBDIR
157
158/* gettext locale dir */
159#undef LOCALEDIR
160
161/* Name of package */
162#undef PACKAGE
163
164/* Define to the address where bug reports for this package should be sent. */
165#undef PACKAGE_BUGREPORT
166
167/* Define to the full name of this package. */
168#undef PACKAGE_NAME
169
170/* Define to the full name and version of this package. */
171#undef PACKAGE_STRING
172
173/* Define to the one symbol short name of this package. */
174#undef PACKAGE_TARNAME
175
176/* Define to the version of this package. */
177#undef PACKAGE_VERSION
178
179/* Define the uninstalled plugin directory */
180#undef PLUGINS_BUILDDIR
181
182/* Define the plugin directory */
183#undef PLUGINS_DIR
184
185/* Define if plugins should be loaded from the build tree - only developers
186   should use this */
187#undef PLUGINS_USE_BUILDDIR
188
189/* Define to 1 if you have the ANSI C header files. */
190#undef STDC_HEADERS
191
192/* Define if we should use i586 optimized stack functions */
193#undef USE_FAST_STACK_TRASH
194
195/* Define if we should poison deallocated memory */
196#undef USE_POISONING
197
198/* Version number of package */
199#undef VERSION
200
201/* Define to 1 if your processor stores words with the most significant byte
202   first (like Motorola and SPARC, unlike Intel and VAX). */
203#undef WORDS_BIGENDIAN
204
205/* Define to `__inline__' or `__inline' if that's what the C compiler
206   calls it, or to nothing if 'inline' is not supported under any name.  */
207#ifndef __cplusplus
208#undef inline
209#endif
Note: See TracBrowser for help on using the repository browser.