PRIMARY_DOMAIN
#define PRIMARY_DOMAIN(h) \
#define PRIMARY_DOMAIN(h) dns_search_list_domain(h, 0)
#define PRIMARY_DOMAIN(h) ((h.dnsrch[0] == NULL) ? NULL : strdup(h.dnsrch[0]))