summaryrefslogtreecommitdiff
path: root/REORG.TODO/include/arpa/nameser_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/include/arpa/nameser_compat.h')
-rw-r--r--REORG.TODO/include/arpa/nameser_compat.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/REORG.TODO/include/arpa/nameser_compat.h b/REORG.TODO/include/arpa/nameser_compat.h
new file mode 100644
index 0000000000..f7d0e043c6
--- /dev/null
+++ b/REORG.TODO/include/arpa/nameser_compat.h
@@ -0,0 +1,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