aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-08-26 08:58:39 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-08-26 08:58:39 +0000
commit6b4ed722b1d77342fd4faa0c33880ef1d1d2305f (patch)
tree4f8c250e2a5d3ccc1c3f2ada842a152ed26ceb88 /configure
parent1ce325b31e1a81e40f2d9819ce65a51c4b251971 (diff)
downloadrtmux-6b4ed722b1d77342fd4faa0c33880ef1d1d2305f.tar.gz
rtmux-6b4ed722b1d77342fd4faa0c33880ef1d1d2305f.tar.bz2
rtmux-6b4ed722b1d77342fd4faa0c33880ef1d1d2305f.zip
FreeBSD and NetBSD HAVE got ttydefaults.h. Fixes SF bug 2844744.
Also make clang use -iquote in makefiles.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 8e6eacd5..d352d828 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.32 2009-08-20 13:35:59 nicm Exp $
+# $Id: configure,v 1.33 2009-08-26 08:58:39 nicm Exp $
TMUX_PLATFORM=${TMUX_PLATFORM:-`uname -s`}
@@ -214,6 +214,7 @@ EOF
#define HAVE_STRLCPY
#define HAVE_STRTONUM
#define HAVE_STRSEP
+#define HAVE_TTYDEFAULTS_H
#define HAVE_TTYDEFCHARS
#define HAVE_U_INT
EOF
@@ -243,6 +244,7 @@ EOF
#define HAVE_STRLCAT
#define HAVE_STRLCPY
#define HAVE_STRSEP
+#define HAVE_TTYDEFAULTS_H
#define HAVE_TTYDEFCHARS
#define HAVE_UTIL_H
#define HAVE_U_INT