add fallback definition for T_AAAA

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11233 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2002-08-26 13:30:16 +00:00
parent 7b9c9dcd4f
commit b61d95fffc

View File

@@ -50,6 +50,9 @@
#ifndef T_KEY
#define T_KEY 25
#endif
#ifndef T_AAAA
#define T_AAAA 28
#endif
#ifndef T_SRV
#define T_SRV 33
#endif