about summary refs log tree commit diff
path: root/include/arpa/nameser_compat.h
blob: 69280009b565ebfcc5b18baea4123e4a786b2a68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _ARPA_NAMESER_COMPAT_
#include <resolv/arpa/nameser_compat.h>

# ifndef _ISOMAC

/* Picksome unused number to represent lookups of IPv4 and IPv6 (i.e.,
   T_A and T_AAAA).  */
#define T_UNSPEC 62321

# endif /* !_ISOMAC */
#endif