home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / xgalaga-2_0_tar.gz / xgalaga-2_0_tar / xgalaga-2.0 / acconfig.h next >
Text File  |  1998-04-12  |  699b  |  28 lines

  1. /* NOSCOREHOGS limits each user to one high score in the global list */
  2. #undef NOSCOREHOGS
  3.  
  4. /* USE_REAL_NAMES enters user names from the system's user list instead of asking */
  5. #undef USE_REAL_NAMES
  6.  
  7. /* Whether to compile with sound support or not */
  8. #undef SOUND
  9.  
  10. /* Use NAS instead of a native sound driver */
  11. #undef NAS_SOUND
  12.  
  13. /* The sound device to use (E.G. /dev/dsp) */
  14. #undef SOUNDDEV
  15.  
  16. /* Where to put the global high scores */
  17. #undef SCOREFILE
  18.  
  19. /* Where to put the sound files */
  20. #undef SOUNDDIR
  21.  
  22. /* ----------------------------------------------------
  23.  * You shouldn't have to touch anything below this line
  24.  * ----------------------------------------------------
  25.  */
  26. #undef IMAGEDIR
  27. @TOP@
  28.