* 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.
This commit is contained in:
Fred Fish
1996-03-17 00:36:07 +00:00
parent 6991e9579a
commit db210d08e4
5 changed files with 176 additions and 75 deletions

6
gdb/acconfig.h Normal file
View File

@@ -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