Skip to content
Snippets Groups Projects
Commit 38f797cc authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Use the proper macro to do uClibc detection.

parent 553c5a75
No related branches found
No related tags found
No related merge requests found
...@@ -276,7 +276,7 @@ typedef int curl_socket_t; ...@@ -276,7 +276,7 @@ typedef int curl_socket_t;
#define LIBIDN_REQUIRED_VERSION "0.4.1" #define LIBIDN_REQUIRED_VERSION "0.4.1"
#ifdef __UCLIBC_MAJOR__ #ifdef __UCLIBC__
#define HAVE_INET_NTOA_R_2_ARGS 1 #define HAVE_INET_NTOA_R_2_ARGS 1
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment