defines for building on Hurd and BSD kernels
This commit is contained in:
committed by
Robert Osfield
parent
37258df59c
commit
68baf15806
@@ -30,6 +30,10 @@
|
||||
using std::tolower;
|
||||
#endif
|
||||
|
||||
#if defined(__GNU__) && !defined(PATH_MAX)
|
||||
#define PATH_MAX 4096
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
static const char * const PATH_SEPARATORS = "/\\";
|
||||
|
||||
Reference in New Issue
Block a user