cares_ntop.h 148 B

1234567
  1. #ifdef CARES_EMBED
  2. #include "ares_setup.h"
  3. #include "ares.h"
  4. #else
  5. #include <arpa/inet.h>
  6. #define ares_inet_ntop(w,x,y,z) inet_ntop(w,x,y,z)
  7. #endif