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

  1. #ifndef AROS_FREEBSD_H
  2. #define AROS_FREEBSD_H
  3.  
  4. /*
  5.     (C) 1995-96 AROS - The Amiga Replacement OS
  6.     $Id: freebsd.h,v 1.1 1997/01/09 18:21:16 digulla Exp $
  7.     $Log: freebsd.h,v $
  8.     Revision 1.1  1997/01/09 18:21:16  digulla
  9.     Accidentially deleted :-( Shouldn't work when it's getting late
  10.  
  11.     Revision 1.3  1996/11/25 02:33:54  aros
  12.     Changed for object files in a.out format to work again.
  13.  
  14.     Revision 1.2  1996/11/16 12:05:27  aros
  15.     Overdue... changed __AROS_SLIB_ENTRY to AROS_SLIB_ENTRY.
  16.  
  17.     Revision 1.1  1996/10/14 02:04:45  iaint
  18.     Added aros/freebsd.h for FreeBSD.
  19.  
  20.  
  21.     Desc: FreeBSD specific things
  22.     Lang: english
  23. */
  24.  
  25. #define HAS_STRING_H
  26. #define __AROS_STRUCTURE_ALIGNMENT  8
  27.  
  28. /* To handle the slightly different procedure naming */
  29. #define AROS_SLIB_ENTRY(n,s)          s##_##n
  30. #define AROS_ASMSYMNAME(s)          s
  31.  
  32.  
  33. #endif /* AROS_FREEBSD_H */
  34.