home *** CD-ROM | disk | FTP | other *** search
/ MACD 4 / MACD4.iso / Emulatory / AROS / include / aros / linux.h < prev    next >
Encoding:
C/C++ Source or Header  |  1978-03-06  |  439 b   |  20 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 1996/09/13 17:54:34 digulla Exp $
  7.     $Log: linux.h,v $
  8.     Revision 1.1  1996/09/13 17:54:34  digulla
  9.     Overworked the way systems are recognised and added three sample systems
  10.  
  11.  
  12.     Desc: Linux specific things
  13.     Lang: english
  14. */
  15.  
  16. #define HAS_STRING_H
  17. #define __AROS_STRUCTURE_ALIGNMENT  8
  18.  
  19. #endif /* AROS_LINUX_H */
  20.