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/acconfig.h | |
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/acconfig.h')
-rw-r--r-- | libstdc++-v3/acconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 |