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

Windows CE

开发平台:

C/C++

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. /* #undef _ALL_SOURCE */
  8. #endif
  9. /* Define to empty if the keyword does not work.  */
  10. /* #undef const */
  11. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  12. #define HAVE_SYS_WAIT_H 1
  13. /* Define to `int' if <sys/types.h> doesn't define.  */
  14. /* #undef pid_t */
  15. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  16. /* #undef size_t */
  17. /* Define if you have the ANSI C header files.  */
  18. #define STDC_HEADERS 1
  19. /* Define if your system supports binary pipes (i.e. Unix) */
  20. #define DRV_PIPE 1
  21. /* Define if the AudioFile driver is compiled */
  22. /* #undef DRV_AF */
  23. /* Define if the AIX audio driver is compiled */
  24. /* #undef DRV_AIX */
  25. /* Define if the Linux ALSA driver is compiled */
  26. /* #undef DRV_ALSA */
  27. /* Define if the Enlightened Sound Daemon driver is compiled */
  28. /* #undef DRV_ESD */
  29. /* Define if the HP-UX audio driver is compiled */
  30. /* #undef DRV_HP */
  31. /* Define if the Open Sound System driver is compiled */
  32. /* #undef DRV_OSS */
  33. /* Define if the Linux SAM9407 driver is compiled */
  34. /* #undef DRV_SAM9407 */
  35. /* Define if the SGI audio driver is compiled */
  36. /* #undef DRV_SGI */
  37. /* Define if the Sun audio driver or compatible (NetBSD, OpenBSD)
  38.    is compiled */
  39. /* #undef DRV_SUN */
  40. /* Define if the Linux Ultra driver is compiled */
  41. /* #undef DRV_ULTRA */
  42. /* Define this if you want the Mac Sound Manager driver */
  43. /* #define DRV_MAC 1 */
  44. /* Define this if you want the MacOS X CoreAudio driver */
  45. /* #define DRV_OSX 1 */
  46. /* Define if you want a debug version of the library */
  47. /* #undef MIKMOD_DEBUG */
  48. /* Define if you want runtime dynamic linking of ALSA and EsounD drivers */
  49. #define MIKMOD_DYNAMIC 1
  50. /* Define if your system provides POSIX.4 threads */
  51. /*#undef HAVE_PTHREAD */
  52. #define HAVE_PTHREAD 1
  53. /* Define if your system is SunOS 4.* */
  54. /* #undef SUNOS */
  55. /* Define if your system is AIX 3.* - might be needed for 4.* too */
  56. /* #undef AIX */
  57. /* Define if your system defines random(3) and srandom(3) in math.h instead
  58.    of stdlib.h */
  59. /* #undef SRANDOM_IN_MATH_H */
  60. /* Define if EsounD driver depends on ALSA */
  61. /* #undef MIKMOD_DYNAMIC_ESD_NEEDS_ALSA */
  62. /* Define if your system has RTLD_GLOBAL defined in <dlfcn.h> */
  63. #define HAVE_RTLD_GLOBAL 1
  64. /* Define if your system needs leading underscore to function names in dlsym() calls */
  65. /* #undef DLSYM_NEEDS_UNDERSCORE */
  66. /* Define if you have the setenv function.  */
  67. #define HAVE_SETENV 1
  68. /* Define if you have the snprintf function.  */
  69. #define HAVE_SNPRINTF 1
  70. /* Define if you have the srandom function.  */
  71. #define HAVE_SRANDOM 1
  72. /* Define if you have the strcasecmp function.  */
  73. #define HAVE_STRCASECMP 1
  74. /* Define if you have the strdup function.  */
  75. #define HAVE_STRDUP 1
  76. /* Define if you have the strstr function.  */
  77. #define HAVE_STRSTR 1
  78. /* Define if you have the <AF/AFlib.h> header file.  */
  79. /* #undef HAVE_AF_AFLIB_H */
  80. /* Define if you have the <dl.h> header file.  */
  81. /* #undef HAVE_DL_H */
  82. /* Define if you have the <dlfcn.h> header file.  */
  83. #define HAVE_DLFCN_H 1
  84. /* Define if you have the <dmedia/audio.h> header file.  */
  85. /* #undef HAVE_DMEDIA_AUDIO_H */
  86. /* Define if you have the <fcntl.h> header file.  */
  87. #define HAVE_FCNTL_H 1
  88. /* Define if you have the <libgus.h> header file.  */
  89. /* #undef HAVE_LIBGUS_H */
  90. /* Define if you have the <machine/soundcard.h> header file.  */
  91. /* #undef HAVE_MACHINE_SOUNDCARD_H */
  92. /* Define if you have the <malloc.h> header file.  */
  93. /* #undef HAVE_MALLOC_H */
  94. /* Define if you have the <memory.h> header file.  */
  95. #define HAVE_MEMORY_H 1
  96. /* Define if you have the <strings.h> header file.  */
  97. #define HAVE_STRINGS_H 1
  98. /* Define if you have the <sun/audioio.h> header file.  */
  99. /* #undef HAVE_SUN_AUDIOIO_H */
  100. /* Define if you have the <sys/acpa.h> header file.  */
  101. /* #undef HAVE_SYS_ACPA_H */
  102. /* Define if you have the <sys/asoundlib.h> header file.  */
  103. /* #undef HAVE_SYS_ASOUNDLIB_H */
  104. /* Define if you have the <sys/audio.h> header file.  */
  105. /* #undef HAVE_SYS_AUDIO_H */
  106. /* Define if you have the <sys/audioio.h> header file.  */
  107. /* #undef HAVE_SYS_AUDIOIO_H */
  108. /* Define if you have the <sys/ioctl.h> header file.  */
  109. #define HAVE_SYS_IOCTL_H 1
  110. /* Define if you have the <sys/sam9407.h> header file.  */
  111. /* #undef HAVE_SYS_SAM9407_H */
  112. /* Define if you have the <sys/soundcard.h> header file.  */
  113. /* #undef HAVE_SYS_SOUNDCARD_H */
  114. /* Define if you have the <unistd.h> header file.  */
  115. #define HAVE_UNISTD_H 1
  116. /* Name of package */
  117. #define PACKAGE "libmikmod"
  118. /* Version number of package */
  119. #define VERSION "3.2.0"