From 436f3b357ee6a960621c319b7904aeed1cccead4 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 30 Dec 2010 20:41:08 +0000 Subject: epoll on Linux is broken with /dev/null so it needs to be disabled. Instead of adding another BROKEN_* define, move event_init into osdep-*.c. --- configure | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'configure') diff --git a/configure b/configure index b2330f62..084071dd 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.59 2010-12-08 19:55:31 nicm Exp $ +# $Id: configure,v 1.60 2010-12-30 20:41:07 nicm Exp $ # # Copyright (c) 2009 Nicholas Marriott # @@ -30,8 +30,6 @@ cat <>$CONFIG_H #undef HAVE_ASPRINTF #undef HAVE_BROKEN_CMSG_FIRSTHDR #undef HAVE_BROKEN_CURSES_H -#undef HAVE_BROKEN_KQUEUE -#undef HAVE_BROKEN_POLL #undef HAVE_BZERO #undef HAVE_CLOSEFROM #undef HAVE_DAEMON @@ -185,8 +183,6 @@ EOF cat <>$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_DIRFD @@ -222,7 +218,6 @@ EOF FreeBSD|DragonFly) cat <>$CONFIG_H #define HAVE_ASPRINTF -#define HAVE_BROKEN_KQUEUE #define HAVE_BZERO #define HAVE_CLOSEFROM #define HAVE_DAEMON -- cgit