~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to zip/zip/z_crypt.h

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
  Copyright (c) 1990-1999 Info-ZIP.  All rights reserved.
3
 
 
4
 
  See the accompanying file LICENSE, version 1999-Oct-05 or later
5
 
  (the contents of which are also included in zip.h) for terms of use.
6
 
  If, for some reason, both of these files are missing, the Info-ZIP license
7
 
  also may be found at:  ftp://ftp.cdrom.com/pub/infozip/license.html
8
 
*/
9
 
/*
10
 
   crypt.h (dummy version) by Info-ZIP.      Last revised: 15 Aug 98
11
 
 
12
 
   This is a non-functional version of Info-ZIP's crypt.h encryption/
13
 
   decryption header file for Zip, ZipCloak, UnZip and fUnZip.  This
14
 
   file is not copyrighted and may be distributed without restriction.
15
 
   See the "WHERE" file for sites from which to obtain the full crypt
16
 
   sources (zcrypt28.zip or later).
17
 
 */
18
 
 
19
 
#ifndef __crypt_h   /* don't include more than once */
20
 
#define __crypt_h
21
 
 
22
 
#ifdef CRYPT
23
 
#  undef CRYPT
24
 
#endif
25
 
#define CRYPT  0    /* dummy version */
26
 
 
27
 
#define zencode
28
 
#define zdecode
29
 
 
30
 
#define zfwrite  fwrite
31
 
 
32
 
#endif /* !__crypt_h */