provide glue for classes too

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24896 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-03-22 17:19:26 +00:00
parent 9697d2a91c
commit b7db794723

View File

@@ -44,7 +44,11 @@
#endif
#endif
typedef enum {
enum {
rk_ns_c_in = 1
};
enum {
rk_ns_t_invalid = 0, /* Cookie. */
rk_ns_t_a = 1, /* Host address. */
rk_ns_t_ns = 2, /* Authoritative server. */
@@ -99,7 +103,7 @@ typedef enum {
rk_ns_t_any = 255, /* Wildcard match. */
rk_ns_t_zxfr = 256, /* BIND-specific, nonstandard. */
rk_ns_t_max = 65536
} rk_ns_type;
};
#ifndef MAXDNAME
#define MAXDNAME 1025