pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2005-12-06
2005-12-06 09:40:11 by Adam Montague <amontague@siriushosting.com>
3a86f2e7cc069400e9846f089e09911a05e5e7bd (
12
lines) (+
8
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Fix suggested by Adam Montague <amontague@siriushosting.com>. Thanks.
Rev: src/configure.in:1.931
1:
-
AC_REVISION("$Id: configure.in,v 1.
930
2005/12/
02
20
:
42
:
54
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
931
2005/12/
06
09
:
40
:
11
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
2334:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
930
2005/12/
02
20
:
42
:
54
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
931
2005/12/
06
09
:
40
:
11
grubba Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2372:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
930
2005/12/
02
20
:
42
:
54
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
931
2005/12/
06
09
:
40
:
11
grubba Exp $.
# POSIX-version. Do NOT edit. cat EOF
2381:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
930
2005/12/
02
20
:
42
:
54
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
931
2005/12/
06
09
:
40
:
11
grubba Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF
6101:
#include <stdlib.h> #include <stddef.h> #endif
+
#ifdef HAVE_POLL_H
+
#include <poll.h>
+
#endif
VOLATILE sig_atomic_t sigrun[2]= { 0, 0 }; RETSIGTYPE func(int sig) {