home *** CD-ROM | disk | FTP | other *** search
- #ifndef AROS_AMIGA_H
- #define AROS_AMIGA_H
-
- /*
- (C) 1995-96 AROS - The Amiga Replacement OS
- $Id: amiga.h,v 1.1 1997/01/09 18:21:15 digulla Exp $
-
- 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
-
- #endif /* AROS_AMIGA_H */
-