This program will check how long a particular user is idle on a given
machine.  It is used by the "telefreek" registrar client.

Try compiling it with:

	cc machineIdleTime.c -lrpcsvc -Bstatic -o machineIdleTime

Place the compiled version in the "gk_library" directory, or change the
IDLEPROG variable in telefreek.tcl to point to its location.
