- Documented /N/M.
[tangerine.git] / compiler / arossupport / include / netbsd.h
blob3b32d57c0aaea1866aa9be3c06f52ec5286d1b12
1 #ifndef AROS_NETBSD_H
2 #define AROS_NETBSD_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: NetBSD 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_NETBSD_H */