diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2013-04-24 10:01:33 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2013-04-24 10:01:33 +0000 |
commit | d4914e0fe753dbf2c02ba0cc1527c425fd1e9b7a (patch) | |
tree | 7e27bbab38385d03f130e2503cb552d6035c7e51 /usr.bin/tmux/tmux.h | |
parent | c498326329acbd7489c0d49fc52aa934fc02560c (diff) |
Rename global configuration define.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index cea5e13300f..cc3c6e149da 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.408 2013/04/22 22:17:29 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.409 2013/04/24 10:01:32 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -43,9 +43,8 @@ extern char *__progname; extern char **environ; -/* Default configuration files. */ -#define DEFAULT_CFG ".tmux.conf" -#define SYSTEM_CFG "/etc/tmux.conf" +/* Default global configuration file. */ +#define TMUX_CONF "/etc/tmux.conf" /* Default prompt history length. */ #define PROMPT_HISTORY 100 |