home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / icon / dos / src / config / msdos / codebldr / define.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-11  |  762 b   |  35 lines

  1. #define HostStr "PC 386 in 32-bit protected mode ex Intel 386 C Version 1.0"
  2. #define KeyboardFncs
  3. #define Precision 15
  4. #define IcodeSuffix ".icx"
  5. #define IcodeASuffix ".ICX"
  6. #define SystemFnc
  7. #define SysTime <sys/time.h>
  8. #define StandardPP
  9. #define StandardC
  10.  
  11. #undef MSDOS
  12. #define MSDOS 1
  13.  
  14. #undef INTEL_386
  15. #define INTEL_386 1
  16.  
  17. /*
  18.  * The default regions sizes for this implementation are much larger
  19.  *  than for most implementations.
  20.  */
  21.  
  22. #define MaxAbrSize   512000
  23. #define MaxStrSpace  256000
  24. #define MaxStatSize   20480
  25.  
  26. /*
  27.  * Intel's C Code Builder include files use "const" keyword
  28.  * in prototypes.  This clashes with Icon's prototypes.
  29.  */
  30. #define const
  31.  
  32. #define index strchr
  33. #define rindex strrchr
  34. #define unlink remove
  35.