Skip to content

Commit 516a0cd

Browse files
committed
android: fix ares config
Android does not have that function (not the version of Android we want anyway)
1 parent 6b7be0f commit 516a0cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/cares/config/android/ares_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
#define HAVE_GETNAMEINFO 1
129129

130130
/* Define to 1 if you have the getservbyport_r function. */
131-
#define HAVE_GETSERVBYPORT_R 1
131+
/* #undef HAVE_GETSERVBYPORT_R */
132132

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

0 commit comments

Comments
 (0)