summaryrefslogtreecommitdiff
path: root/defines.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 /defines.h
parent2597bfd1fbc2ba9aca603c489cdf90d7b9ac5834 (diff)
[defines.h openbsd-compat/getrrsetbyname.h] Move defines for HFIXEDSZ
and T_SIG to getrrsetbyname.h
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/defines.h b/defines.h
index 31bb9a3cb..5e63198e0 100644
--- a/defines.h
+++ b/defines.h
@@ -25,7 +25,7 @@
25#ifndef _DEFINES_H 25#ifndef _DEFINES_H
26#define _DEFINES_H 26#define _DEFINES_H
27 27
28/* $Id: defines.h,v 1.108 2004/01/27 00:02:17 tim Exp $ */ 28/* $Id: defines.h,v 1.109 2004/01/27 05:40:35 tim Exp $ */
29 29
30 30
31/* Constants */ 31/* Constants */
@@ -133,14 +133,6 @@ including rpc/rpc.h breaks Solaris 6
133#define __unused 133#define __unused
134#endif 134#endif
135 135
136#ifndef HFIXEDSZ
137#define HFIXEDSZ 12
138#endif
139
140#ifndef T_SIG
141#define T_SIG 24
142#endif
143
144/* Types */ 136/* Types */
145 137
146/* If sys/types.h does not supply intXX_t, supply them ourselves */ 138/* If sys/types.h does not supply intXX_t, supply them ourselves */