hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone

Blame include/arpa/nameser_compat.h

Packit 6c4009
#ifndef _ARPA_NAMESER_COMPAT_
Packit 6c4009
#include <resolv/arpa/nameser_compat.h>
Packit 6c4009
Packit 6c4009
# ifndef _ISOMAC
Packit 6c4009
Packit 6c4009
/* The number is outside the 16-bit RR type range and is used
Packit 6c4009
   internally by the implementation.  */
Packit 6c4009
#define T_QUERY_A_AND_AAAA 439963904
Packit 6c4009
Packit 6c4009
# endif /* !_ISOMAC */
Packit 6c4009
#endif