home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff319.lzh / CNewsSrc / uupc.lzh / uupc / rmail.c < prev    next >
C/C++ Source or Header  |  1990-01-16  |  336b  |  17 lines

  1. /*
  2.  *    rmail.c
  3.  *
  4.  *    Amiga system mailer
  5.  *
  6.  *    $Id: rmail.c,v 1.2 90/01/16 10:27:05 crash Exp Locker: crash $
  7.  */
  8.  
  9. #ifndef lint
  10. static char RCSid[] = "$Id: rmail.c,v 1.2 90/01/16 10:27:05 crash Exp Locker: crash $";
  11. #endif /* lint */
  12.  
  13. #define NOMAIN
  14. #define RMAIL /* if defined we get rmail() else we get lmail() */
  15.  
  16. #include    "pcmail.c"
  17.