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#define FOPR "rb"
10#define FOPM "r+b"
11#define FOPW "wb"
12
13#define DIRENT
14#define NO_TERMIO
15#define USE_CASE_MAP
16#define PROCNAME(n) (action == ADD || action == UPDATE ? wild(n) : \
17                     procname(n, 1))
18
19#include <sys/types.h>
20#include <sys/stat.h>
21