V10/cmd/upas/smtp/smtp.h

Compare this file to the similar file:
Show the results in this format:

/* smtp constants and the like */

/* tunable constants */
#define MAXSTR 10240			/* maximum string length */
#define NAMSIZ MAXSTR			/* max file name length */

typedef struct namelist namelist;
struct namelist {
	namelist *next;
	char *name;
};