diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2005-03-17 20:32:59 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2005-03-17 20:32:59 +0000 |
commit | 38f797ccd644b119d22e3718ade740f5095cc880 (patch) | |
tree | 4b24c08e18d9bc5d123fa6eb7e0571c742967d1a | |
parent | 553c5a75015e8b1bdceff5dfa62b1487642e307b (diff) |
Use the proper macro to do uClibc detection.
-rw-r--r-- | lib/setup.h | 2 |
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 |