mirror of
https://github.com/tmate-io/tmate.git
synced 2025-02-24 14:21:00 +01:00
FreeBSD kqueue is broken before 8.
This commit is contained in:
parent
2d74ce1d3a
commit
07dcf8610f
3
configure
vendored
3
configure
vendored
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id: configure,v 1.48 2010-04-02 21:26:40 nicm Exp $
|
# $Id: configure,v 1.49 2010-04-05 22:28:25 nicm Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
@ -204,6 +204,7 @@ EOF
|
|||||||
FreeBSD|DragonFly)
|
FreeBSD|DragonFly)
|
||||||
cat <<EOF >>$CONFIG_H
|
cat <<EOF >>$CONFIG_H
|
||||||
#define HAVE_ASPRINTF
|
#define HAVE_ASPRINTF
|
||||||
|
#define HAVE_BROKEN_KQUEUE
|
||||||
#define HAVE_BZERO
|
#define HAVE_BZERO
|
||||||
#define HAVE_DAEMON
|
#define HAVE_DAEMON
|
||||||
#define HAVE_FGETLN
|
#define HAVE_FGETLN
|
||||||
|
Loading…
Reference in New Issue
Block a user