Annotation of researchv10no/cmd/nupas/smtp/smtp.h, revision 1.1.1.1

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: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.