Fix #618: Avoid using PATH_MAX where not available
authorAndreas Rönnquist <>
Mon, 25 Jun 2018 09:19:46 +0000 (10:19 +0100)
committerColin Clark <colin.clark@cclark.uk>
Mon, 25 Jun 2018 09:19:46 +0000 (10:19 +0100)
commitc84ca102b96fd5021e6ef070f91043fdb5fffb57
tree9629e7e864c689ddd53cca9d51af5d49012dcee7
parent748d0bdf63620e3e4f1b682c59d1cf53a4a5c05f
Fix #618: Avoid using PATH_MAX where not available

https://github.com/BestImageViewer/geeqie/pull/618

Geeqie fails to build on Hurd because of not finding PATH_MAX, this fix would avoid using PATH_MAX on systems where it isn't available.
src/ui_fileops.c