Skip to content
Snippets Groups Projects
Commit 1846728a authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added WITH_EPOLL.

Rev: src/acconfig.h:1.136
parent 57e4c8a9
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
|| This file is part of Pike. For copyright information see COPYRIGHT. || This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information. || 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 #ifndef MACHINE_H
...@@ -474,6 +474,9 @@ ...@@ -474,6 +474,9 @@
/* Use poll() instead of select() ? */ /* Use poll() instead of select() ? */
#undef HAVE_AND_USE_POLL #undef HAVE_AND_USE_POLL
/* Enable use of /dev/epoll on Linux. */
#undef WITH_EPOLL
/* This works on Solaris or any UNIX where /* This works on Solaris or any UNIX where
* waitpid can report ECHILD when running more than one at once * waitpid can report ECHILD when running more than one at once
* (or any UNIX where waitpid actually works) * (or any UNIX where waitpid actually works)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment