Commit 5d78fe72 by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent 0392ff98
......@@ -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
......
......@@ -59009,10 +59009,6 @@ _ACEOF
_ACEOF
cat >>confdefs.h <<\_ACEOF
#define HAVE_ISATTY 1
_ACEOF
cat >>confdefs.h <<\_ACEOF
#define HAVE_MBRLEN 1
_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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment