source: trunk/third/esound/config.h.in @ 20804

Revision 20804, 4.3 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20803, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define if using alloca.c.  */
4#undef C_ALLOCA
5
6/* Define to empty if the keyword does not work.  */
7#undef const
8
9/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10   This function is required for alloca.c support on those systems.  */
11#undef CRAY_STACKSEG_END
12
13/* Define if you have alloca, as a function or macro.  */
14#undef HAVE_ALLOCA
15
16/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
17#undef HAVE_ALLOCA_H
18
19/* Define as __inline if that's what the C compiler calls it.  */
20#undef inline
21
22/* If using the C implementation of alloca, define if you know the
23   direction of stack growth for your system; otherwise it will be
24   automatically deduced at run-time.
25 STACK_DIRECTION > 0 => grows toward higher addresses
26 STACK_DIRECTION < 0 => grows toward lower addresses
27 STACK_DIRECTION = 0 => direction of growth unknown
28 */
29#undef STACK_DIRECTION
30
31/* Define if your processor stores words with the most significant
32   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
33#undef WORDS_BIGENDIAN
34
35#undef DRIVER_OSS
36#undef DRIVER_AIX
37#undef DRIVER_IRIX
38#undef DRIVER_HPUX
39#undef DRIVER_OSF
40#undef DRIVER_SOLARIS
41#undef DRIVER_MKLINUX
42#undef DRIVER_ALSA
43#undef DRIVER_NEWALSA
44#undef DRIVER_ALSA_09
45#undef DRIVER_ALSA_09_NEW_PCM_API
46#undef DRIVER_DART
47#undef DRIVER_COREAUDIO
48#undef DRIVER_NONE
49#undef HAVE_INET_ATON
50#undef HAVE_INET_PTON
51#undef HAVE_NANOSLEEP
52#undef USE_LIBWRAP
53#undef WITH_SYMBOL_UNDERSCORE
54#undef ESDBG
55
56#undef INADDR_LOOPBACK
57#undef ENABLE_IPV6
58#undef HAVE_INET_NTOP
59#undef HAVE_SUN_LEN
60
61/* Define if you have the fchmod function.  */
62#undef HAVE_FCHMOD
63
64/* Define if you have the fchown function.  */
65#undef HAVE_FCHOWN
66
67/* Define if you have the gethostbyname2 function.  */
68#undef HAVE_GETHOSTBYNAME2
69
70/* Define if you have the putenv function.  */
71#undef HAVE_PUTENV
72
73/* Define if you have the setenv function.  */
74#undef HAVE_SETENV
75
76/* Define if you have the strtok_r function.  */
77#undef HAVE_STRTOK_R
78
79/* Define if you have the usleep function.  */
80#undef HAVE_USLEEP
81
82/* Define if you have the <CoreAudio/CoreAudio.h> header file.  */
83#undef HAVE_COREAUDIO_COREAUDIO_H
84
85/* Define if you have the <alsa/asoundlib.h> header file.  */
86#undef HAVE_ALSA_ASOUNDLIB_H
87
88/* Define if you have the <dlfcn.h> header file.  */
89#undef HAVE_DLFCN_H
90
91/* Define if you have the <dmedia/audio.h> header file.  */
92#undef HAVE_DMEDIA_AUDIO_H
93
94/* Define if you have the <machine/soundcard.h> header file.  */
95#undef HAVE_MACHINE_SOUNDCARD_H
96
97/* Define if you have the <mme/mme_api.h> header file.  */
98#undef HAVE_MME_MME_API_H
99
100/* Define if you have the <soundcard.h> header file.  */
101#undef HAVE_SOUNDCARD_H
102
103/* Define if you have the <sun/audioio.h> header file.  */
104#undef HAVE_SUN_AUDIOIO_H
105
106/* Define if you have the <sys/asoundlib.h> header file.  */
107#undef HAVE_SYS_ASOUNDLIB_H
108
109/* Define if you have the <sys/audio.h> header file.  */
110#undef HAVE_SYS_AUDIO_H
111
112/* Define if you have the <sys/audio.io.h> header file.  */
113#undef HAVE_SYS_AUDIO_IO_H
114
115/* Define if you have the <sys/audioio.h> header file.  */
116#undef HAVE_SYS_AUDIOIO_H
117
118/* Define if you have the <sys/filio.h> header file.  */
119#undef HAVE_SYS_FILIO_H
120
121/* Define if you have the <sys/ioctl.h> header file.  */
122#undef HAVE_SYS_IOCTL_H
123
124/* Define if you have the <sys/soundcard.h> header file.  */
125#undef HAVE_SYS_SOUNDCARD_H
126
127/* Define if you have the <sys/soundlib.h> header file.  */
128#undef HAVE_SYS_SOUNDLIB_H
129
130/* Define if you have the asound library (-lasound).  */
131#undef HAVE_LIBASOUND
132
133/* Define if you have the audio library (-laudio).  */
134#undef HAVE_LIBAUDIO
135
136/* Define if you have the nsl library (-lnsl).  */
137#undef HAVE_LIBNSL
138
139/* Define if you have the ossaudio library (-lossaudio).  */
140#undef HAVE_LIBOSSAUDIO
141
142/* Define if you have the resolv library (-lresolv).  */
143#undef HAVE_LIBRESOLV
144
145/* Define if you have the rt library (-lrt).  */
146#undef HAVE_LIBRT
147
148/* Define if you have the socket library (-lsocket).  */
149#undef HAVE_LIBSOCKET
150
151/* Define if you have the sound library (-lsound).  */
152#undef HAVE_LIBSOUND
153
154/* Name of package */
155#undef PACKAGE
156
157/* Version number of package */
158#undef VERSION
159
160/* keep these at the end of the generated config.h */
161
162#ifndef HAVE_SUN_LEN
163#define SUN_LEN(ptr) ((size_t)(((struct sockaddr_un *) 0)->sun_path) + strlen ((ptr)->sun_path))
164#endif
Note: See TracBrowser for help on using the repository browser.