yt-local/python/gevent/cares_ntop.h
2018-07-12 23:41:07 -07:00

8 lines
148 B
C

#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