diff options
author | Fred Fish <fnf@specifix.com> | 1996-03-17 00:36:07 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-03-17 00:36:07 +0000 |
commit | db210d08e4785afc90e450d43c189dc3a4bcc21a (patch) | |
tree | 657d778cd25867f6df9805c94fbe33762b19240c /gdb/acconfig.h | |
parent | 6991e9579a08122e1a4b6252f68d10bbe5da43ef (diff) | |
download | gdb-db210d08e4785afc90e450d43c189dc3a4bcc21a.zip gdb-db210d08e4785afc90e450d43c189dc3a4bcc21a.tar.gz gdb-db210d08e4785afc90e450d43c189dc3a4bcc21a.tar.bz2 |
* acconfig.h: New file, for autoheader.
* configure.in (AC_CONFIG_HEADER): Add, generate config.h.
* configure: Regenerate.
* Makefile.in (defs_h): Add config.h
* defs.h (config.h): Include before any other includes or defines.
* i386-tdep.c (gdb_string.h): Move include after include of defs.h.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h new file mode 100644 index 0000000..2dec654 --- /dev/null +++ b/gdb/acconfig.h @@ -0,0 +1,6 @@ + +/* Define if fpregset_t type is available. */ +#undef HAVE_FPREGSET_T + +/* Define if gregset_t type is available. */ +#undef HAVE_GREGSET_T |