home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume6 / gb / patch1 / files.h < prev    next >
C/C++ Source or Header  |  1989-07-06  |  961b  |  43 lines

  1. /*
  2.  * Galactic Bloodshed (Robert Chansky, smq@b)
  3.  */
  4.  
  5. #ifdef VER_4_3
  6.  
  7. /*#define PATH(file)    "/home/ssyx/smq/GB/file"*/
  8. #define PATH(file)    "/usr/games/lib/GB/file"
  9.  
  10. #else
  11. #ifdef VER_4_2
  12.  
  13. /*#define PATH(file)    "/b/f/smq/GB/file"    /* running on different hosts*/
  14. #define PATH(file)    "/usr/games/lib/GB/file"
  15.  
  16. # endif
  17. #endif
  18.  
  19. #define PAGER        PATH(mor)
  20. #define DATADIR        PATH(Data)
  21. #define DOCS        PATH(Docs)
  22. #define EXAM_FL        PATH(exam.dat)
  23. #define ENROLL_FL    PATH(enroll.dat)
  24.  
  25. #define DFILE(fl)    PATH(Data/fl)
  26.  
  27. #define STARDATAFL     DFILE(star)
  28. #define SECTORDATAFL     DFILE(sector)
  29. #define PLANETDATAFL     DFILE(planet)
  30. #define RACEDATAFL     DFILE(race)
  31. #define SHIPDATAFL     DFILE(ship)
  32. #define SHIPFREEDATAFL     DFILE(shipfree)
  33. #define PLAYERDATAFL     DFILE(players)
  34. #define TELEGRAMDIR     DFILE(Tele)
  35. #define TELEGRAMFL     DFILE(Tele/tele)
  36. #define PROFDATAFL    DFILE(spitup)
  37. #define POWFL        DFILE(power)
  38.  
  39.  
  40. #define PLAYER_GOD "smq"
  41. #define PLAYER_GROUP_ID 937
  42. #define LOCK_ALL "/tmp/Ex29935 "
  43.