summaryrefslogtreecommitdiff
path: root/deps/cares/config/cygwin/ares_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/cares/config/cygwin/ares_config.h')
-rw-r--r--deps/cares/config/cygwin/ares_config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/deps/cares/config/cygwin/ares_config.h b/deps/cares/config/cygwin/ares_config.h
index 592a245985..3818ad0b46 100644
--- a/deps/cares/config/cygwin/ares_config.h
+++ b/deps/cares/config/cygwin/ares_config.h
@@ -22,6 +22,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
+
/* if a /etc/inet dir is being used */
/* #undef ETC_INET */
@@ -364,7 +367,7 @@
#define PACKAGE_NAME "c-ares"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "c-ares 1.7.1"
+#define PACKAGE_STRING "c-ares 1.13.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "c-ares"
@@ -373,7 +376,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.7.1"
+#define PACKAGE_VERSION "1.13.0"
/* a suitable file/device to read random data from */
#define RANDOM_FILE "/dev/urandom"