acconfig.h: Add HAVE_DRAND48.
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. From-SVN: r72575
This commit is contained in:
parent
0392ff984f
commit
5d78fe723c
5 changed files with 3 additions and 12 deletions
|
@ -5,9 +5,11 @@
|
|||
|
||||
2003-10-16 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* acconfig.h: Add HAVE_DRAND48 and HAVE_ISATTY.
|
||||
* acconfig.h: Add HAVE_DRAND48.
|
||||
* crossconfig.m4: Remove ISATTY.
|
||||
* aclocal.m4: Regenerated.
|
||||
* config.h.in: Regenerated.
|
||||
* configure: Regenerated.
|
||||
|
||||
2003-10-16 Bernardo Innocenti <bernie@develer.com>
|
||||
|
||||
|
|
|
@ -66,9 +66,6 @@
|
|||
// Define if lrand48 exists.
|
||||
#undef HAVE_DRAND48
|
||||
|
||||
// Define if isatty exists.
|
||||
#undef HAVE_ISATTY
|
||||
|
||||
// Define if getpagesize exists.
|
||||
#undef HAVE_GETPAGESIZE
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
4
libstdc++-v3/configure
vendored
4
libstdc++-v3/configure
vendored
|
@ -59006,10 +59006,6 @@ _ACEOF
|
|||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HAVE_GETWCHAR 1
|
||||
_ACEOF
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HAVE_ISATTY 1
|
||||
_ACEOF
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
|
|
|
@ -236,7 +236,6 @@ case "${host}" in
|
|||
AC_DEFINE(HAVE_GETPAGESIZE)
|
||||
AC_DEFINE(HAVE_GETWC)
|
||||
AC_DEFINE(HAVE_GETWCHAR)
|
||||
AC_DEFINE(HAVE_ISATTY)
|
||||
AC_DEFINE(HAVE_MBRLEN)
|
||||
AC_DEFINE(HAVE_MBRTOWC)
|
||||
AC_DEFINE(HAVE_MBSINIT)
|
||||
|
|
Loading…
Add table
Reference in a new issue