home *** CD-ROM | disk | FTP | other *** search
- /* Package name */
- #undef PACKAGE
- /* Package version */
- #undef VERSION
-
- /* Define if the AudioFile driver is compiled */
- #undef DRV_AF
- /* Define if the AIX audio driver is compiled */
- #undef DRV_AIX
- /* Define if the Linux ALSA driver is compiled */
- #undef DRV_ALSA
- /* Define if the Enlightened Sound Daemon driver is compiled */
- #undef DRV_ESD
- /* Define if the HP-UX audio driver is compiled */
- #undef DRV_HP
- /* Define if the Open Sound System driver is compiled */
- #undef DRV_OSS
- /* Define if the SGI audio driver is compiled */
- #undef DRV_SGI
- /* Define if the Sun audio driver or compatible (NetBSD, OpenBSD)
- is compiled */
- #undef DRV_SUN
- /* Define if the Sun audio driver should be compiled with output on the
- headphone connector */
- #undef USE_HEADPHONE
-
- /* Define if your system lacks usleep(3) */
- #undef NEED_USLEEP
- /* Define if your system is SunOS 4.* */
- #undef SUNOS
- /* Define if your system is AIX 3.* - might be needed for 4.* too */
- #undef AIX
-
- /* Define if you want the CPU snagger feature */
- #undef CPUTIME_SNAGGER
-
- /* Define if your copy of <sched.h> has a _P instead of __P (old Linux libc5) */
- #undef BROKEN_SCHED
-
- /* Define if your libesd defines esd_close (only present in 0.2.5+) */
- #undef HAVE_ESD_CLOSE
-
- /* Define if you want the high-quality mixer */
- #undef VIRTCH2
-
- /* Define if you want a debug version of the library */
- #undef MIKMOD_DEBUG
-