ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/config_platform.h
(Generate patch)

Comparing config_platform.h (file contents):
Revision 1.1 by nishi, Thu Oct 17 09:53:38 2024 UTC vs.
Revision 1.2 by nishi, Thu Oct 17 10:18:01 2024 UTC

# 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   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines