source: trunk/third/gnome-media/config.h.in @ 18416

Revision 18416, 6.7 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18415, which included commits to RCS files with non-trunk default branches.
RevLine 
[18415]1/* config.h.in.  Generated from configure.in by autoheader.  */
[17495]2#undef HAVE_ESD
3
4#undef HAVE_LC_MESSAGES
5#undef HAVE_STPCPY
6#undef PACKAGE
7#undef VERSION
8#undef ENABLE_NLS
9#undef HAVE_CATGETS
10#undef HAVE_GETTEXT
11#undef HAVE_LINUX_SOUNDCARD_H
12#undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
13#undef HAVE_PROGRAM_INVOCATION_NAME
14
15/* Have the ALSA driver */
16#undef ALSA
17
18/* Have the libghttp library on the system */
19#undef WITH_LIBGHTTP
20
21/* the mail transfer agent to use */
22#undef MAIL_TRANSFER_AGENT
23
24/*=== Curses version detection defines ===*/
25/* Found some version of curses that we're going to use */
26#undef HAS_CURSES
27   
28/* Use SunOS SysV curses? */
29#undef USE_SUNOS_CURSES
30
[18415]31/* Use old BSD curses - not used right now */
32#undef USE_BSD_CURSES
33
[17495]34/* Use SystemV curses? */
35#undef USE_SYSV_CURSES
36
37/* Use Ncurses? */
38#undef USE_NCURSES
39
40/* If you Curses does not have color define this one */
41#undef NO_COLOR_CURSES
42
43/* Define if you want to turn on SCO-specific code */
44#undef SCO_FLAVOR
45
46/* Set to reflect version of ncurses *
47 *   0 = version 1.*
48 *   1 = version 1.9.9g
49 *   2 = version 4.0/4.1 */
50#undef NCURSES_970530
51
[18415]52#undef GETTEXT_PACKAGE
[17495]53
[18415]54#undef HAVE_CDROMCLOSETRAY_IOCTL
55#undef DEFAULT_MIXER
56#undef HAVE_MIXER
[17495]57
[18415]58/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
59   systems. This function is required for `alloca.c' support on those systems.
60   */
61#undef CRAY_STACKSEG_END
[17495]62
[18415]63/* Define to 1 if using `alloca.c'. */
64#undef C_ALLOCA
[17495]65
[18415]66/* always defined to indicate that i18n is enabled */
67#undef ENABLE_NLS
[17495]68
[18415]69/* Define to 1 if you have `alloca', as a function or macro. */
70#undef HAVE_ALLOCA
[17495]71
[18415]72/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
73   */
74#undef HAVE_ALLOCA_H
[17495]75
[18415]76/* Define to 1 if you have the <argz.h> header file. */
77#undef HAVE_ARGZ_H
[17495]78
[18415]79/* Define to 1 if you have the `basename' function. */
80#undef HAVE_BASENAME
[17495]81
[18415]82/* Define to 1 if you have the `dcgettext' function. */
83#undef HAVE_DCGETTEXT
[17495]84
[18415]85/* Define to 1 if you have the <dlfcn.h> header file. */
86#undef HAVE_DLFCN_H
[17495]87
[18415]88/* Define to 1 if you have the <fcntl.h> header file. */
89#undef HAVE_FCNTL_H
[17495]90
[18415]91/* Define to 1 if you have the `getcwd' function. */
92#undef HAVE_GETCWD
[17495]93
[18415]94/* Define to 1 if you have the `getpagesize' function. */
95#undef HAVE_GETPAGESIZE
[17495]96
[18415]97/* Define if the GNU gettext() function is already present or preinstalled. */
98#undef HAVE_GETTEXT
[17495]99
[18415]100/* Define to 1 if you have the <inttypes.h> header file. */
101#undef HAVE_INTTYPES_H
[17495]102
[18415]103/* Define if your <locale.h> file defines LC_MESSAGES. */
104#undef HAVE_LC_MESSAGES
[17495]105
[18415]106/* Define to 1 if you have the <limits.h> header file. */
[17495]107#undef HAVE_LIMITS_H
108
[18415]109/* Define to 1 if you have the <linux/cdrom.h> header file. */
[17495]110#undef HAVE_LINUX_CDROM_H
111
[18415]112/* Define to 1 if you have the <linux/soundcard.h> header file. */
[17495]113#undef HAVE_LINUX_SOUNDCARD_H
114
[18415]115/* Define to 1 if you have the <linux/ucdrom.h> header file. */
[17495]116#undef HAVE_LINUX_UCDROM_H
117
[18415]118/* Define to 1 if you have the <locale.h> header file. */
[17495]119#undef HAVE_LOCALE_H
120
[18415]121/* Define to 1 if you have the <machine/soundcard.h> header file. */
[17495]122#undef HAVE_MACHINE_SOUNDCARD_H
123
[18415]124/* Define to 1 if you have the <malloc.h> header file. */
[17495]125#undef HAVE_MALLOC_H
126
[18415]127/* Define to 1 if you have the <memory.h> header file. */
128#undef HAVE_MEMORY_H
129
130/* Define to 1 if you have a working `mmap' system call. */
131#undef HAVE_MMAP
132
133/* Define to 1 if you have the `munmap' function. */
134#undef HAVE_MUNMAP
135
136/* Define to 1 if you have the <nl_types.h> header file. */
[17495]137#undef HAVE_NL_TYPES_H
138
[18415]139/* Define to 1 if you have the `poll' function. */
140#undef HAVE_POLL
141
142/* Define to 1 if you have the `putenv' function. */
143#undef HAVE_PUTENV
144
145/* Define to 1 if you have the `setenv' function. */
146#undef HAVE_SETENV
147
148/* Define to 1 if you have the `setlocale' function. */
149#undef HAVE_SETLOCALE
150
151/* Define to 1 if you have the <soundcard.h> header file. */
[17495]152#undef HAVE_SOUNDCARD_H
153
[18415]154/* Define to 1 if you have the <stdint.h> header file. */
155#undef HAVE_STDINT_H
[17495]156
[18415]157/* Define to 1 if you have the <stdlib.h> header file. */
158#undef HAVE_STDLIB_H
159
160/* Define to 1 if you have the `strcasecmp' function. */
161#undef HAVE_STRCASECMP
162
163/* Define to 1 if you have the `strchr' function. */
164#undef HAVE_STRCHR
165
166/* Define to 1 if you have the `strdup' function. */
167#undef HAVE_STRDUP
168
169/* Define to 1 if you have the <strings.h> header file. */
[17495]170#undef HAVE_STRINGS_H
171
[18415]172/* Define to 1 if you have the <string.h> header file. */
173#undef HAVE_STRING_H
174
175/* Define to 1 if you have the <sun/dkio.h> header file. */
[17495]176#undef HAVE_SUN_DKIO_H
177
[18415]178/* Define to 1 if you have the <sys/asoundlib.h> header file. */
[17495]179#undef HAVE_SYS_ASOUNDLIB_H
180
[18415]181/* Define to 1 if you have the <sys/cdio.h> header file. */
[17495]182#undef HAVE_SYS_CDIO_H
183
[18415]184/* Define to 1 if you have the <sys/ioctl.h> header file. */
[17495]185#undef HAVE_SYS_IOCTL_H
186
[18415]187/* Define to 1 if you have the <sys/param.h> header file. */
[17495]188#undef HAVE_SYS_PARAM_H
189
[18415]190/* Define to 1 if you have the <sys/sockio.h> header file. */
191#undef HAVE_SYS_SOCKIO_H
192
193/* Define to 1 if you have the <sys/soundcard.h> header file. */
[17495]194#undef HAVE_SYS_SOUNDCARD_H
195
[18415]196/* Define to 1 if you have the <sys/stat.h> header file. */
197#undef HAVE_SYS_STAT_H
198
199/* Define to 1 if you have the <sys/types.h> header file. */
200#undef HAVE_SYS_TYPES_H
201
202/* Define to 1 if you have the <unistd.h> header file. */
[17495]203#undef HAVE_UNISTD_H
204
[18415]205/* Define to 1 if you have the `__argz_count' function. */
206#undef HAVE___ARGZ_COUNT
[17495]207
[18415]208/* Define to 1 if you have the `__argz_next' function. */
209#undef HAVE___ARGZ_NEXT
210
211/* Define to 1 if you have the `__argz_stringify' function. */
212#undef HAVE___ARGZ_STRINGIFY
213
[17495]214/* Name of package */
215#undef PACKAGE
216
[18415]217/* Define to the address where bug reports for this package should be sent. */
218#undef PACKAGE_BUGREPORT
219
220/* Define to the full name of this package. */
221#undef PACKAGE_NAME
222
223/* Define to the full name and version of this package. */
224#undef PACKAGE_STRING
225
226/* Define to the one symbol short name of this package. */
227#undef PACKAGE_TARNAME
228
229/* Define to the version of this package. */
230#undef PACKAGE_VERSION
231
232/* If using the C implementation of alloca, define if you know the
233   direction of stack growth for your system; otherwise it will be
234   automatically deduced at run-time.
235        STACK_DIRECTION > 0 => grows toward higher addresses
236        STACK_DIRECTION < 0 => grows toward lower addresses
237        STACK_DIRECTION = 0 => direction of growth unknown */
238#undef STACK_DIRECTION
239
240/* Define to 1 if you have the ANSI C header files. */
241#undef STDC_HEADERS
242
[17495]243/* Version number of package */
244#undef VERSION
245
[18415]246/* Define to empty if `const' does not conform to ANSI C. */
247#undef const
248
249/* Define as `__inline' if that's what the C compiler calls it, or to nothing
250   if it is not supported. */
251#undef inline
252
253/* Define to `long' if <sys/types.h> does not define. */
254#undef off_t
255
256/* Define to `unsigned' if <sys/types.h> does not define. */
257#undef size_t
Note: See TracBrowser for help on using the repository browser.