?RCS: $Id$ ?RCS: ?RCS: Copyright (c) 1998 Andy Dougherty ?RCS: ?RCS: You may distribute under the terms of either the GNU General Public ?RCS: License or the Artistic License, as specified in the README file. ?RCS: ?MAKE:uselongdouble: Myread Oldconfig Setvar cat test usemorebits ?MAKE: -pick add $@ %< ?Y:TOP ?S:uselongdouble: ?S: This variable conditionally defines the USE_LONG_DOUBLE symbol, ?S: and indicates that long doubles should be used when available. ?S:. ?C:USE_LONG_DOUBLE: ?C: This symbol, if defined, indicates that long doubles should ?C: be used when available. ?C:. ?H:?%<:#ifndef USE_LONG_DOUBLE ?H:?%<:#$uselongdouble USE_LONG_DOUBLE /**/ ?H:?%<:#endif ?H:. ?LINT:extern ccflags ?LINT:use usemorebits ?F:!uselongdouble.cbu : Check for uselongdouble support case "$ccflags" in *-DUSE_LONG_DOUBLE*|*-DUSE_MORE_BITS*) uselongdouble="$define" ;; esac case "$uselongdouble" in $define|true|[yY]*) dflt='y';; *) dflt='n';; esac cat <