/[tewi]/config_platform.h
ViewVC logotype

Diff of /config_platform.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by nishi, Thu Oct 17 09:53:38 2024 UTC Revision 1.2 by nishi, Thu Oct 17 10:18:01 2024 UTC
# Line 85  Line 85 
85  #undef USE_POLL  #undef USE_POLL
86  #endif  #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  #endif
97    
98  /*  /*


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev