summaryrefslogtreecommitdiff
path: root/openbsd-compat/getrrsetbyname.h
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2004-01-26 21:40:35 -0800
committerTim Rice <tim@multitalents.net>2004-01-26 21:40:35 -0800
commit01326ebada378a58c1797fb5a75f631a70a020e0 (patch)
tree304ba9f7ec85d7898aafaedcb61ec5ce56530520 /openbsd-compat/getrrsetbyname.h
parent2597bfd1fbc2ba9aca603c489cdf90d7b9ac5834 (diff)
[defines.h openbsd-compat/getrrsetbyname.h] Move defines for HFIXEDSZ
and T_SIG to getrrsetbyname.h
Diffstat (limited to 'openbsd-compat/getrrsetbyname.h')
-rw-r--r--openbsd-compat/getrrsetbyname.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/openbsd-compat/getrrsetbyname.h b/openbsd-compat/getrrsetbyname.h
index 67937ef5f..39995b63f 100644
--- a/openbsd-compat/getrrsetbyname.h
+++ b/openbsd-compat/getrrsetbyname.h
@@ -58,6 +58,14 @@
58#include <netdb.h> 58#include <netdb.h>
59#include <resolv.h> 59#include <resolv.h>
60 60
61#ifndef HFIXEDSZ
62#define HFIXEDSZ 12
63#endif
64
65#ifndef T_SIG
66#define T_SIG 24
67#endif
68
61/* 69/*
62 * Flags for getrrsetbyname() 70 * Flags for getrrsetbyname()
63 */ 71 */