home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Musik / Misc / Amster / Source / include / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-01  |  328 b   |  18 lines

  1. /*
  2. ** Configuration
  3. */
  4.  
  5. #define AMSTER_VERSION "0.7"
  6. #define AMSTER_DATE "18.6.2000"
  7. #define AMSTER_BUILD "39"
  8.  
  9.  
  10. #define AMSTER_HELP "PROGDIR:Amster.guide"
  11. #define AMSTER_PREFS "Amster.prefs"
  12.  
  13.  
  14. /* Play with the following values to make Amster even more unstable ;-) */
  15.  
  16. #define AMSTER_STACK 16384
  17. #define AMSTER_NAPBUFSIZE 1024
  18.