0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps
Rod Vagg af171b7ba2
deps: c-ares float, manual ares_ssize_t definition
c-ares switched to using ares_ssize_t for platform-independent ssize_t,
our GYP usage to include config/<platform>/ares_config.h causes problems
when including gyp as a library in core, i.e. in env.h and cares_wrap.h,
where the defines don't get pulled in properly. This, so far, is the
easiest approach to just making it work nicely--explicitly defining
ares_ssize_t for the different Windows variants and ssize_t for
non-Windows where we don't have a configured type from an ares_config.h.
In all of our non-Windows platforms it is ssize_t anyway so this is
safe.

PR-URL: https://github.com/nodejs/node/pull/15378
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2017-10-02 01:16:11 -03:00
..
cares deps: c-ares float, manual ares_ssize_t definition 2017-10-02 01:16:11 -03:00
gtest
http_parser
icu-small deps: delete deps/icu-small/source/io 2017-06-26 11:37:19 +02:00
nghttp2 deps: define BUILDING_NGHTTP2 during nghttp2 build 2017-09-24 12:17:03 -03:00
node-inspect
npm deps: hotfix to bump npx version 2017-07-17 08:49:14 -07:00
openssl build: add NetBSD support to opensslconf.h 2017-08-30 16:40:32 -03:00
uv deps: upgrade libuv to 1.14.1 2017-09-06 10:16:35 -04:00
v8 deps: V8: cherry-pick 163d360 from upstream 2017-10-01 20:34:59 -03:00
zlib