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.4 1996/10/29 03:02:35 aros Exp $
- $Log: amiga.h,v $
- Revision 1.4 1996/10/29 03:02:35 aros
- Added __AROS_SLIB_ENTRY without leading underscore
-
- Revision 1.3 1996/10/21 20:58:57 aros
- GCC has string.h too
-
- Revision 1.2 1996/09/13 17:54:34 digulla
- Overworked the way systems are recognised and added three sample systems
-
-
- Desc: Amiga-specific things
- Lang: english
- */
-
- #if defined(__SASC) || defined(__GNUC__)
- # define HAS_STRING_H
- #endif
-
- #define __AROS_STRUCTURE_ALIGNMENT 8
-
- /* To handle the slightly different procedure naming */
- #define __AROS_SLIB_ENTRY(n,s) s##_##n
-
- #endif /* AROS_AMIGA_H */
-