Commit 2d5feb16 by Kelley Cook Committed by R. Kelley Cook

acconfig.h: Remove redundant HAVE_FLOAT_H.

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

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

From-SVN: r97817
parent d502f210
2005-04-08 Kelley Cook <kcook@gcc.gnu.org> 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>
* configure.ac: Create template for PACKAGE and VERSION. * configure.ac: Create template for PACKAGE and VERSION.
Update comment on how to regenerate file. Update minimum Update comment on how to regenerate file. Update minimum
automake version to 1.9.3. automake version to 1.9.3.
......
// 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment