home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-19.28-src.tgz / tar.out / fsf / emacs / unixlib / include / sys / param.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  127b  |  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.