mirror of
https://github.com/sheumann/hush.git
synced 2025-02-28 20:31:33 +00:00
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 */
|
/* Pull in the utility routines from libbb */
|
||||||
#include "libbb.h"
|
#include "libbb.h"
|
||||||
|
|
||||||
|
#ifndef PATH_MAX
|
||||||
|
#define PATH_MAX 256
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* _BB_INTERNAL_H_ */
|
#endif /* _BB_INTERNAL_H_ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user