FS-4000 --resolve

This commit is contained in:
Jeff Lenk 2013-03-10 15:01:38 -05:00
parent 45eaaf4178
commit 6fe64c68c0

View File

@ -1042,6 +1042,11 @@ SWITCH_DECLARE(switch_status_t) switch_thread_create(switch_thread_t ** new_thre
* The default values come from FreeBSD 4.1.1
*/
#define SWITCH_INET AF_INET
#ifdef AF_INET6
#define SWITCH_INET6 AF_INET6
#else
#define SWITCH_INET6 0
#endif
/** @def SWITCH_UNSPEC
* Let the system decide which address family to use