#ifndef AROS_AMIGA_H #define AROS_AMIGA_H /* Copyright © 1995-2001, The AROS Development Team. All rights reserved. $Id: amiga.h 12754 2001-12-08 21:23:51Z chodorowski $ Desc: Amiga-specific things Lang: english */ #if defined(__SASC) || defined(__GNUC__) # define HAS_STRING_H #endif #define __AROS_STRUCTURE_ALIGNMENT 4 /* To handle the slightly different procedure naming */ #define __AROS_SLIB_ENTRY(n,s) s ## _ ## n #define AROS_ASMSYMNAME(s) s #endif /* AROS_AMIGA_H */