config: fix build with external compiler by passing the sysroot where needed
[AROS.git] / arch / .unmaintained / morphos / Include / aros / amiga.h
blob7f48be7b0c0bc47f9cca7d045eb5d5847316750c
1 #pragma pack(2)
2 #ifndef AROS_AMIGA_H
3 #define AROS_AMIGA_H
5 /*
6 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
7 $Id$
9 Desc: Amiga-specific things
10 Lang: english
13 #if defined(__SASC) || defined(__GNUC__)
14 # define HAS_STRING_H
15 #endif
17 #define __AROS_STRUCTURE_ALIGNMENT 4
19 /* To handle the slightly different procedure naming */
20 #define __AROS_SLIB_ENTRY(n,s) s ## _ ## n
21 #define AROS_ASMSYMNAME(s) (&s##_Gate)
23 #endif /* AROS_AMIGA_H */
25 #pragma pack()