home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BC_DICE2.DMS / in.adf / INCLUDE / sys / param.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-10  |  237 b   |  16 lines

  1.  
  2. /*
  3.  * $VER: sys/param.h 1.0 (17.4.93)
  4.  *
  5.  * (c)Copyright 1992 Obvious Implementations Corp, All Rights Reserved
  6.  */
  7.  
  8. #ifndef SYS_PARAM_H
  9. #define SYS_PARAM_H
  10.  
  11. #include <sys/types.h>
  12. #define MAXPATHLEN 512
  13. #define MACHINE "amiga"
  14.  
  15. #endif
  16.