summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2013-04-24 10:01:32 +0000
committerNicholas Marriott <nicm@openbsd.org>2013-04-24 10:01:32 +0000
commite323101edede281b65e3c7141d79afdb2501a8ea (patch)
tree2a187fa8243af48d4b7195caa798be19da318a38 /tmux.h
parent3d2b7d5bce9532cedd647ace319afbf95ebe0e20 (diff)
Rename global configuration define.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 8fb06223..7404b27f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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