mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Start of portability update: bitstring.h.
This commit is contained in:
3
configure
vendored
3
configure
vendored
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $Id: configure,v 1.13 2009-05-18 19:18:41 nicm Exp $
|
||||
# $Id: configure,v 1.14 2009-06-25 17:02:59 nicm Exp $
|
||||
|
||||
TMUX_PLATFORM=${TMUX_PLATFORM:-`uname -s`}
|
||||
|
||||
@ -36,6 +36,7 @@ case $TMUX_PLATFORM in
|
||||
OpenBSD)
|
||||
cat <<EOF >>$CONFIG_H
|
||||
#define HAVE_ASPRINTF
|
||||
#define HAVE_BITSTRING_H
|
||||
#define HAVE_DAEMON
|
||||
#define HAVE_FGETLN
|
||||
#define HAVE_FORKPTY
|
||||
|
Reference in New Issue
Block a user