From e8e9541715e5de2290641bca14a69fcc41b09513 Mon Sep 17 00:00:00 2001 From: Mehrdad Afshari Date: Tue, 29 Aug 2017 10:24:55 -0700 Subject: Update config_freebsd/ares_config.h to FreeBSD 11 ares 1.13 --- third_party/cares/config_freebsd/ares_config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'third_party') diff --git a/third_party/cares/config_freebsd/ares_config.h b/third_party/cares/config_freebsd/ares_config.h index 605db129e2..7beb20c76e 100644 --- a/third_party/cares/config_freebsd/ares_config.h +++ b/third_party/cares/config_freebsd/ares_config.h @@ -19,6 +19,9 @@ /* Definition to make a library symbol externally visible. */ #define CARES_SYMBOL_SCOPE_EXTERN __attribute__ ((__visibility__ ("default"))) +/* the signed version of size_t */ +#define CARES_TYPEOF_ARES_SSIZE_T ssize_t + /* Use resolver library to configure cares */ /* #undef CARES_USE_LIBRESOLV */ @@ -351,7 +354,7 @@ /* #undef NEED_THREAD_SAFE */ /* cpu-machine-OS */ -#define OS "amd64-unknown-freebsd10.3" +#define OS "amd64-unknown-freebsd11.0" /* Name of package */ #define PACKAGE "c-ares" @@ -497,6 +500,3 @@ /* Define to `unsigned int' if does not define. */ /* #undef size_t */ - -/* the signed version of size_t */ -/* #undef ssize_t */ -- cgit v1.2.3