Skip to content

Commit

Permalink
android: fix ares config
Browse files Browse the repository at this point in the history
Android does not have that function (not the version of Android
we want anyway)
  • Loading branch information
gcampax committed Apr 5, 2020
1 parent 6b7be0f commit 516a0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/cares/config/android/ares_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
#define HAVE_GETNAMEINFO 1

/* Define to 1 if you have the getservbyport_r function. */
#define HAVE_GETSERVBYPORT_R 1
/* #undef HAVE_GETSERVBYPORT_R */

/* Define to 1 if you have the `gettimeofday' function. */
#define HAVE_GETTIMEOFDAY 1
Expand Down

0 comments on commit 516a0cd

Please sign in to comment.