From 5a0bd0cbac18a839e9b6b82aff95dbe2093d0949 Mon Sep 17 00:00:00 2001 From: Nishi Date: Mon, 14 Oct 2024 17:49:23 +0000 Subject: [PATCH] trying to add nextstep support git-svn-id: file:///raid/svn-personal/tewi/trunk@327 8739d7e6-ffea-ec47-b151-bdff447c6205 --- config.h.tmpl | 4 ++++ 1 file changed, 4 insertions(+) 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 /* -- 2.45.2