pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-01
1998-04-01 14:25:51 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8bee438df00e39f8977daa6b35e232a890502b92 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Now includes <poll.h> if needed.
Rev: src/builtin_functions.c:1.89
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
88
1998/
03
/
26
13
:
20
:
29
grubba Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
89
1998/
04
/
01
14
:
25
:
51
grubba Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
37:
#include "opcodes.h" #include "cyclic.h"
+
#ifdef HAVE_POLL
+
#include <poll.h>
+
#endif /* HAVE_POLL */
+
#ifdef HAVE_CRYPT_H #include <crypt.h> #endif