2009-08-18 Jeff Johnston <jjohnstn@redhat.com>
* acconfig.h: Add templates for _HAVE_LONG_DOUBLE and _LDBL_EQ_DBL.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2009-08-18  Jeff Johnston  <jjohnstn@redhat.com> | ||||||
|  |  | ||||||
|  | 	* acconfig.h: Add templates for _HAVE_LONG_DOUBLE and _LDBL_EQ_DBL. | ||||||
|  |  | ||||||
| 2009-08-18  Eric Blake  <ebb9@byu.net> | 2009-08-18  Eric Blake  <ebb9@byu.net> | ||||||
|  |  | ||||||
| 	* libc/posix/popen.c (popen): Fix documented prototype. | 	* libc/posix/popen.c (popen): Fix documented prototype. | ||||||
|   | |||||||
| @@ -48,6 +48,13 @@ | |||||||
|  |  | ||||||
| /* Define if the compiler supports aliasing an array to an address.  */ | /* Define if the compiler supports aliasing an array to an address.  */ | ||||||
| #undef  _HAVE_ARRAY_ALIASING | #undef  _HAVE_ARRAY_ALIASING | ||||||
|  |  | ||||||
|  | /* Define if the platform supports long double type.  */ | ||||||
|  | #undef  _HAVE_LONG_DOUBLE | ||||||
|  |  | ||||||
|  | /* Define if the platform long double type is equal to double.  */ | ||||||
|  | #undef  _LDBL_EQ_DBL | ||||||
|  |  | ||||||
| @BOTTOM@ | @BOTTOM@ | ||||||
| /* | /* | ||||||
|  * Iconv encodings enabled ("to" direction) |  * Iconv encodings enabled ("to" direction) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user