|
|
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: #include <ctype.h>
16:
17: #define SPOOLDIR "/usr/spool/mail/"
18: #define PUBKEYDIR "/usr/spool/pubkey/"
19: #define XDELIVER "exec /bin/rxmail" /* Delivery secret agent. */
20: #define DELIVER "exec /bin/rmail" /* Delivery agent. */
21:
22: #define NLINE 512 /* Longest line in a message */
23: #define NCLINE 256 /* Length of an interactive command */
24: #define MAXRECIP 512 /* Maximum Number of Actual Recipients */
25: #define CMDLINE NCLINE
26: #define CNULL ((char) NULL) /* Lint-safe string terminator */
27:
28: extern char *index(), *rindex();
29: extern char *myalloc();
30: extern char **listcat();
31: extern char msgline[];
32:
33: #if HPCOHERENT
34: typedef long fsize_t;
35: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.