From e73b05a3944c756cfa7b75e3730dc7e3b2f87b14 Mon Sep 17 00:00:00 2001 From: rfm Date: Wed, 28 May 2025 16:11:47 +0100 Subject: [PATCH] deisable new code again --- Source/NSHost.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSHost.m b/Source/NSHost.m index 51265daca..0cb8fcdf3 100644 --- a/Source/NSHost.m +++ b/Source/NSHost.m @@ -52,7 +52,7 @@ extern int WSAAPI inet_pton(int , const char *, void *); #endif /* !_WIN32 */ // Temporary hack ... disable new code because it seems to break CI -//#undef HAVE_RESOLV_H +#undef HAVE_RESOLV_H #if defined(HAVE_RESOLV_H) #include