[Change] Increased PATH_MAX to POSIX minimum.
This commit is contained in:
parent
deb76abd8d
commit
9b60974891
@ -31,7 +31,7 @@ extern char dataname[DATA_NAME_LEN]; /**< Datafile name. */
|
|||||||
|
|
||||||
/* Max filename path. */
|
/* Max filename path. */
|
||||||
#ifndef PATH_MAX
|
#ifndef PATH_MAX
|
||||||
# define PATH_MAX 128 /**< If not already defined. */
|
# define PATH_MAX 256 /**< If not already defined. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef M_PI
|
#ifndef M_PI
|
||||||
|
Loading…
Reference in New Issue
Block a user