mirror of
https://github.com/i3/i3.git
synced 2025-12-01 12:06:20 +00:00
Since the macro PATH_MAX is not defined on every system (GNU/Hurd being one of those who do not define it), we remove all references to this macro. Instead, we use a buffer of arbitraty size and grow it when needed to contain paths.