home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROS_m68k_bin.lha / AROS / include / aros / amiga.h < prev    next >
C/C++ Source or Header  |  1997-02-08  |  439b  |  22 lines

  1. #ifndef AROS_AMIGA_H
  2. #define AROS_AMIGA_H
  3.  
  4. /*
  5.     (C) 1995-96 AROS - The Amiga Replacement OS
  6.     $Id: amiga.h,v 1.1 1997/01/09 18:21:15 digulla Exp $
  7.  
  8.     Desc: Amiga-specific things
  9.     Lang: english
  10. */
  11.  
  12. #if defined(__SASC) || defined(__GNUC__)
  13. #   define HAS_STRING_H
  14. #endif
  15.  
  16. #define __AROS_STRUCTURE_ALIGNMENT  4
  17.  
  18. /* To handle the slightly different procedure naming */
  19. #define AROS_SLIB_ENTRY(n,s)  s##_##n
  20.  
  21. #endif /* AROS_AMIGA_H */
  22.