home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / GNU / emacs_src.lha / src / amiga / emacs-18.59 / unix / include / sys / param.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-05  |  127 b   |  12 lines

  1. #ifndef _PARAM_H
  2. #define _PARAM_H
  3.  
  4. #define MAXPATHLEN 1024
  5. #define DEV_BSIZE 512
  6.  
  7. #ifndef NULL
  8. #define NULL (0)
  9. #endif
  10.  
  11. #endif
  12.