From c3b9f8c4582882cd1f768b0727eca75475bb4f94 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Thu, 12 Jul 2018 23:40:30 -0700 Subject: track embedded python distribution --- python/gevent/cares_ntop.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python/gevent/cares_ntop.h (limited to 'python/gevent/cares_ntop.h') diff --git a/python/gevent/cares_ntop.h b/python/gevent/cares_ntop.h new file mode 100644 index 0000000..9ffc9dd --- /dev/null +++ b/python/gevent/cares_ntop.h @@ -0,0 +1,7 @@ +#ifdef CARES_EMBED +#include "ares_setup.h" +#include "ares.h" +#else +#include +#define ares_inet_ntop(w,x,y,z) inet_ntop(w,x,y,z) +#endif -- cgit v1.2.3