Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6725 siemargl 1
/*
2
  Copyright (c) 1990-2000 Info-ZIP.  All rights reserved.
3
 
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
#ifdef NLM
10
#  include 
11
#  include 
12
#  include 
13
#  include 
14
#  include 
15
#  include 
16
#  define DIRENT
17
#  include 
18
#  ifndef DATE_FORMAT
19
#    define DATE_FORMAT DF_MDY
20
#  endif
21
#  define lenEOL          2
22
#  define PutNativeEOL  {*q++ = native(CR); *q++ = native(LF);}
23
#  define USE_FWRITE    /* write() fails to support textmode output */
24
#  if (!defined(NOTIMESTAMP) && !defined(TIMESTAMP))
25
#    define TIMESTAMP
26
#  endif
27
#  define MAIN main
28
#  define DECLARE_TIMEZONE
29
#  define SCREENWIDTH 80
30
#  define SCREENSIZE(scrrows, scrcols)  screensize(scrrows, scrcols)
31
   void InitUnZipConsole OF((void));
32
   int screensize        OF((int *tt_rows, int *tt_cols));
33
#endif /* NLM */