1/*
2  Copyright (c) 1990-2007 Info-ZIP.  All rights reserved.
3
4  See the accompanying file LICENSE, version 2007-Mar-4 or later
5  (the contents of which are also included in zip.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#ifndef TOPS20
10#define TOPS20
11#endif
12
13#define NO_PROTO
14#define NO_SYMLINKS
15#define NO_TERMIO
16#define DIRENT
17#define BIG_MEM
18#define REALLY_SHORT_SYMS
19#define window_size winsiz
20
21extern int isatty();
22
23#define FOPR "rb"
24#define FOPM "r+b"
25#define FOPW "w8"
26
27#define CBSZ 524288
28#define ZBSZ 524288
29
30#include <sys/types.h>
31#include <sys/stat.h>
32