#ifndef INET_H #define INET_H #include #include #include #include #ifndef AF_INET6 #define AF_INET6 10 #endif #ifndef HAVE_INET_PTON extern int bopm_inet_pton(int, const char *, void *); #endif extern char *inetntop(int, const void *, char *, unsigned int); #endif /* INET_H */