home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / games / volume13 / xsokoban3 / part02 / config.h next >
Text File  |  1992-02-11  |  1KB  |  49 lines

  1. /***********************************************************************
  2.    You may wish to alter the following directory paths
  3. ***********************************************************************/
  4. /**/
  5. /* SCREENPATH: the name of the directioy where the screen file are held */
  6. /**/
  7. #define SCREENPATH "/usr/tmp/xsokoban.v2/screens"
  8.  
  9. /**/
  10. /* SAVEPATH: the name of the path where save files are held */
  11. /*           Attention: Be sure that there are no other files with */
  12. /*                      the name <username>.sav                    */
  13. /**/
  14. #define SAVEPATH "/usr/tmp/xsokoban.v2/saves"
  15.  
  16. /* BITPATH: the full pathname to the bitmap file defaults. */
  17. #define BITPATH "/usr/tmp/xsokoban.v2/bitmaps/defaults"
  18.  
  19. /**/
  20. /* LOCKPATH: temporary file which is created to ensure that no users */
  21. /*           work with the scorefile at the same time                */
  22. /**/
  23. #define LOCKFILE "/tmp/score.slock"
  24.  
  25. /**/
  26. /* SCOREFILE: the full pathname of the score file */
  27. /**/
  28. #define SCOREFILE "/usr/tmp/xsokoban.v2/sokoban.slock"
  29.  
  30. /**/
  31. /* MAXUSERNAME: defines the maximum length of a system's user name */
  32. /**/
  33. #define MAXUSERNAME     32
  34.  
  35. /**/
  36. /* MAXSCOREENTRIES: defines the maximum numner of entries in the scoretable */
  37. /**/
  38. #define MAXSCOREENTRIES 10000
  39.  
  40. /**/
  41. /* SUPERUSER: defines the name of the game superuser */
  42. /**/
  43. #define SUPERUSER "jt1o"
  44.  
  45. /**/
  46. /* PASSWORD: defines the password necessary for creating a new score file */
  47. /**/
  48. #define PASSWORD "Greezooble"
  49.