From d13add828ad7737dea34384e7fc0bf116ffff605 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 31 Mar 2009 22:08:45 +0000 Subject: More AIX tweaks. --- tmux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 94cb06cb..2a0745c1 100644 --- a/tmux.h +++ b/tmux.h @@ -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 @@ -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. */ -- cgit