home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zip201.zip / crypt.h < prev    next >
C/C++ Source or Header  |  1993-08-21  |  708b  |  29 lines

  1. /*
  2.    crypt.h (dummy version) by Info-ZIP.      Last revised:  26 Oct 92
  3.  
  4.    This is a non-functional version of Info-ZIP's crypt.h encryption/
  5.    decryption header file for Zip, ZipCloak, UnZip and FUnZip.  This
  6.    file is not copyrighted and may be distributed without restriction.
  7.    See the "Where" file for sites from which to obtain the full crypt
  8.    sources (zcrypt20.zip or later).
  9.  */
  10.  
  11. #ifndef __crypt_h   /* don't include more than once */
  12. #define __crypt_h
  13.  
  14. #ifdef CRYPT
  15. #  undef CRYPT      /* dummy version */
  16. #endif
  17.  
  18. #define RAND_HEAD_LEN  12    /* needed to compile funzip */
  19.  
  20. #define zencode
  21. #define zdecode
  22.  
  23. #define zfwrite  fwrite
  24.  
  25. #define echoff(f)
  26. #define echon()
  27.  
  28. #endif /* !__crypt_h */
  29.