]> git.sur5r.net Git - i3/i3/commit
Remove references to PATH_MAX macro
authorLancelot SIX <lancelot@lancleotsix.com>
Thu, 21 Nov 2013 21:03:49 +0000 (22:03 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 24 Nov 2013 12:50:29 +0000 (13:50 +0100)
commitf22995393ab5d05f3d17f682064154fd264ff495
tree2605c846f6e7b7ba13002fc30e131e814d2e4b75
parent4f5e0e794f61cdcea2652f964ec25d0b7418f69b
Remove references to PATH_MAX macro

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.
i3-nagbar/main.c
include/libi3.h
libi3/get_exe_path.c
src/display_version.c
src/main.c