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.
Line 
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
10#undef DRIVER_ALSA_09
11#undef DRIVER_ALSA_09_NEW_PCM_API
12#undef DRIVER_DART
13#undef DRIVER_COREAUDIO
14#undef DRIVER_NONE
15#undef HAVE_INET_ATON
16#undef HAVE_INET_PTON
17#undef HAVE_NANOSLEEP
18#undef USE_LIBWRAP
19#undef WITH_SYMBOL_UNDERSCORE
20#undef ESDBG
21
22#undef INADDR_LOOPBACK
23#undef ENABLE_IPV6
24#undef HAVE_INET_NTOP
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.