home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / param.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-08  |  142 b   |  9 lines

  1. #ifndef _WIN32GNU_SYS_PARAM_H_
  2. #define _WIN32GNU_SYS_PARAM_H_
  3.  
  4. #define MAXPATHLEN 255 /* is this long enough? */
  5. #define BSIZE 1024 
  6.  
  7. #endif
  8.  
  9.