Copyright (C) 1994, Digital Equipment Corp. MODULE Utime; IMPORT Unix; BEGIN CLK_TCK := Unix.sysconf( Unix.SC_CLK_TCK ); END Utime.