aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-04-24 10:57:03 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-04-24 10:57:03 +0100
commit4f3c31a6b63f4489bfc672b510036fd8d9491595 (patch)
tree9f402212e792abe3fc58f4505ed909236a6e9a17 /tmux.h
parent11b90bc9591b4b101efef1f8a9a0d9656d2953c9 (diff)
downloadrtmux-4f3c31a6b63f4489bfc672b510036fd8d9491595.tar.gz
rtmux-4f3c31a6b63f4489bfc672b510036fd8d9491595.tar.bz2
rtmux-4f3c31a6b63f4489bfc672b510036fd8d9491595.zip
Use sysconfdir for the location of global tmux.conf (but default it to /etc),
based on changes from Dagobert Michelsen.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tmux.h b/tmux.h
index f0b9edf0..fc5561b5 100644
--- a/tmux.h
+++ b/tmux.h
@@ -39,10 +39,6 @@
extern char *__progname;
extern char **environ;
-/* Default configuration files. */
-#define DEFAULT_CFG ".tmux.conf"
-#define SYSTEM_CFG "/etc/tmux.conf"
-
/* Default prompt history length. */
#define PROMPT_HISTORY 100