|
|
1.1 ! root 1: /* ! 2: * Header file for the mail system. ! 3: */ ! 4: ! 5: #include <stdio.h> ! 6: #include <sys/stat.h> ! 7: #include <sys/types.h> ! 8: #include <sys/mdata.h> ! 9: #include <time.h> ! 10: #include <pwd.h> ! 11: #include <utmp.h> ! 12: #include <access.h> ! 13: #include <signal.h> ! 14: #include <sys/mdata.h> ! 15: ! 16: #define SPOOLDIR "/usr/spool/mail/" ! 17: #define PUBKEYDIR "/usr/spool/pubkey/" ! 18: ! 19: #define NLINE 512 /* Longest line in a message */ ! 20: #define NCLINE 256 /* Length of an interactive command */ ! 21: #define MAXRECIP 512 /* Maximum Number of Actual Recipients */ ! 22: ! 23: extern char *index(), *rindex(); ! 24: extern char *myalloc(), *dupstr(); ! 25: extern char msgline[]; ! 26: ! 27: #if HPCOHERENT ! 28: typedef long fsize_t; ! 29: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.