/* pathalias -- routines for BITNET by Michael R. Gettes */
#ifndef lint
static char	*sccsid = "@(#)bitnet.c	9.2 89/08/25";
#endif /* lint */
 
#include <stdio.h>
#include "config.h"
#ifdef BITNET
 
int
gethostname()
{
 fprintf(stderr, "You must supply your node name with '-l nodename'.");
 Exit (1);
}
#endif
