diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-09-20 17:51:54 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-09-20 17:51:54 +0000 |
commit | 6df9ac7c37050b712db1cdf42ce7abbf551412e3 (patch) | |
tree | 1b68258a446671fc11980eb066b3108dff367f0f | |
parent | 73f58b90a0eff14ebea74565225d841e9295539b (diff) | |
download | rtmux-6df9ac7c37050b712db1cdf42ce7abbf551412e3.tar.gz rtmux-6df9ac7c37050b712db1cdf42ce7abbf551412e3.tar.bz2 rtmux-6df9ac7c37050b712db1cdf42ce7abbf551412e3.zip |
FreeBSD tree.h is fine.
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.37 2009-09-16 12:36:27 nicm Exp $ +# $Id: configure,v 1.38 2009-09-20 17:51:54 nicm Exp $ TMUX_PLATFORM=${TMUX_PLATFORM:-`uname -s`} @@ -212,6 +212,7 @@ EOF #define HAVE_STRLCPY #define HAVE_STRTONUM #define HAVE_STRSEP +#define HAVE_TREE_H #define HAVE_U_INT EOF cat <<EOF >>$CONFIG_MK |