pike.git/
src/
acconfig.h
Branch:
Tag:
Non-build tags
All tags
No tags
2004-02-04
2004-02-04 14:16:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1846728a84397a3251df340bddab9b81459110e9 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added WITH_EPOLL.
Rev: src/acconfig.h:1.136
2:
|| 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:
/* 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)