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

  1. #ifndef AROS_LINUX_H
  2. #define AROS_LINUX_H
  3.  
  4. /*
  5.     (C) 1995-96 AROS - The Amiga Replacement OS
  6.     $Id: linux.h,v 1.1 1997/01/09 18:21:16 digulla Exp $
  7.  
  8.     Desc: Linux specific things
  9.     Lang: english
  10. */
  11.  
  12. #define HAS_STRING_H
  13. #define __AROS_STRUCTURE_ALIGNMENT  4
  14.  
  15. #endif /* AROS_LINUX_H */
  16.