If PATH_MAX isn't defined, define it outselves
This commit is contained in:
parent
53a2299230
commit
20d739adf7
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user