From 1846728a84397a3251df340bddab9b81459110e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Wed, 4 Feb 2004 15:16:10 +0100 Subject: [PATCH] Added WITH_EPOLL. Rev: src/acconfig.h:1.136 --- src/acconfig.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/acconfig.h b/src/acconfig.h index e35f706568..f47d146600 100644 --- a/src/acconfig.h +++ b/src/acconfig.h @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: acconfig.h,v 1.135 2004/01/12 13:26:20 marcus Exp $ +|| $Id: acconfig.h,v 1.136 2004/02/04 14:16:10 grubba Exp $ */ #ifndef MACHINE_H @@ -474,6 +474,9 @@ /* Use poll() instead of select() ? */ #undef HAVE_AND_USE_POLL +/* Enable use of /dev/epoll on Linux. */ +#undef WITH_EPOLL + /* This works on Solaris or any UNIX where * waitpid can report ECHILD when running more than one at once * (or any UNIX where waitpid actually works) -- GitLab