home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJDEV201.ZIP / include / sys / param.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-13  |  621 b   |  32 lines

  1. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  2. #ifndef __dj_include_sys_param_h_
  3. #define __dj_include_sys_param_h_
  4.  
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8.  
  9. #ifndef __dj_ENFORCE_ANSI_FREESTANDING
  10.  
  11. #ifndef __STRICT_ANSI__
  12.  
  13. #ifndef _POSIX_SOURCE
  14.  
  15. #include <limits.h>
  16.  
  17. #define MAXPATHLEN    PATH_MAX
  18. #define MAXGETHOSTNAME    128
  19.  
  20. #endif /* !_POSIX_SOURCE */
  21. #endif /* !__STRICT_ANSI__ */
  22. #endif /* !__dj_ENFORCE_ANSI_FREESTANDING */
  23.  
  24. #ifndef __dj_ENFORCE_FUNCTION_CALLS
  25. #endif /* !__dj_ENFORCE_FUNCTION_CALLS */
  26.  
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30.  
  31. #endif /* !__dj_include_sys_param_h_ */
  32.