home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / amiga / emacs-19.28-src.lha / emacs-19.28 / unixlib / 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.