mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
Fix for PATH_MAX not always defined.
This commit is contained in:
@@ -543,6 +543,10 @@ extern char __mx_opts[];
|
|||||||
#define INT_MAX ((int)(((unsigned int)-3) >> 1))
|
#define INT_MAX ((int)(((unsigned int)-3) >> 1))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef PATH_MAX
|
||||||
|
#define PATH_MAX 4096
|
||||||
|
#endif
|
||||||
|
|
||||||
#define TIME_MAX 2147483647
|
#define TIME_MAX 2147483647
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user