pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-04
2000-08-04 11:14:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>
9c9bf2ee09d37f3a8d13d47174741ceefc551664 (
9
lines) (+
7
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Improved test for sig_atomic_t.
Rev: src/configure.in:1.389
1:
-
AC_REVISION("$Id: configure.in,v 1.
388
2000/08/
01
22
:
40
:
28
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
389
2000/08/
04
11
:
14
:
36
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1285:
AC_HEADER_STDC AC_CHECK_HEADERS(sys/rusage.h time.h sys/time.h sys/types.h unistd.h stdlib.h \ memory.h values.h string.h strings.h fcntl.h sys/filio.h sys/sockio.h crypt.h \
-
locale.h sys/resource.h sys/select.h net/socket.h sys/mman.h setjmp.h limits.h pthread.h \
+
locale.h sys/resource.h sys/select.h net/socket.h sys/mman.h setjmp.h
\
+
limits.h pthread.h
crt/signal.h
\
thread.h dlfcn.h dld.h dl.h sys/times.h sched.h sys/procfs.h sys/param.h \ winsock.h sys/ioct.h sys/socket.h malloc.h netinet/in.h sys/wait.h winbase.h \ grp.h pwd.h passwd.h group.h winsock2.h signal.h sys/file.h poll.h sys/poll.h \
2882:
#ifdef HAVE_SIGNAL_H #include <signal.h> #endif
+
#ifdef HAVE_CRT_SIGNAL_H
+
#include <crt/signal.h>
+
#endif
#include <sys/types.h> #if STDC_HEADERS #include <stdlib.h>