Changeset 118 in Main for trunk/config.h.tmpl


Ignore:
Timestamp:
Sep 21, 2024, 6:03:27 PM (8 weeks ago)
Author:
Nishi
Message:

use poll for select by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config.h.tmpl

    r79 r118  
    55
    66#undef NO_SSL
     7#define USE_POLL
    78
    89/* DO NOT EDIT BELOW THIS LINE */
     
    1213#endif
    1314
     15#if defined(__MINGW32__) && defined(USE_POLL)
     16#undef USE_POLL
     17/* Force select(2) for Windows */
     18#endif
     19
    1420#endif
    1521
Note: See TracChangeset for help on using the changeset viewer.