Define AVS_COMMONS_NET_POSIX_AVS_SOCKET_HAVE_GETIFADDRS
Defined in File avs_commons_config.h
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 theSIOCGIFCONFioctl.If
SIOCGIFCONFis not defined, either, thenavs_net_socket_interface_name()will always return an error.