/* thread safe version of some common functions */ /* for thread safe my_inet_ntoa */ #if !defined(MSDOS) && !defined(__WIN32__) #include #include #include #endif void my_inet_ntoa(struct in_addr in, char *buf);