?RCS: $Id$ ?RCS: ?RCS: Copyright (c) 1999, Jarkko Hietaniemi ?RCS: ?RCS: You may redistribute only under the terms of the Artistic License, ?RCS: as specified in the README file that comes with the distribution. ?RCS: You may reuse parts of this distribution only within the terms of ?RCS: that same Artistic License; a copy of which may be found at the root ?RCS: of the source tree for dist 3.0. ?RCS: ?MAKE:d_posix_clock: Setvar d_clock_getres d_clock_gettime d_clock_settime i_time ?MAKE: -pick add $@ %< ?S:d_posix_clock: ?S: This variable conditionally defines the HAS_POSIX_CLOCK symbol, which ?S: indicates that the entire POSIX clock_*(2) library is present. ?S:. ?C:HAS_POSIX_CLOCK: ?C: This symbol, if defined, indicates that the entire POSIX clock_*(2) ?C: library is supported. ?C:. ?H:#$d_posix_clock HAS_POSIX_CLOCK /**/ ?H:. ?LINT:set d_posix_clock : see how much of the 'POSIX clock_*(2)' library is present. echo " " case "$i_time$d_clock_getres$d_clock_gettime$d_clock_settime" in *"$undef"*) val="$undef" ;; *) val="$define" ;; esac case "$val" in "$define") echo "You have the full POSIX clock_*(2) library." >&4 ;; "$undef") echo "You don't have the full POSIX clock_*(2) library." >&4 ;; esac set d_posix_clock eval $setvar