home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d0xx / d023 / microemacs.lha / Ver30 / Sys / Amiga / sysdef.h < prev   
Encoding:
C/C++ Source or Header  |  1986-05-10  |  965 b   |  39 lines

  1. /*
  2.  * Name:    MicroEMACS
  3.  *        Commodore Amiga system header file.
  4.  * Version:    31
  5.  * Last edit:    26-Apr-86
  6.  * By:        Fred Fish
  7.  * --Last edit:    15-Apr-86
  8.  * By:        Mic Kaczmarczik
  9.  *        ...!ihnp4!seismo!ut-sally!ut-ngp!mic
  10.  */
  11.  
  12. #ifdef MANX
  13. #define    PCC    0            /* "[]" works.            */
  14. #else
  15. #define    PCC    1            /* "[]" does not work.        */
  16. #endif
  17.  
  18. /* My cc automatically defines either MANX or LATTICE for each compiler */
  19. /* Fred Fish  26-Apr-86 */
  20. #ifdef AS_DISTRIBUTED
  21. #define    MANX    1            /* Using Aztec C        */
  22. #endif
  23.  
  24. #define    KBLOCK    4096            /* Kill grow.            */
  25. #define    GOOD    0            /* Good exit status.        */
  26.  
  27. /*
  28.  * Macros used by the buffer name making code.
  29.  * Start at the end of the file name, scan to the left
  30.  * until BDC1 (or BDC2, if defined) is reached. The buffer
  31.  * name starts just to the right of that location, and
  32.  * stops at end of string (or at the next BDC3 character,
  33.  * if defined). BDC2 and BDC3 are mainly for VMS.
  34.  */
  35. #define    BDC1    ':'            /* Buffer names.        */
  36. #define    BDC2    '/'
  37.  
  38.  
  39.