add T_SIG, T_KEY

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8436 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-06-21 15:14:55 +00:00
parent 29a1c7bbcd
commit b692dce52a

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska H<>gskolan
* Copyright (c) 1995 - 2000 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -44,6 +44,12 @@
#ifndef T_AFSDB
#define T_AFSDB 18
#endif
#ifndef T_SIG
#define T_SIG 24
#endif
#ifndef T_KEY
#define T_KEY 25
#endif
#ifndef T_SRV
#define T_SRV 33
#endif
@@ -51,6 +57,8 @@
#define T_NAPTR 35
#endif
struct dns_query{
char *domain;
unsigned type;