blob: f7d0e043c6eedc884d47fc1f3bafa0922a9322eb (
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
/* The number is outside the 16-bit RR type range and is used
internally by the implementation. */
#define T_QUERY_A_AND_AAAA 439963904
# endif /* !_ISOMAC */
#endif
|