Revision 18233,
695 bytes
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18232,
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_DART |
---|
12 | #undef DRIVER_NONE |
---|
13 | #undef HAVE_INET_ATON |
---|
14 | #undef HAVE_NANOSLEEP |
---|
15 | #undef USE_LIBWRAP |
---|
16 | #undef WITH_SYMBOL_UNDERSCORE |
---|
17 | #undef ESDBG |
---|
18 | |
---|
19 | #undef INADDR_LOOPBACK |
---|
20 | #undef HAVE_SUN_LEN |
---|
21 | |
---|
22 | /* Define this for AF_UNIX sockets support on OS/2 */ |
---|
23 | #ifdef __EMX__ |
---|
24 | # define TCPIPV4 |
---|
25 | # define _EMX_TCPIP |
---|
26 | #endif |
---|
27 | |
---|
28 | |
---|
29 | @BOTTOM@ |
---|
30 | /* keep these at the end of the generated config.h */ |
---|
31 | |
---|
32 | #ifndef HAVE_SUN_LEN |
---|
33 | #define SUN_LEN(ptr) ((size_t)(((struct sockaddr_un *) 0)->sun_path) + strlen ((ptr)->sun_path)) |
---|
34 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.