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

Removed warning on SCO.

Rev: src/configure.in:1.96
Rev: src/signal_handler.c:1.12
parent 77faeaa0
No related branches found
No related tags found
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.95 1997/05/18 22:22:30 grubba Exp $") AC_REVISION("$Id: configure.in,v 1.96 1997/05/18 22:59:20 grubba Exp $")
AC_INIT(interpret.c) AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -414,8 +414,8 @@ rm -rf conftest.y y.tab.c y.tab.h conftest.out ...@@ -414,8 +414,8 @@ rm -rf conftest.y y.tab.c y.tab.h conftest.out
AC_HEADER_TIME AC_HEADER_TIME
AC_HEADER_STDC AC_HEADER_STDC
AC_CHECK_HEADERS(sys/rusage.h time.h sys/time.h sys/types.h unistd.h stdlib.h \ AC_CHECK_HEADERS(sys/rusage.h time.h sys/time.h sys/types.h unistd.h stdlib.h \
memory.h values.h string.h fcntl.h sys/filio.h sys/sockio.h crypt.h locale.h \ memory.h values.h string.h strings.h fcntl.h sys/filio.h sys/sockio.h crypt.h \
sys/resource.h sys/select.h sys/mman.h setjmp.h limits.h pthread.h \ locale.h sys/resource.h sys/select.h sys/mman.h setjmp.h limits.h pthread.h \
thread.h dlfcn.h dld.h sys/times.h) thread.h dlfcn.h dld.h sys/times.h)
AC_SIZEOF_TYPE(char *) AC_SIZEOF_TYPE(char *)
......
...@@ -19,6 +19,13 @@ ...@@ -19,6 +19,13 @@
#include <unistd.h> #include <unistd.h>
#endif #endif
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef NSIG #ifdef NSIG
#define MAX_SIGNALS NSIG #define MAX_SIGNALS NSIG
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment