/* amiga.h * * Globular definitions that affect all of AmigaDom. * * Originally included in unzip.h, extracted for simplicity and eeze of * maintenance by John Bush. * * THIS FILE IS #INCLUDE'd by unzip.h * */ #include #ifdef AZTEC_C /* Manx Aztec C, 5.0 or newer only */ # include # include # define MODERN # define O_BINARY 0 # include "amiga/z-stat.h" # define dirent direct #endif /* AZTEC_C */ #if defined(LATTICE) || defined(__SASC) || defined(__SASC_60) # include # include # include # include # include /* needed? */ # if ( (!defined(O_BINARY)) && defined(O_RAW)) # define O_BINARY O_RAW # endif #endif /* LATTICE */ /* Funkshine Prough Toe Taipes */ int cmptime (struct tm *, struct tm *); time_t invlocal (struct tm *); LONG FileDate (char *, time_t[]); #define dup /* needed? */