mirror of
https://github.com/vgough/encfs.git
synced 2025-01-14 18:08:34 +01:00
encfsctl: define a default PATH_MAX
Unless it is already defined. Fixes build errors with musl libc.
This commit is contained in:
parent
517c7bc948
commit
f8a563bdcd
@ -44,6 +44,10 @@
|
||||
#include "i18n.h"
|
||||
#include "shared_ptr.h"
|
||||
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX 4096
|
||||
#endif
|
||||
|
||||
using namespace rlog;
|
||||
using namespace std;
|
||||
using gnu::autosprintf;
|
||||
|
Loading…
Reference in New Issue
Block a user