|
|
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
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.