home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / cvs-1.8.7-src.tgz / tar.out / fsf / cvs / macintosh / mac_config.h < prev    next >
Text File  |  1996-09-28  |  743b  |  16 lines

  1. /*
  2.  * mac_config.h - Macintosh-specific definitions and configuration settings
  3.  *
  4.  * MDLadwig <mike@twinpeaks.prc.com> --- July 1996
  5.  */
  6. // MacCVS with AppleEvent IO and no console support.  If this is not defined then IO will be
  7. // via the SIOUX console
  8. //#define AE_IO_HANDLERS
  9. // Setup includes to use MSL instead of Plum-Hall ANSI library
  10. //#define MSL_LIBRARY
  11. #define AE_OUTBUF_SIZE            32000        // Maximum size of output Apple Events
  12. #define AE_TIMEOUT_SECONDS        30            // Timeout for AppleEvents command recipt
  13. #define ArgMax                        512    // Maximum number of Args passed via AE command
  14. #define EnvMax                        512    // Maximum number of Env Vars passed via AE command
  15. #define STACK_SIZE_68K            98305        // Stack size for 68k version (PPC set in CW prefs)
  16.