diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-03-31 22:08:45 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-03-31 22:08:45 +0000 |
commit | d13add828ad7737dea34384e7fc0bf116ffff605 (patch) | |
tree | 566c9d6e3833c847cf9fd2018cbc3b1a367a48fe /tmux.h | |
parent | 92594c8029db87738aa99262a8275d57ce9e520d (diff) | |
download | rtmux-d13add828ad7737dea34384e7fc0bf116ffff605.tar.gz rtmux-d13add828ad7737dea34384e7fc0bf116ffff605.tar.bz2 rtmux-d13add828ad7737dea34384e7fc0bf116ffff605.zip |
More AIX tweaks.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.292 2009-03-29 11:18:28 nicm Exp $ */ +/* $Id: tmux.h,v 1.293 2009-03-31 22:08:45 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -109,6 +109,7 @@ extern const char *__progname; #define _PATH_BSHELL "/bin/sh" #define _PATH_TMP "/tmp/" #define _PATH_DEVNULL "/dev/null" +#define _PATH_TTY "/dev/tty" #endif /* Default configuration file. */ |