/*  Listing 2
 * snk.h - general defines used by the snklogin program
 * 	Mark Dapoz
*/

/* special id which uses snkshell */
#define	SNKLOGIN	"snk"
/* timeout value for prompts (in seconds) */
#define	SNKTIMEOUT	180

/* modes that real_ipinfo() will return */
/*   return the real hostname on the socket */
#define HOSTNAME        1
/*   return the real ip address on the socket */
#define IP_ADDR         2
/* end of snk.h */
