Skip to content
Snippets Groups Projects
Commit 87e3584d authored by kcook's avatar kcook
Browse files

2005-04-08 Kelley Cook <kcook@gcc.gnu.org>

	* acconfig.h: Remove redundant HAVE_FLOAT_H.
	* config.h.in: Regenerate.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97817 138bc75d-0d04-0410-961f-82ee72b054a4
parent 300ed5f2
No related branches found
No related tags found
No related merge requests found
2005-04-08 Kelley Cook <kcook@gcc.gnu.org>
* acconfig.h: Remove redundant HAVE_FLOAT_H.
* config.h.in: Regenerate.
2005-04-08 Kelley Cook <kcook@gcc.gnu.org> 2005-04-08 Kelley Cook <kcook@gcc.gnu.org>
* configure.ac: Create template for PACKAGE and VERSION. * configure.ac: Create template for PACKAGE and VERSION.
......
// Symbols and macros for libstdc++ -*- C++ -*- // Symbols and macros for libstdc++ -*- C++ -*-
// Define if <float.h> exists.
#undef HAVE_FLOAT_H
// @BOTTOM@ // @BOTTOM@
// //
// Define symbol versioning in assember directives. If symbol // Define symbol versioning in assember directives. If symbol
......
/* config.h.in. Generated from configure.ac by autoheader. */ /* config.h.in. Generated from configure.ac by autoheader. */
// Symbols and macros for libstdc++ -*- C++ -*- // Symbols and macros for libstdc++ -*- C++ -*-
// Define if <float.h> exists.
#undef HAVE_FLOAT_H
/* Define to 1 if you have the `acosf' function. */ /* Define to 1 if you have the `acosf' function. */
#undef HAVE_ACOSF #undef HAVE_ACOSF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment