aboutsummaryrefslogtreecommitdiffstats
path: root/python/gevent/resolver/cares_ntop.h
blob: 9ffc9dd9e98ebeef09cc24ead70ed8e313b44212 (plain)
1
2
3
4
5
6
7
#ifdef CARES_EMBED
#include "ares_setup.h"
#include "ares.h"
#else
#include <arpa/inet.h>
#define ares_inet_ntop(w,x,y,z) inet_ntop(w,x,y,z)
#endif