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#include "riscos.h"
10
11#define RISCOS
12#define NO_SYMLINKS
13#define NO_FCNTL_H
14#define NO_UNISTD_H
15#define NO_MKTEMP
16
17#define PROCNAME(n) (action == ADD || action == UPDATE ? wild(n) : \
18                     procname(n, 1))
19
20#define isatty(a) 1
21#define fseek(f,o,t) riscos_fseek((f),(o),(t))
22
23#define localtime riscos_localtime
24#define gmtime riscos_gmtime
25
26#ifdef ZCRYPT_INTERNAL
27#  define ZCR_SEED2     (unsigned)3141592654L   /* use PI as seed pattern */
28#endif
29