diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-16 21:01:01 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-16 21:01:01 +0000 |
commit | 14bd47c910ddd9b8b4fa2fe1052535b648a6f302 (patch) | |
tree | 06e4a54c42592374a16179fbb84d0d6a59c080fd /libstdc++-v3/config.h.in | |
parent | 98940df34193c00e9602033dbd084050df5d217d (diff) | |
download | gcc-14bd47c910ddd9b8b4fa2fe1052535b648a6f302.tar.gz |
2003-10-16 Benjamin Kosnik <bkoz@redhat.com>
* acconfig.h: Add HAVE_DRAND48.
* crossconfig.m4: Remove ISATTY.
* aclocal.m4: Regenerated.
* config.h.in: Regenerated.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72575 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 8920f2c76b3..72fe7bfa9c2 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -67,9 +67,6 @@ // Define if lrand48 exists. #undef HAVE_DRAND48 -// Define if isatty exists. -#undef HAVE_ISATTY - // Define if getpagesize exists. #undef HAVE_GETPAGESIZE |