AC_FC_HAVE_TYPELESS_BOZ
Test whether the Fortran compiler (FC
) supports
typeless BOZ constants in the Fortran 95 style. These are constants
written in the format X'xxx'
that allow the
initialisation of any type of variable to a specific bit pattern. If
so set the preprocessor variable HAVE_TYPELESS_BOZ
to
be 1.
See also AC_FC_HAVE_BOZ and AC_FC_HAVE_OLD_TYPELESS_BOZ.