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. /* #undef HAVE_SYS_WAIT_H */
  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. /* #undef DRV_PIPE */
  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. /* #undef DRV_OSX */
  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 if your system is SunOS 4.* */
  53. /* #undef SUNOS */
  54. /* Define if your system is AIX 3.* - might be needed for 4.* too */
  55. /* #undef AIX */
  56. /* Define if your system defines random(3) and srandom(3) in math.h instead
  57.    of stdlib.h */
  58. /* #undef SRANDOM_IN_MATH_H */
  59. /* Define if EsounD driver depends on ALSA */
  60. /* #undef MIKMOD_DYNAMIC_ESD_NEEDS_ALSA */
  61. /* Define if your system has RTLD_GLOBAL defined in <dlfcn.h> */
  62. /* #undef  HAVE_RTLD_GLOBAL */
  63. /* Define if your system needs leading underscore to function names in dlsym() calls */
  64. /* #undef DLSYM_NEEDS_UNDERSCORE */
  65. /* Define if you have the setenv function.  */
  66. /* #undef HAVE_SETENV */
  67. /* Define if you have the snprintf function.  */
  68. #define HAVE_SNPRINTF 1
  69. /* Define if you have the srandom function.  */
  70. /* #undef HAVE_SRANDOM */
  71. /* Define if you have the strcasecmp function.  */
  72. #define HAVE_STRCASECMP 1
  73. /* Define if you have the strdup function.  */
  74. #define HAVE_STRDUP 1
  75. /* Define if you have the strstr function.  */
  76. #define HAVE_STRSTR 1
  77. /* Define if you have the <AF/AFlib.h> header file.  */
  78. /* #undef HAVE_AF_AFLIB_H */
  79. /* Define if you have the <dl.h> header file.  */
  80. /* #undef HAVE_DL_H */
  81. /* Define if you have the <dlfcn.h> header file.  */
  82. /* ##undef HAVE_DLFCN_H */
  83. /* Define if you have the <dmedia/audio.h> header file.  */
  84. /* #undef HAVE_DMEDIA_AUDIO_H */
  85. /* Define if you have the <fcntl.h> header file.  */
  86. #define HAVE_FCNTL_H 1
  87. /* Define if you have the <libgus.h> header file.  */
  88. /* #undef HAVE_LIBGUS_H */
  89. /* Define if you have the <machine/soundcard.h> header file.  */
  90. /* #undef HAVE_MACHINE_SOUNDCARD_H */
  91. /* Define if you have the <malloc.h> header file.  */
  92. /* #undef HAVE_MALLOC_H */
  93. /* Define if you have the <memory.h> header file.  */
  94. /* #undef HAVE_MEMORY_H */
  95. /* Define if you have the <strings.h> header file.  */
  96. /* #undef HAVE_STRINGS_H */
  97. /* Define if you have the <sun/audioio.h> header file.  */
  98. /* #undef HAVE_SUN_AUDIOIO_H */
  99. /* Define if you have the <sys/acpa.h> header file.  */
  100. /* #undef HAVE_SYS_ACPA_H */
  101. /* Define if you have the <sys/asoundlib.h> header file.  */
  102. /* #undef HAVE_SYS_ASOUNDLIB_H */
  103. /* Define if you have the <sys/audio.h> header file.  */
  104. /* #undef HAVE_SYS_AUDIO_H */
  105. /* Define if you have the <sys/audioio.h> header file.  */
  106. /* #undef HAVE_SYS_AUDIOIO_H */
  107. /* Define if you have the <sys/ioctl.h> header file.  */
  108. /* #undef HAVE_SYS_IOCTL_H */
  109. /* Define if you have the <sys/sam9407.h> header file.  */
  110. /* #undef HAVE_SYS_SAM9407_H */
  111. /* Define if you have the <sys/soundcard.h> header file.  */
  112. /* #undef HAVE_SYS_SOUNDCARD_H */
  113. /* Define if you have the <unistd.h> header file.  */
  114. #define HAVE_UNISTD_H 1
  115. /* Name of package */
  116. #define PACKAGE "libmikmod"
  117. /* Version number of package */
  118. #define VERSION "3.2.0"