#ifndef HAVE_INET_PTON #if defined(__cplusplus) extern "C" { #endif int inet_pton(int af, const char *src, void *dst); #if defined(__cplusplus) } #endif #endif /* HAVE_INET_PTON */