summaryrefslogtreecommitdiff
path: root/deps/cares/src/ares_setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/cares/src/ares_setup.h')
-rw-r--r--deps/cares/src/ares_setup.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/cares/src/ares_setup.h b/deps/cares/src/ares_setup.h
index 18e14557cd..dee3e6ba6e 100644
--- a/deps/cares/src/ares_setup.h
+++ b/deps/cares/src/ares_setup.h
@@ -75,9 +75,9 @@
/* please, do it beyond the point further indicated in this file. */
/* ================================================================ */
-#if 1 /* libuv hack */
-#include <errno.h> /* needed on windows */
-#else
+#if 1
+# define SIZEOF_SHORT 2
+#else /* Disabled for the gyp-ified build. */
/*
* c-ares external interface definitions are also used internally,
* and might also include required system header files to define them.
@@ -90,7 +90,7 @@
*/
#include <ares_rules.h>
-#endif /* libuv hack */
+#endif
/* ================================================================= */
/* No system header file shall be included in this file before this */