diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-27 22:54:40 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-27 22:54:40 +0000 |
commit | 70fc4ad384117eb03291f191d89019e6e55b75f4 (patch) | |
tree | c8ec33be0733517236c1b2ec41511ff3b087127d /sim/ppc/config.in | |
parent | 79e6c66069a1e919ec42673efc498436a7d27202 (diff) | |
download | gdb-70fc4ad384117eb03291f191d89019e6e55b75f4.zip gdb-70fc4ad384117eb03291f191d89019e6e55b75f4.tar.gz gdb-70fc4ad384117eb03291f191d89019e6e55b75f4.tar.bz2 |
Build again on SunOS; Make MODEL_INLINE default to 1 if inlining, not 2; Use __attribute__((const))
Diffstat (limited to 'sim/ppc/config.in')
-rw-r--r-- | sim/ppc/config.in | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/sim/ppc/config.in b/sim/ppc/config.in new file mode 100644 index 0000000..b8acf94 --- /dev/null +++ b/sim/ppc/config.in @@ -0,0 +1,35 @@ +/* config.in. Generated automatically from configure.in by autoheader. */ + +#ifndef CONFIG_H +#define CONFIG_H + +/* Define if you have the getrusage function. */ +#undef HAVE_GETRUSAGE + +/* Define if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H + +/* Define if you have the <string.h> header file. */ +#undef HAVE_STRING_H + +/* Define if you have the <strings.h> header file. */ +#undef HAVE_STRINGS_H + +/* Define if you have the <sys/resource.h> header file. */ +#undef HAVE_SYS_RESOURCE_H + +/* Define if you have the <sys/time.h> header file. */ +#undef HAVE_SYS_TIME_H + +/* Define if you have the <sys/times.h> header file. */ +#undef HAVE_SYS_TIMES_H + +/* Define if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define if you have the <time.h> header file. */ +#undef HAVE_TIME_H + +/* Define if you have the <unistd.h> header file. */ +#undef HAVE_UNISTD_H +#endif |