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:
@@ -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{
|
||||
|
Reference in New Issue
Block a user