# | Line 85 | Line 85 | |
---|---|---|
85 | #undef USE_POLL | |
86 | #endif | |
87 | ||
88 | + | #if defined(__bsdi__) && !defined(NO_IPV6) |
89 | + | #define NO_IPV6 |
90 | + | #endif |
91 | + | |
92 | + | #if defined(__bsdi__) && defined(USE_POLL) |
93 | + | #undef USE_POLL |
94 | + | #endif |
95 | + | |
96 | #endif | |
97 | ||
98 | /* |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |