aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2017-08-29 10:24:55 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-09-09 16:32:48 +0200
commite8e9541715e5de2290641bca14a69fcc41b09513 (patch)
tree844322a6251e4e08c9b54ca92c007d16091629df /third_party
parentbb650ca8755279f7059701fe6ba2e16c624122e2 (diff)
Update config_freebsd/ares_config.h to FreeBSD 11 ares 1.13
Diffstat (limited to 'third_party')
-rw-r--r--third_party/cares/config_freebsd/ares_config.h8
1 files changed, 4 insertions, 4 deletions
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 <sys/types.h> does not define. */
/* #undef size_t */
-
-/* the signed version of size_t */
-/* #undef ssize_t */