mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
OS X is still broken, so ask libevent not to use kqueue or poll.
This commit is contained in:
6
configure
vendored
6
configure
vendored
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $Id: configure,v 1.44 2009-11-08 22:51:34 tcunha Exp $
|
||||
# $Id: configure,v 1.45 2009-11-11 09:54:07 nicm Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
#
|
||||
@ -29,6 +29,8 @@ echo "# $TMUX_PLATFORM" >$CONFIG_MK
|
||||
cat <<EOF >>$CONFIG_H
|
||||
#undef HAVE_ASPRINTF
|
||||
#undef HAVE_BROKEN_CMSG_FIRSTHDR
|
||||
#undef HAVE_BROKEN_KQUEUE
|
||||
#undef HAVE_BROKEN_POLL
|
||||
#undef HAVE_BZERO
|
||||
#undef HAVE_CRYPT_H
|
||||
#undef HAVE_DAEMON
|
||||
@ -169,6 +171,8 @@ EOF
|
||||
cat <<EOF >>$CONFIG_H
|
||||
#define HAVE_ASPRINTF
|
||||
#define HAVE_BROKEN_CMSG_FIRSTHDR
|
||||
#define HAVE_BROKEN_KQUEUE
|
||||
#define HAVE_BROKEN_POLL
|
||||
#define HAVE_BZERO
|
||||
#define HAVE_DAEMON
|
||||
#define HAVE_FGETLN
|
||||
|
Reference in New Issue
Block a user