libroot/posix/stdio: Remove unused portions.
[haiku.git] / src / bin / unzip / zip.h
blob6fcdd3dc1c16c36e77c86d0f649f4b22f3cda200
1 /*
2 Copyright (c) 1990-2001 Info-ZIP. All rights reserved.
4 See the accompanying file LICENSE, version 2000-Apr-09 or later
5 (the contents of which are also included in unzip.h) for terms of use.
6 If, for some reason, all these files are missing, the Info-ZIP license
7 also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
8 */
9 /* This is a dummy zip.h to allow the source files shared with Zip (crypt.c,
10 crc32.c, crctab.c, ttyio.c) to compile for UnZip. (In case you are looking
11 for the Info-ZIP license, please follow the pointers above.) */
13 #ifndef __zip_h /* don't include more than once */
14 #define __zip_h
16 #define UNZIP_INTERNAL
17 #include "unzip.h"
19 #define local static
21 #define ZE_MEM PK_MEM
22 #define ziperr(c, h) return
24 #endif /* !__zip_h */