config.h 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. #include "TargetConditionals.h"
  2. #if TARGET_IPHONE_SIMULATOR
  3. #define DEFAULT_OUTPUT_MODULE "dummy"
  4. /* #undef HAVE_AUDIOTOOLBOX_AUDIOTOOLBOX_H */
  5. /* #undef HAVE_AUDIOUNIT_AUDIOUNIT_H */
  6. /* #undef HAVE_CORESERVICES_CORESERVICES_H */
  7. /* #undef HAVE_OPENAL_ALC_H */
  8. /* #undef HAVE_OPENAL_AL_H */
  9. #define ABI_ALIGN_FUN 1
  10. #define HAVE_GAI_ADDRCONFIG 1
  11. #define LFS_ALIAS_BITS 32
  12. /* #undef HAVE_LIBMX */
  13. #define HAVE_MMAP 1
  14. #define IEEE_FLOAT 1
  15. #define SIZEOF_INT32_T 4
  16. #define SIZEOF_LONG 4
  17. #define SIZEOF_OFF_T 8
  18. #define SIZEOF_SIZE_T 4
  19. #define SIZEOF_SSIZE_T 4
  20. #if 0 /* OpenMPT */
  21. #define OPT_GENERIC
  22. #endif /* OpenMPT */
  23. #elif TARGET_OS_IPHONE
  24. #define DEFAULT_OUTPUT_MODULE "dummy"
  25. /* #undef HAVE_AUDIOTOOLBOX_AUDIOTOOLBOX_H */
  26. /* #undef HAVE_AUDIOUNIT_AUDIOUNIT_H */
  27. /* #undef HAVE_CORESERVICES_CORESERVICES_H */
  28. /* #undef HAVE_OPENAL_ALC_H */
  29. /* #undef HAVE_OPENAL_AL_H */
  30. /* #undef ABI_ALIGN_FUN */
  31. /* #undef HAVE_GAI_ADDRCONFIG */
  32. #define LFS_ALIAS_BITS 32
  33. /* #undef HAVE_LIBMX */
  34. /* #undef HAVE_MMAP */
  35. /* #undef IEEE_FLOAT */
  36. #define SIZEOF_INT32_T 4
  37. #define SIZEOF_LONG 4
  38. #define SIZEOF_OFF_T 8
  39. #define SIZEOF_SIZE_T 4
  40. #define SIZEOF_SSIZE_T 4
  41. #if 0 /* OpenMPT */
  42. #define OPT_NEON
  43. #endif /* OpenMPT */
  44. #elif TARGET_OS_MAC
  45. #define DEFAULT_OUTPUT_MODULE "coreaudio"
  46. #define HAVE_AUDIOTOOLBOX_AUDIOTOOLBOX_H 1
  47. #define HAVE_AUDIOUNIT_AUDIOUNIT_H 1
  48. #define HAVE_CORESERVICES_CORESERVICES_H 1
  49. #define HAVE_OPENAL_ALC_H 1
  50. #define HAVE_OPENAL_AL_H 1
  51. /* #undef ABI_ALIGN_FUN */
  52. #define HAVE_GAI_ADDRCONFIG 1
  53. #define LFS_ALIAS_BITS 64
  54. #define HAVE_LIBMX 1
  55. #define HAVE_MMAP 1
  56. #define IEEE_FLOAT 1
  57. #define SIZEOF_INT32_T 4
  58. #define SIZEOF_LONG 8
  59. #define SIZEOF_OFF_T 8
  60. #define SIZEOF_SIZE_T 8
  61. #define SIZEOF_SIZE_T 8
  62. #define SIZEOF_SSIZE_T 8
  63. #if 0 /* OpenMPT */
  64. #define OPT_GENERIC
  65. #endif /* OpenMPT */
  66. #else
  67. #error "Unknown target."
  68. #endif
  69. /* #undef ACCURATE_ROUNDING */
  70. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  71. #define ASMALIGN_EXP 1
  72. #define CCALIGN 1
  73. /* #undef DEBUG */
  74. /* #undef DYNAMIC_BUILD */
  75. #define FIFO 1
  76. #define FRAME_INDEX 1
  77. #define GAPLESS 1
  78. /* #undef HAVE_ALC_H */
  79. /* #undef HAVE_ALIB_H */
  80. /* #undef HAVE_AL_ALC_H */
  81. /* #undef HAVE_AL_AL_H */
  82. /* #undef HAVE_AL_H */
  83. #define HAVE_ARPA_INET_H 1
  84. /* #undef HAVE_ASM_AUDIOIO_H */
  85. #define HAVE_ATOLL 1
  86. /* #undef HAVE_AUDIOS_H */
  87. /* #undef HAVE_CULIB_H */
  88. #define HAVE_DLFCN_H 1
  89. #define HAVE_GETADDRINFO 1
  90. #define HAVE_GETPAGESIZE 1
  91. #define HAVE_GETUID 1
  92. #define HAVE_INTTYPES_H 1
  93. #define HAVE_LANGINFO_H 1
  94. #define HAVE_LIBM 1
  95. #define HAVE_LIMITS_H 1
  96. /* #undef HAVE_LINUX_SOUNDCARD_H */
  97. #define HAVE_LOCALE_H 1
  98. /* #undef HAVE_LTDL */
  99. /* #undef HAVE_MACHINE_SOUNDCARD_H */
  100. #define HAVE_MEMORY_H 1
  101. #define HAVE_MKFIFO 1
  102. #define HAVE_NETDB_H 1
  103. #define HAVE_NETINET_IN_H 1
  104. /* #undef HAVE_NETINET_TCP_H */
  105. #define HAVE_NL_LANGINFO 1
  106. /* #undef HAVE_OS2ME_H */
  107. /* #undef HAVE_OS2_H */
  108. #define HAVE_RANDOM 1
  109. #define HAVE_SCHED_H 1
  110. /* #undef HAVE_SCHED_SETSCHEDULER */
  111. #define HAVE_SETLOCALE 1
  112. #define HAVE_SETPRIORITY 1
  113. #define HAVE_SETUID 1
  114. #define HAVE_SIGNAL_H 1
  115. /* #undef HAVE_SNDIO_H */
  116. #define HAVE_STDINT_H 1
  117. #define HAVE_STDIO_H 1
  118. #define HAVE_STDLIB_H 1
  119. #define HAVE_STRDUP 1
  120. #define HAVE_STRERROR 1
  121. #define HAVE_STRINGS_H 1
  122. #define HAVE_STRING_H 1
  123. /* #undef HAVE_SUN_AUDIOIO_H */
  124. /* #undef HAVE_SYS_AUDIOIO_H */
  125. /* #undef HAVE_SYS_AUDIO_H */
  126. #define HAVE_SYS_IOCTL_H 1
  127. #define HAVE_SYS_PARAM_H 1
  128. #define HAVE_SYS_RESOURCE_H 1
  129. #define HAVE_SYS_SIGNAL_H 1
  130. #define HAVE_SYS_SOCKET_H 1
  131. /* #undef HAVE_SYS_SOUNDCARD_H */
  132. #define HAVE_SYS_STAT_H 1
  133. #define HAVE_SYS_TIME_H 1
  134. #define HAVE_SYS_TYPES_H 1
  135. #define HAVE_SYS_WAIT_H 1
  136. #define HAVE_TERMIOS 1
  137. #define HAVE_UNISTD_H 1
  138. /* #undef HAVE_WINDOWS_H */
  139. /* #undef HAVE_WS2TCPIP_H */
  140. #define INDEX_SIZE 1000
  141. #define IPV6 1
  142. #define LT_OBJDIR ".libs/"
  143. #define MODULE_FILE_SUFFIX ".la"
  144. #define NETWORK 1
  145. /* #undef NO_16BIT */
  146. /* #undef NO_32BIT */
  147. /* #undef NO_8BIT */
  148. /* #undef NO_DOWNSAMPLE */
  149. /* #undef NO_ERETURN */
  150. /* #undef NO_ERRORMSG */
  151. /* #undef NO_FEEDER */
  152. /* #undef NO_ICY */
  153. /* #undef NO_ID3V2 */
  154. /* #undef NO_LAYER1 */
  155. /* #undef NO_LAYER2 */
  156. /* #undef NO_LAYER3 */
  157. /* #undef NO_NTOM */
  158. /* #undef NO_REAL */
  159. /* #undef NO_STRING */
  160. /* #undef NO_WARNING */
  161. #define PACKAGE "mpg123"
  162. #define PACKAGE_BUGREPORT "[email protected]"
  163. #define PACKAGE_NAME "mpg123"
  164. #define PACKAGE_STRING "mpg123 1.14.0"
  165. #define PACKAGE_TARNAME "mpg123"
  166. #define PACKAGE_URL ""
  167. #define PACKAGE_VERSION "1.14.0"
  168. /* #undef PORTAUDIO18 */
  169. #define STDC_HEADERS 1
  170. /* #undef USE_MODULES */
  171. #define VERSION "1.14.0"
  172. /* #undef WANT_WIN32_FIFO */
  173. /* #undef WANT_WIN32_SOCKETS */
  174. /* #undef WANT_WIN32_UNICODE */
  175. /* #undef WINVER */
  176. #if defined AC_APPLE_UNIVERSAL_BUILD
  177. # if defined __BIG_ENDIAN__
  178. # define WORDS_BIGENDIAN 1
  179. # endif
  180. #else
  181. # ifndef WORDS_BIGENDIAN
  182. /* # undef WORDS_BIGENDIAN */
  183. # endif
  184. #endif
  185. /* #undef _FILE_OFFSET_BITS */
  186. /* #undef _LARGE_FILES */
  187. /* #undef _WIN32_WINNT */
  188. /* #undef const */
  189. #ifndef __cplusplus
  190. /* #undef inline */
  191. #endif
  192. /* #undef int16_t */
  193. /* #undef int32_t */
  194. /* #undef off_t */
  195. /* #undef size_t */
  196. /* #undef ssize_t */
  197. /* #undef uint16_t */
  198. /* #undef uint32_t */
  199. /* #undef uintptr_t */
  200. #define REAL_IS_FLOAT
  201. #define HAVE_DIRENT_H /* OpenMPT */