From a4c97499d90ab83a01d80d4c3df2455a73486e3c Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 21 Feb 1997 02:49:21 +0000 Subject: Instruction decode generator taken from the PowerPC simulator and being made more generic. --- sim/igen/config.in | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 sim/igen/config.in (limited to 'sim/igen/config.in') diff --git a/sim/igen/config.in b/sim/igen/config.in new file mode 100644 index 0000000000..4fcf519489 --- /dev/null +++ b/sim/igen/config.in @@ -0,0 +1,31 @@ +/* config.in. Generated automatically from configure.in by autoheader. */ + +/* Define if you have the header file. */ +#undef HAVE_DIRENT_H + +/* Define if you have the header file. */ +#undef HAVE_NDIR_H + +/* 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_DIR_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_NDIR_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define if you have the header file. */ +#undef HAVE_UNISTD_H -- cgit v1.2.1