ckill 1.6 - (C) 1995 by Nico Tranquilli

NO WARRANTY !

This program is distributed in the hope that it will be useful, but it is
provided "as is" without warranty of any kind, either expressed or
implied, including, but not limited to, the implied warranties of 
merchantability and fitness for a particular purpose. The entire risk
as to the quality and performance of the program is with you. Should the
program prove defective, you assume the cost of all necessary servicing,
repair or correction.

Compilation:
---------------

SunOS4 and Linux :
  gcc -s ckill.c -o ckill -DM_SUN_SunOS4 

Solaris :
  gcc -s ckill.c -o ckill -DM_SUN_Solaris

HP-UX :
  gcc -s ckill.c -o ckill -DM_HPUX

Xenix :
  gcc -s ckill.c -o ckill -DM_XENIX

NeXTSTEP :
  gcc -s ckill.c -o ckill -DNeXT
