File:  [MW Coherent from dump] / coherent / d / bin / mail / lmail / mail.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:39 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 <sys/mdata.h>
#include <time.h>
#include <pwd.h>
#include <utmp.h>
#include <access.h>
#include <signal.h>
#include <sys/mdata.h>

#define	SPOOLDIR	"/usr/spool/mail/"
#define PUBKEYDIR	"/usr/spool/pubkey/"

#define	NLINE	512		/* Longest line in a message		*/
#define	NCLINE	256		/* Length of an interactive command	*/
#define	MAXRECIP  512		/* Maximum Number of Actual Recipients	*/

extern	char	*index(), *rindex();
extern	char	*myalloc(), *dupstr();
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.