1#ifndef _ARPA_NAMESER_COMPAT_
2#include <resolv/arpa/nameser_compat.h>
3
4/* Picksome unused number to represent lookups of IPv4 and IPv6 (i.e.,
5 T_A and T_AAAA). */
6#define T_UNSPEC 62321
7
8#endif
9