aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/c-ares/src/lib/ares_config-android.h
blob: 2a2200ee6daec6941c258a8e9025dc6e6a5b7f75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright (C) The c-ares project and its contributors
 * SPDX-License-Identifier: MIT
 */

#pragma once

#include "ares_config-linux.h"

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

/* Define to 1 if you have the getservbyname_r function. */
#undef HAVE_GETSERVBYNAME_R

/* Define to 1 if you have the __system_property_get function */
#define HAVE___SYSTEM_PROPERTY_GET