Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / compiler / arossupport / include / openbsd.h
blob5dc926ab1188e76bcef30b8537453dff4719635f
1 #ifndef AROS_OPENBSD_H
2 #define AROS_OPENBSD_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: OpenBSD specific hings
9 Lang: english
12 #define HAS_STRING_H
13 #define __AROS_STRUCTURE_ALIGNMENT 8
15 /* To handle the slightly different procedure naming */
16 #define __AROS_SLIB_ENTRY(n,s) s ## _ ## n
17 #define AROS_ASMSYMNAME(s) s
19 #endif /* AROS_OPENBSD_H */