home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 February / PCO_0299.ISO / filesbbs / linux / mikmod-3.000 / mikmod-3 / mikmod-3.1.2 / acconfig.h next >
Encoding:
Text File  |  1998-12-07  |  1.3 KB  |  48 lines

  1. /* Package name */
  2. #undef PACKAGE
  3. /* Package version */
  4. #undef VERSION
  5.  
  6. /* Define if the AudioFile driver is compiled */
  7. #undef DRV_AF
  8. /* Define if the AIX audio driver is compiled */
  9. #undef DRV_AIX
  10. /* Define if the Linux ALSA driver is compiled */
  11. #undef DRV_ALSA
  12. /* Define if the Enlightened Sound Daemon driver is compiled */
  13. #undef DRV_ESD
  14. /* Define if the HP-UX audio driver is compiled */
  15. #undef DRV_HP
  16. /* Define if the Open Sound System driver is compiled */
  17. #undef DRV_OSS
  18. /* Define if the SGI audio driver is compiled */
  19. #undef DRV_SGI
  20. /* Define if the Sun audio driver or compatible (NetBSD, OpenBSD)
  21.    is compiled */
  22. #undef DRV_SUN
  23. /* Define if the Sun audio driver should be compiled with output on the
  24.    headphone connector */
  25. #undef USE_HEADPHONE
  26.  
  27. /* Define if your system lacks usleep(3) */
  28. #undef NEED_USLEEP
  29. /* Define if your system is SunOS 4.* */
  30. #undef SUNOS
  31. /* Define if your system is AIX 3.* - might be needed for 4.* too */
  32. #undef AIX
  33.  
  34. /* Define if you want the CPU snagger feature */
  35. #undef CPUTIME_SNAGGER
  36.  
  37. /* Define if your copy of <sched.h> has a _P instead of __P (old Linux libc5) */
  38. #undef BROKEN_SCHED
  39.  
  40. /* Define if your libesd defines esd_close (only present in 0.2.5+) */
  41. #undef HAVE_ESD_CLOSE
  42.  
  43. /* Define if you want the high-quality mixer */
  44. #undef VIRTCH2
  45.  
  46. /* Define if you want a debug version of the library */
  47. #undef MIKMOD_DEBUG
  48.