Add fallback for `T_TXT'.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@957 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-11-14 03:23:24 +00:00
parent f5e546a6ff
commit 39656879d4

View File

@@ -46,11 +46,14 @@
/* We use these, but they are not always present in <arpa/nameser.h> */
#ifndef T_TXT
#define T_TXT 16
#endif
#ifndef T_AFSDB
#define T_AFSDB 18
#define T_AFSDB 18
#endif
#ifndef T_SRV
#define T_SRV 33
#define T_SRV 33
#endif
struct dns_query{