home *** CD-ROM | disk | FTP | other *** search
- /*
- ** paths.h (InterMail)
- **
- ** Copyright 1989-1993 Peter Stewart & InterZone Software, Inc.
- ** All rights reserved.
- **
- ** Definitions for the MAILER.0## file
- **
- ** 04-20-92
- **
- ** -------------------------------------------------------------------------
- ** This information is not necessarily final and is subject to change at any
- ** given time without further notice
- ** -------------------------------------------------------------------------
- */
- typedef struct
- {
- char packets[71]; // packet dir for this mail server
- char logfile[71]; // log filename for this mail server
- char systemname[50]; // site_info - system name
- char systemloc[40]; // site_info - location
- char systemcountry[26]; // site_info - country
- char systemphone[24]; // site_info - phone
- char systemflags[20]; // site_info - nodelist flags
-
- } path_ctl;
-
-
-