File:  [MW Coherent from dump] / coherent / b / bin / mail / mail.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:36 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/*
 *	Header file for the mail system.
 */

#include <stdio.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <limits.h>
#include <time.h>
#include <pwd.h>
#include <utmp.h>
#include <access.h>
#include <signal.h>
#include <ctype.h>

#define MAXLONG		LONG_MAX

#define	SPOOLDIR	"/usr/spool/mail/"
#define PUBKEYDIR	"/usr/spool/pubkey/"
#define XDELIVER	"exec /bin/rxmail"	/* Delivery secret agent.  */
#define DELIVER		"exec /bin/rmail"	/* Delivery agent.  */

#define	NLINE	512		/* Longest line in a message		*/
#define	NCLINE	256		/* Length of an interactive command	*/
#define	MAXRECIP  512		/* Maximum Number of Actual Recipients	*/
#define CMDLINE	NCLINE
#define CNULL	((char) NULL)	/* Lint-safe string terminator */
#define MSGSEP "\1\1\1\1\n"	/* message separator */

extern	char	*index(), *rindex();
extern	char	*myalloc();
extern	char	**listcat();
extern	char	msgline[];

#if HPCOHERENT
typedef long fsize_t;
#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.