Fixed compile error on GNU Hurd. Issue reported by Mark Hindly.
This commit is contained in:
@@ -10,3 +10,7 @@
|
||||
#define FALSE 0
|
||||
#endif
|
||||
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX 2048
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user