aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2005-03-17 20:32:59 +0000
committerDan Fandrich <dan@coneharvesters.com>2005-03-17 20:32:59 +0000
commit38f797ccd644b119d22e3718ade740f5095cc880 (patch)
tree4b24c08e18d9bc5d123fa6eb7e0571c742967d1a /lib
parent553c5a75015e8b1bdceff5dfa62b1487642e307b (diff)
Use the proper macro to do uClibc detection.
Diffstat (limited to 'lib')
-rw-r--r--lib/setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 928eb34c7..3ea2e84e7 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