diff options
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 043e3cd..258a570 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 1532bb2..06aa7be 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 214a66e..b0ecb7d 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 b9a9d14..8920f2c 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 |