/*
 *	l_host.h
 *
 *	Amiga version
 *
 *	$Id: l_host.h,v 1.2 90/01/16 10:24:10 crash Exp Locker: crash $
 */

#include <time.h>
#include <errno.h>
#include <ctype.h>

#define SAME 	0
#define	FALSE	0
#define	TRUE	1

#define	TFILENAME	"tmpfile.%.7ld"	/* Note the ``%ld'' for LONGs */
#define	SFILENAME	"SEQF"

#define SEPCHAR		'/'				/* path separater character		*/
#define SIGFILE		".signature"	/* file containing signature	*/
#define POSTFILE	".postsig"		/* [FJE] file for posting signature	*/
#define COPYFILE	"mail.sent"		/* copy of sent mail			*/

#define HOSTINIT					/* function used to initialize	*/

#define FILEMODE(f)

#define	CALLFILE	"C.%s"
#define	XQTFILE		"X.%s"

#include "genv.h"

#define index	strchr
#define rindex	strrchr
extern	char *fgets();
extern 	int	debuglevel;                  /* debugging level */
