|
|
1.1 ! root 1: /* smtp constants and the like */ ! 2: ! 3: /* tunable constants */ ! 4: #define MAXSTR 10240 /* maximum string length */ ! 5: #define NAMSIZ MAXSTR /* max file name length */ ! 6: ! 7: typedef struct namelist namelist; ! 8: struct namelist { ! 9: namelist *next; ! 10: char *name; ! 11: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.