home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / uucp / Uucp.framework / contrib / uucomp.shar / uucomp-1.1 / uucomp.h < prev   
Encoding:
C/C++ Source or Header  |  1993-12-20  |  383 b   |  15 lines

  1. /*
  2.  * 
  3.  * Copyright 1993 by Ed Carp (erc@apple.com)  All rights reserved.
  4.  * 
  5.  * Permission is hereby granted for any non-commercial use of this
  6.  * program, as long as this copyright notice remains intact.  Commercial
  7.  * users may contact me - I'm easy.
  8.  * 
  9.  */
  10.  
  11. #define COMPRESS "/usr/bin/gzip -9c"
  12. #define UNCOMPRESS "/usr/bin/gzip -dc"
  13. #define RMAIL "rmail"
  14. #define RNEWS "rnews"
  15.