From 07dcf8610f60b13d714425452fe552d57a551585 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 5 Apr 2010 22:28:25 +0000 Subject: [PATCH] FreeBSD kqueue is broken before 8. --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index ca5fe896..307164b6 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/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 # @@ -204,6 +204,7 @@ EOF FreeBSD|DragonFly) cat <>$CONFIG_H #define HAVE_ASPRINTF +#define HAVE_BROKEN_KQUEUE #define HAVE_BZERO #define HAVE_DAEMON #define HAVE_FGETLN