home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 January / VPR0101A.BIN / OLS / TAR32053 / tar32053.exe / SRC / CRYPT.H < prev    next >
C/C++ Source or Header  |  1999-05-23  |  319b  |  16 lines

  1. #ifndef __DEFCONF_H
  2. #include "defconf.h"
  3. #endif
  4. /* crypt.h (dummy version) -- do not perform encryption
  5.  * Hardly worth copyrighting :-)
  6.  */
  7.  
  8. #ifdef CRYPT
  9. #  undef CRYPT      /* dummy version */
  10. #endif
  11.  
  12. #define RAND_HEAD_LEN  12  /* length of encryption random header */
  13.  
  14. #define zencode
  15. #define zdecode
  16.