From: Nishi Date: Mon, 14 Oct 2024 17:49:23 +0000 (+0000) Subject: trying to add nextstep support X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=5a0bd0cbac18a839e9b6b82aff95dbe2093d0949;p=tewi.git trying to add nextstep support git-svn-id: file:///raid/svn-personal/tewi/trunk@327 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/config.h.tmpl b/config.h.tmpl index 3fd12e9..ea65540 100644 --- a/config.h.tmpl +++ b/config.h.tmpl @@ -80,6 +80,10 @@ #define NO_IPV6 #endif +#if defined(__NeXT__) && defined(USE_POLL) +#undef USE_POLL +#endif + #endif /*