From 08db4a658e9a7b23cd2cb6953f33a7a7dbc486f8 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 7 Apr 1997 05:58:59 +0000 Subject: Get configure to define RETSIGTYPE --- sim/common/config.in | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sim/common/config.in (limited to 'sim/common/config.in') diff --git a/sim/common/config.in b/sim/common/config.in new file mode 100644 index 0000000..47d0061 --- /dev/null +++ b/sim/common/config.in @@ -0,0 +1,22 @@ +/* config.in. Generated automatically from configure.in by autoheader. */ + +/* Define as the return type of signal handlers (int or void). */ +#undef RETSIGTYPE + +/* Define if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define if you have the header file. */ +#undef HAVE_STRING_H + +/* Define if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_TIMES_H + +/* Define if you have the header file. */ +#undef HAVE_TIME_H + +/* Define if you have the header file. */ +#undef HAVE_UNISTD_H -- cgit v1.1