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 / config.h.in < prev    next >
Text File  |  1998-04-12  |  2KB  |  76 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2. /* NOSCOREHOGS limits each user to one high score in the global list */
  3. #undef NOSCOREHOGS
  4.  
  5. /* USE_REAL_NAMES enters user names from the system's user list instead of asking */
  6. #undef USE_REAL_NAMES
  7.  
  8. /* Whether to compile with sound support or not */
  9. #undef SOUND
  10.  
  11. /* Use NAS instead of a native sound driver */
  12. #undef NAS_SOUND
  13.  
  14. /* The sound device to use (E.G. /dev/dsp) */
  15. #undef SOUNDDEV
  16.  
  17. /* Where to put the global high scores */
  18. #undef SCOREFILE
  19.  
  20. /* Where to put the sound files */
  21. #undef SOUNDDIR
  22.  
  23. /* Where to put the level files */
  24. #undef LEVELDIR
  25.  
  26. /* ----------------------------------------------------
  27.  * You shouldn't have to touch anything below this line
  28.  * ----------------------------------------------------
  29.  */
  30. #undef IMAGEDIR
  31.  
  32. /* Define to empty if the keyword does not work.  */
  33. #undef const
  34.  
  35. /* Define as the return type of signal handlers (int or void).  */
  36. #undef RETSIGTYPE
  37.  
  38. /* Define if you have the ANSI C header files.  */
  39. #undef STDC_HEADERS
  40.  
  41. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  42. #undef TIME_WITH_SYS_TIME
  43.  
  44. /* Define if the X Window System is missing or not being used.  */
  45. #undef X_DISPLAY_MISSING
  46.  
  47. /* Define if you have the gettimeofday function.  */
  48. #undef HAVE_GETTIMEOFDAY
  49.  
  50. /* Define if you have the lrand48 function.  */
  51. #undef HAVE_LRAND48
  52.  
  53. /* Define if you have the random function.  */
  54. #undef HAVE_RANDOM
  55.  
  56. /* Define if you have the select function.  */
  57. #undef HAVE_SELECT
  58.  
  59. /* Define if you have the <fcntl.h> header file.  */
  60. #undef HAVE_FCNTL_H
  61.  
  62. /* Define if you have the <malloc.h> header file.  */
  63. #undef HAVE_MALLOC_H
  64.  
  65. /* Define if you have the <strings.h> header file.  */
  66. #undef HAVE_STRINGS_H
  67.  
  68. /* Define if you have the <sys/ioctl.h> header file.  */
  69. #undef HAVE_SYS_IOCTL_H
  70.  
  71. /* Define if you have the <sys/time.h> header file.  */
  72. #undef HAVE_SYS_TIME_H
  73.  
  74. /* Define if you have the <unistd.h> header file.  */
  75. #undef HAVE_UNISTD_H
  76.