diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-03-09 15:39:13 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-03-09 15:39:13 +0000 |
commit | 514a723f7489123371bded176355ead48f338ae0 (patch) | |
tree | 7b6eb1603b6669aa5d4da61409ed6865b9311614 /tmux.h | |
parent | 5d3296c53b820664d50d96b2b926f2c2c1105e97 (diff) | |
download | rtmux-514a723f7489123371bded176355ead48f338ae0.tar.gz rtmux-514a723f7489123371bded176355ead48f338ae0.tar.bz2 rtmux-514a723f7489123371bded176355ead48f338ae0.zip |
Solaris fixes, mostly from Dagobert Michelsen.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,7 +55,9 @@ struct tmuxpeer; struct tmuxproc; /* Default global configuration file. */ +#ifndef TMUX_CONF #define TMUX_CONF "/etc/tmux.conf" +#endif /* * Minimum layout cell size, NOT including separator line. The scroll region |