home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip540.zip / flexos / flxcfg.h < prev    next >
C/C++ Source or Header  |  1998-06-16  |  459b  |  23 lines

  1. /*---------------------------------------------------------------------------
  2.     FlexOS specific configuration section:
  3.   ---------------------------------------------------------------------------*/
  4.  
  5. #ifndef __flxcfg_h
  6. #define __flxcfg_h
  7.  
  8. #define __16BIT__
  9. #define MED_MEM
  10. #define EXE_EXTENSION ".286"
  11.  
  12. #ifndef nearmalloc
  13. #  define nearmalloc malloc
  14. #  define nearfree free
  15. #endif
  16.  
  17. #define CRTL_CP_IS_OEM
  18.  
  19. #define near
  20. #define far
  21.  
  22. #endif /* !__flxcfg_h */
  23.