5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: FreeBSD specific things
13 #define __AROS_STRUCTURE_ALIGNMENT 8
16 To handle the slightly different procedure naming under different
17 version of the FreeBSD compiler. Thankfully we have the very helpful
18 preprocessor symbol __ELF__ defined for us.
20 If we don't have these, then we can use the defaults.
23 #define __AROS_SLIB_ENTRY(n,s) s ## _ ## n
24 #define AROS_ASMSYMNAME(s) s
27 #endif /* AROS_FREEBSD_H */