Commit d2f663d1 by Benjamin Kosnik Committed by Benjamin Kosnik

acconfig.h: Add HAVE_DRAND48 and HAVE_ISATTY.


2003-10-16  Benjamin Kosnik  <bkoz@redhat.com>

        * acconfig.h: Add HAVE_DRAND48 and HAVE_ISATTY.
	* aclocal.m4: Regenerated.
	* config.h.in: Regenerated.

From-SVN: r72573
parent 068c84e3
2003-10-16 Benjamin Kosnik <bkoz@redhat.com>
* acconfig.h: Add HAVE_DRAND48 and HAVE_ISATTY.
* aclocal.m4: Regenerated.
* config.h.in: Regenerated.
2003-10-16 Bernardo Innocenti <bernie@develer.com>
* config/cpu/m68k/atomicity.h (__exchange_and_add): Use TAS on
......
......@@ -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
......
# generated automatically by aclocal 1.7.6 -*- Autoconf -*-
# generated automatically by aclocal 1.7.8 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
......@@ -1973,7 +1973,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])
# Call AM_AUTOMAKE_VERSION so it can be traced.
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.7.6])])
[AM_AUTOMAKE_VERSION([1.7.8])])
# Helper functions for option handling. -*- Autoconf -*-
......
......@@ -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
......
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