Craig A. Berry <[EMAIL PROTECTED]> writes:
>At 6:51 PM +0100 6/18/05, Nicholas Clark wrote:
>>Also, I think that by adding another symbol to config_h.SH this breaks VMS,
>>but I can't remember the correct fix, or where it goes. Can someone help?

I am not sure it is worth a configure test.
 - I can't think of a format where it isn't true.
   (Though my IBM360 ASM is very rusty...) 
 - any platform that obscure most likely can't run configure.

But I guess the test is the safe way...

>
>I've built and run the try.c with all three available floating point
>formats on VMS and the answer is always yes, so I think we should
>hard-wire it as defined.  The following should do it:
>
>
>--- configure.com;-1    Sat May 28 20:25:44 2005
>+++ configure.com       Sat Jun 18 18:16:14 2005
>@@ -5587,6 +5587,7 @@
> $ WC "d_nl_langinfo='" + d_nl_langinfo + "'"
> $ WC "d_nv_preserves_uv='" + d_nv_preserves_uv + "'"
> $ WC "nv_preserves_uv_bits='" + nv_preserves_uv_bits + "'"
>+$ WC "d_nv_zero_is_allbits_zero='define'"
> $ WC "d_off64_t='" + d_off64_t + "'"
> $ WC "d_old_pthread_create_joinable='" + d_old_pthread_create_joinable + "'"
> $ WC "d_oldarchlib='define'"

Reply via email to