diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-16 20:33:43 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-16 20:33:43 +0000 |
commit | 754f16e11096f676fcba6c718d04d8fb1d32750e (patch) | |
tree | ffba6c4155d423ca7d9f29c15c21d39daa3c1c05 /libstdc++-v3/config.h.in | |
parent | c331ae990a19cc2d7852e35d26c282cebfdcdea8 (diff) | |
download | gcc-754f16e11096f676fcba6c718d04d8fb1d32750e.tar.gz |
2003-10-16 Benjamin Kosnik <bkoz@redhat.com>
* acconfig.h: Add HAVE_DRAND48 and HAVE_ISATTY.
* aclocal.m4: Regenerated.
* config.h.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72573 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 17 |
1 files changed, 10 insertions, 7 deletions
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 |