acconfig.h
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:2k
源码类别:

Windows CE

开发平台:

C/C++

  1. /* ========== Package information */
  2. /* Package name (libmikmod) */
  3. #undef PACKAGE
  4. /* Package version */
  5. #undef VERSION
  6. /* ========== Features selected */
  7. /* Define if your system supports binary pipes (i.e. Unix) */
  8. #undef DRV_PIPE
  9. /* Define if you want a .aiff file writer driver */
  10. #undef DRV_AIFF
  11. /* Define if the AudioFile driver is compiled */
  12. #undef DRV_AF
  13. /* Define if the AIX audio driver is compiled */
  14. #undef DRV_AIX
  15. /* Define if the Linux ALSA driver is compiled */
  16. #undef DRV_ALSA
  17. /* Define if the Enlightened Sound Daemon driver is compiled */
  18. #undef DRV_ESD
  19. /* Define if the HP-UX audio driver is compiled */
  20. #undef DRV_HP
  21. /* Define if the Open Sound System driver is compiled */
  22. #undef DRV_OSS
  23. /* Define if the Linux SAM9407 driver is compiled */
  24. #undef DRV_SAM9407
  25. /* Define if the SGI audio driver is compiled */
  26. #undef DRV_SGI
  27. /* Define if the Sun audio driver or compatible (NetBSD, OpenBSD)
  28.    is compiled */
  29. #undef DRV_SUN
  30. /* Define if the Linux Ultra driver is compiled */
  31. #undef DRV_ULTRA
  32. /* Define this if you want the MacOS X CoreAudio driver */
  33. #undef DRV_OSX
  34. /* Define this if you want the Carbon Mac Audio driver */
  35. #undef DRV_MAC
  36. /* Define if you want a debug version of the library */
  37. #undef MIKMOD_DEBUG
  38. /* Define if you want runtime dynamic linking of ALSA and EsounD drivers */
  39. #undef MIKMOD_DYNAMIC
  40. /* Define if your system provides POSIX.4 threads */
  41. #undef HAVE_PTHREAD
  42. /* ========== Build environment information */
  43. /* Define if your system is SunOS 4.* */
  44. #undef SUNOS
  45. /* Define if your system is AIX 3.* - might be needed for 4.* too */
  46. #undef AIX
  47. /* Define if your system defines random(3) and srandom(3) in math.h instead
  48.    of stdlib.h */
  49. #undef SRANDOM_IN_MATH_H
  50. /* Define if EsounD driver depends on ALSA */
  51. #undef MIKMOD_DYNAMIC_ESD_NEEDS_ALSA
  52. /* Define if your system has RTLD_GLOBAL defined in <dlfcn.h> */
  53. #undef HAVE_RTLD_GLOBAL
  54. /* Define if your system needs leading underscore to function names in dlsym() calls */
  55. #undef DLSYM_NEEDS_UNDERSCORE