diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2003-10-16 20:33:43 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2003-10-16 20:33:43 +0000 |
commit | d2f663d1090eec9f77906407fae9e8c41609f64a (patch) | |
tree | ffba6c4155d423ca7d9f29c15c21d39daa3c1c05 /libstdc++-v3 | |
parent | 068c84e3b5320330426785102f3d784f078d1144 (diff) | |
download | gcc-d2f663d1090eec9f77906407fae9e8c41609f64a.tar.gz |
acconfig.h: Add HAVE_DRAND48 and HAVE_ISATTY.
2003-10-16 Benjamin Kosnik <bkoz@redhat.com>
* acconfig.h: Add HAVE_DRAND48 and HAVE_ISATTY.
* aclocal.m4: Regenerated.
* config.h.in: Regenerated.
From-SVN: r72573
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/acconfig.h | 5 | ||||
-rw-r--r-- | libstdc++-v3/aclocal.m4 | 4 | ||||
-rw-r--r-- | libstdc++-v3/config.h.in | 17 |
4 files changed, 22 insertions, 10 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 043e3cd5c1d..258a5700a10 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2003-10-16 Benjamin Kosnik <bkoz@redhat.com> + + * acconfig.h: Add HAVE_DRAND48 and HAVE_ISATTY. + * aclocal.m4: Regenerated. + * config.h.in: Regenerated. + 2003-10-16 Bernardo Innocenti <bernie@develer.com> * config/cpu/m68k/atomicity.h (__exchange_and_add): Use TAS on diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h index 1532bb2d1dc..06aa7be04dc 100644 --- a/libstdc++-v3/acconfig.h +++ b/libstdc++-v3/acconfig.h @@ -64,7 +64,10 @@ #undef HAVE_GTHR_DEFAULT // Define if lrand48 exists. -#undef HAVE_LRAND48 +#undef HAVE_DRAND48 + +// Define if isatty exists. +#undef HAVE_ISATTY // Define if getpagesize exists. #undef HAVE_GETPAGESIZE diff --git a/libstdc++-v3/aclocal.m4 b/libstdc++-v3/aclocal.m4 index 214a66efdfa..b0ecb7d3edb 100644 --- a/libstdc++-v3/aclocal.m4 +++ b/libstdc++-v3/aclocal.m4 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.7.6 -*- Autoconf -*- +# generated automatically by aclocal 1.7.8 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. @@ -1973,7 +1973,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"]) # Call AM_AUTOMAKE_VERSION so it can be traced. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], - [AM_AUTOMAKE_VERSION([1.7.6])]) + [AM_AUTOMAKE_VERSION([1.7.8])]) # Helper functions for option handling. -*- Autoconf -*- diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index b9a9d146354..8920f2c76b3 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -65,7 +65,10 @@ #undef HAVE_GTHR_DEFAULT // Define if lrand48 exists. -#undef HAVE_LRAND48 +#undef HAVE_DRAND48 + +// Define if isatty exists. +#undef HAVE_ISATTY // Define if getpagesize exists. #undef HAVE_GETPAGESIZE @@ -221,9 +224,6 @@ /* Define to 1 if you have the `cosl' function. */ #undef HAVE_COSL -/* Define to 1 if you have the `lrand48' function. */ -#undef HAVE_LRAND48 - /* Define to 1 if you have the <endian.h> header file. */ #undef HAVE_ENDIAN_H @@ -350,6 +350,9 @@ /* Define to 1 if you have the `isnanl' function. */ #undef HAVE_ISNANL +/* Define to 1 if you have the `iswblank' function. */ +#undef HAVE_ISWBLANK + /* Define to 1 if you have the `ldexpf' function. */ #undef HAVE_LDEXPF @@ -377,6 +380,9 @@ /* Define to 1 if you have the `logl' function. */ #undef HAVE_LOGL +/* Define to 1 if you have the `lrand48' function. */ +#undef HAVE_LRAND48 + /* Define to 1 if you have the <machine/endian.h> header file. */ #undef HAVE_MACHINE_ENDIAN_H @@ -662,9 +668,6 @@ /* Define to 1 if you have the `wscanf' function. */ #undef HAVE_WSCANF -/* Define if you have the `iswblank' function. */ -#undef HAVE_ISWBLANK - /* Define to 1 if you have the `_acosf' function. */ #undef HAVE__ACOSF |