If PATH_MAX isn't defined, define it outselves

This commit is contained in:
Eric Andersen 2002-01-26 23:58:22 +00:00
parent 53a2299230
commit 20d739adf7

View File

@ -101,6 +101,8 @@ extern const struct BB_applet applets[];
/* Pull in the utility routines from libbb */
#include "libbb.h"
#ifndef PATH_MAX
#define PATH_MAX 256
#endif
#endif /* _BB_INTERNAL_H_ */