home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff319.lzh
/
CNewsSrc
/
uupc.lzh
/
uupc
/
l_host.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-01-16
|
825b
|
38 lines
/*
* 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 */