* include/sys/param.h (MAXPATHLEN): Define.

This commit is contained in:
Danny Smith
2003-03-16 22:18:05 +00:00
parent e685ccffdf
commit 5652f74ed2
2 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,9 @@
#define BIG_ENDIAN 4321
#define LITTLE_ENDIAN 1234
#define BYTE_ORDER LITTLE_ENDIAN
#define MAXPATHLEN PATH_MAX
#endif
#endif