summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-09-27 11:39:10 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-09-27 11:39:10 +0100
commitfb564057547da8b42b9e134637afd9e8ec85bea6 (patch)
treea7f3d28cf230fd7def04c2aa9dd208f9f98f3d36
parent585c6acf6bf6374c268d7223ff1f6e7cd2c4bc8d (diff)
downloadluxio-fb564057547da8b42b9e134637afd9e8ec85bea6.tar.gz
PATH_MAX is not always defined, allow it to be optional
-rw-r--r--luxio_constants.inc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/luxio_constants.inc.in b/luxio_constants.inc.in
index 50fb646..0c858df 100644
--- a/luxio_constants.inc.in
+++ b/luxio_constants.inc.in
@@ -190,7 +190,7 @@ static const struct {
/* useful types */
E(SSIZE_MAX),
- E(PATH_MAX),
+? E(PATH_MAX),
E(BUFSIZ),
/* file handles */