source: trunk/third/esound/acconfig.h @ 20226

Revision 20226, 816 bytes checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20225, which included commits to RCS files with non-trunk default branches.
RevLine 
[15362]1#undef DRIVER_OSS
2#undef DRIVER_AIX
3#undef DRIVER_IRIX
4#undef DRIVER_HPUX
5#undef DRIVER_OSF
6#undef DRIVER_SOLARIS
7#undef DRIVER_MKLINUX
8#undef DRIVER_ALSA
9#undef DRIVER_NEWALSA
[18232]10#undef DRIVER_ALSA_09
[20225]11#undef DRIVER_ALSA_09_NEW_PCM_API
[15362]12#undef DRIVER_DART
[20225]13#undef DRIVER_COREAUDIO
[15362]14#undef DRIVER_NONE
15#undef HAVE_INET_ATON
[20225]16#undef HAVE_INET_PTON
[15362]17#undef HAVE_NANOSLEEP
18#undef USE_LIBWRAP
19#undef WITH_SYMBOL_UNDERSCORE
20#undef ESDBG
21
22#undef INADDR_LOOPBACK
[20225]23#undef ENABLE_IPV6
24#undef HAVE_INET_NTOP
[15362]25#undef HAVE_SUN_LEN
26
27/* Define this for AF_UNIX sockets support on OS/2 */
28#ifdef __EMX__
29#  define TCPIPV4
30#  define _EMX_TCPIP
31#endif
32
33
34@BOTTOM@
35/* keep these at the end of the generated config.h */
36
37#ifndef HAVE_SUN_LEN
38#define SUN_LEN(ptr) ((size_t)(((struct sockaddr_un *) 0)->sun_path) + strlen ((ptr)->sun_path))
39#endif
Note: See TracBrowser for help on using the repository browser.