| /* | |
| * Copyright (C) The c-ares project and its contributors | |
| * SPDX-License-Identifier: MIT | |
| */ | |
| /* Prefix names with CARES_ to make sure they don't conflict with other config.h | |
| * files. We need to include some dependent headers that may be system specific | |
| * for C-Ares */ | |
| /* #undef CARES_HAVE_WINDOWS_H */ | |
| /* #undef CARES_HAVE_WS2TCPIP_H */ | |
| /* #undef CARES_HAVE_WINSOCK2_H */ | |