Define AVS_COMMONS_NET_POSIX_AVS_SOCKET_HAVE_GETIFADDRS

Define Documentation

AVS_COMMONS_NET_POSIX_AVS_SOCKET_HAVE_GETIFADDRS

Is the getifaddrs() function available?

Disabling this flag will cause avs_net_socket_interface_name() to use a less optimal implementation based on the SIOCGIFCONF ioctl.

If SIOCGIFCONF is not defined, either, then avs_net_socket_interface_name() will always return an error.