Commit 7c577c75 by Benjamin Kosnik Committed by Benjamin Kosnik

acconfig.h (HAVE_DRAND48): Add.


2002-11-13  Benjamin Kosnik  <bkoz@redhat.com>

	* acconfig.h (HAVE_DRAND48): Add.
	(HAVE_GETPAGESIZE): Add.
	(HAVE_SETENV): Add.
	(HAVE_SIGSETJMP): Add.
	* config.h.in: Regenerate.
	* configure: Regenerate.

From-SVN: r59093
parent b6ef3ef6
2002-11-13 Benjamin Kosnik <bkoz@redhat.com>
* acconfig.h (HAVE_DRAND48): Add.
(HAVE_GETPAGESIZE): Add.
(HAVE_SETENV): Add.
(HAVE_SIGSETJMP): Add.
* config.h.in: Regenerate.
* configure: Regenerate.
2002-11-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
* config/os/hpux/os_defines.h (_GLIBCPP_INST_ATOMICITY_LOCK): Define
......
......@@ -13,9 +13,6 @@
// Define if GCC supports weak symbols.
#undef _GLIBCPP_SUPPORTS_WEAK
// Define if gthr-default.h exists (meaning that threading support is enabled).
#undef HAVE_GTHR_DEFAULT
// Include I/O support for 'long long' and 'unsigned long long'.
#undef _GLIBCPP_USE_LONG_LONG
......@@ -37,13 +34,13 @@
// Define to use concept checking code from the boost libraries.
#undef _GLIBCPP_CONCEPT_CHECKS
// Define if you have the atan2f function.
// Define if the atan2f function exists.
#undef _GLIBCPP_HAVE_ATAN2F
// Define if you have the atan2l function.
// Define if the atan2l function exists.
#undef _GLIBCPP_HAVE_ATAN2L
// Define if you have the copysignf function.
// Define if the copysignf function exists.
#undef _GLIBCPP_HAVE_COPYSIGNF
// Define to use symbol versioning in the shared library.
......@@ -60,6 +57,21 @@
#define _GLIBCPP_ASM_SYMVER(cur, old, version)
#endif
// Define if gthr-default.h exists (meaning that threading support is enabled).
#undef HAVE_GTHR_DEFAULT
// Define if drand48 exists.
#undef HAVE_DRAND48
// Define if getpagesize exists.
#undef HAVE_GETPAGESIZE
// Define if setenv exists.
#undef HAVE_SETENV
// Define if sigsetjmp exists.
#undef HAVE_SIGSETJMP
// Define if mbstate_t exists in wchar.h.
#undef HAVE_MBSTATE_T
......
......@@ -6,9 +6,6 @@
// Define if GCC supports weak symbols.
#undef _GLIBCPP_SUPPORTS_WEAK
// Define if gthr-default.h exists (meaning that threading support is enabled).
#undef HAVE_GTHR_DEFAULT
// Include I/O support for 'long long' and 'unsigned long long'.
#undef _GLIBCPP_USE_LONG_LONG
......@@ -38,6 +35,21 @@
#define _GLIBCPP_ASM_SYMVER(cur, old, version)
#endif
// Define if gthr-default.h exists (meaning that threading support is enabled).
#undef HAVE_GTHR_DEFAULT
// Define if drand48 exists.
#undef HAVE_DRAND48
// Define if getpagesize exists.
#undef HAVE_GETPAGESIZE
// Define if setenv exists.
#undef HAVE_SETENV
// Define if sigsetjmp exists.
#undef HAVE_SIGSETJMP
// Define if mbstate_t exists in wchar.h.
#undef HAVE_MBSTATE_T
......
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