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
/*---------------------------------------------------------------------------
10
    FlexOS specific configuration section:
11
  ---------------------------------------------------------------------------*/
12
 
13
#ifndef __flxcfg_h
14
#define __flxcfg_h
15
 
16
#define __16BIT__
17
#define MED_MEM
18
#define EXE_EXTENSION ".286"
19
 
20
#ifndef nearmalloc
21
#  define nearmalloc malloc
22
#  define nearfree free
23
#endif
24
 
25
#define CRTL_CP_IS_OEM
26
 
27
#define near
28
#define far
29
 
30
#endif /* !__flxcfg_h */