home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magic 1995 #1 / CDM_5.ISO / shell / mailers / im / imdev.arj / PATHS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-28  |  947 b   |  29 lines

  1. /*
  2. **  paths.h (InterMail)
  3. **
  4. **  Copyright 1989-1993 Peter Stewart & InterZone Software, Inc.
  5. **  All rights reserved.
  6. **
  7. **  Definitions for the MAILER.0## file
  8. **
  9. **  04-20-92
  10. **
  11. **  -------------------------------------------------------------------------
  12. **  This information is not necessarily final and is subject to change at any
  13. **  given time without further notice
  14. **  -------------------------------------------------------------------------
  15. */
  16. typedef struct
  17.  {
  18.    char     packets[71];         // packet dir for this mail server
  19.    char     logfile[71];         // log filename for this mail server
  20.    char     systemname[50];      // site_info - system name
  21.    char     systemloc[40];       // site_info - location
  22.    char     systemcountry[26];   // site_info - country
  23.    char     systemphone[24];     // site_info - phone
  24.    char     systemflags[20];     // site_info - nodelist flags
  25.  
  26.  } path_ctl;
  27.  
  28.  
  29.