#ifdef _AIX #ifndef uint64_t #define uint64_t unsigned long long #endif /* uint64_t */ #endif /* _AIX */ #include #include #include #include char *c_inet_ntoa(struct in_addr *in) { return inet_ntoa (*in); }