From 38f797ccd644b119d22e3718ade740f5095cc880 Mon Sep 17 00:00:00 2001
From: Dan Fandrich <dan@coneharvesters.com>
Date: Thu, 17 Mar 2005 20:32:59 +0000
Subject: [PATCH] Use the proper macro to do uClibc detection.

---
 lib/setup.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/setup.h b/lib/setup.h
index 928eb34c78..3ea2e84e71 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -276,7 +276,7 @@ typedef int curl_socket_t;
 
 #define LIBIDN_REQUIRED_VERSION "0.4.1"
 
-#ifdef __UCLIBC_MAJOR__
+#ifdef __UCLIBC__
 #define HAVE_INET_NTOA_R_2_ARGS 1
 #endif
 
-- 
GitLab