--- config_platform.h 2024/10/17 09:53:38 1.1 +++ config_platform.h 2024/10/17 10:18:01 1.2 @@ -1,4 +1,4 @@ -/* $Id: config_platform.h,v 1.1 2024/10/17 09:53:38 nishi Exp $ */ +/* $Id: config_platform.h,v 1.2 2024/10/17 10:18:01 nishi Exp $ */ /* * Do not edit me! @@ -85,6 +85,14 @@ #undef USE_POLL #endif +#if defined(__bsdi__) && !defined(NO_IPV6) +#define NO_IPV6 +#endif + +#if defined(__bsdi__) && defined(USE_POLL) +#undef USE_POLL +#endif + #endif /*