config.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. /* src/config.h. Generated from config.h.in by configure. */
  2. /* src/config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define if your architecture wants/needs/can use attribute_align_arg and
  4. alignment checks. It is for 32bit x86... */
  5. /* #undef ABI_ALIGN_FUN */
  6. /* Define to use proper rounding. */
  7. #define ACCURATE_ROUNDING 1
  8. /* Define if building universal (internal helper macro) */
  9. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  10. /* Define if .balign is present. */
  11. #define ASMALIGN_BALIGN 1
  12. /* Define if .align just takes byte count. */
  13. /* #undef ASMALIGN_BYTE */
  14. /* Define if .align takes 3 for alignment of 2^3=8 bytes instead of 8. */
  15. /* #undef ASMALIGN_EXP */
  16. /* Define if __attribute__((aligned(16))) shall be used */
  17. #define CCALIGN 1
  18. /* Define if debugging is enabled. */
  19. /* #undef DEBUG */
  20. /* The default audio output module(s) to use */
  21. #define DEFAULT_OUTPUT_MODULE "pulse,win32,win32_wasapi,sdl"
  22. /* Define if building with dynamcally linked libmpg123 */
  23. /* #undef DYNAMIC_BUILD */
  24. /* Use EFBIG as substitude for EOVERFLOW, mingw.org may lack the latter */
  25. /* #undef EOVERFLOW */
  26. /* Define if FIFO support is enabled. */
  27. #define FIFO 1
  28. /* Define if frame index should be used. */
  29. #define FRAME_INDEX 1
  30. /* Define if gapless is enabled. */
  31. #define GAPLESS 1
  32. /* Define to 1 if you have the <alc.h> header file. */
  33. /* #undef HAVE_ALC_H */
  34. /* Define to 1 if you have the <Alib.h> header file. */
  35. /* #undef HAVE_ALIB_H */
  36. /* Define to 1 if you have the <AL/alc.h> header file. */
  37. /* #undef HAVE_AL_ALC_H */
  38. /* Define to 1 if you have the <AL/al.h> header file. */
  39. /* #undef HAVE_AL_AL_H */
  40. /* Define to 1 if you have the <al.h> header file. */
  41. /* #undef HAVE_AL_H */
  42. /* Define to 1 if you have the <arpa/inet.h> header file. */
  43. /* #undef HAVE_ARPA_INET_H */
  44. /* Define to 1 if you have the <asm/audioio.h> header file. */
  45. /* #undef HAVE_ASM_AUDIOIO_H */
  46. /* Define to 1 if you have the `atoll' function. */
  47. #define HAVE_ATOLL 1
  48. /* Define to 1 if you have the <audios.h> header file. */
  49. /* #undef HAVE_AUDIOS_H */
  50. /* Define to 1 if you have the <AudioToolbox/AudioToolbox.h> header file. */
  51. /* #undef HAVE_AUDIOTOOLBOX_AUDIOTOOLBOX_H */
  52. /* Define to 1 if you have the <AudioUnit/AudioUnit.h> header file. */
  53. /* #undef HAVE_AUDIOUNIT_AUDIOUNIT_H */
  54. /* Define to 1 if you have the <byteswap.h> header file. */
  55. /* #undef HAVE_BYTESWAP_H */
  56. /* Define to 1 if you have the <CoreServices/CoreServices.h> header file. */
  57. /* #undef HAVE_CORESERVICES_CORESERVICES_H */
  58. /* Define to 1 if you have the <CUlib.h> header file. */
  59. /* #undef HAVE_CULIB_H */
  60. /* Define to 1 if you have the <dirent.h> header file. */
  61. #define HAVE_DIRENT_H 1
  62. /* Define to 1 if you have the `dlclose' function. */
  63. /* #undef HAVE_DLCLOSE */
  64. /* Define to 1 if you have the <dlfcn.h> header file. */
  65. /* #undef HAVE_DLFCN_H */
  66. /* Define to 1 if you have the `dlopen' function. */
  67. /* #undef HAVE_DLOPEN */
  68. /* Define to 1 if you have the `dlsym' function. */
  69. /* #undef HAVE_DLSYM */
  70. /* Define to 1 if you have the `getaddrinfo' function. */
  71. /* #undef HAVE_GETADDRINFO */
  72. /* Define to 1 if you have the `getuid' function. */
  73. /* #undef HAVE_GETUID */
  74. /* Define to 1 if you have the <inttypes.h> header file. */
  75. #define HAVE_INTTYPES_H 1
  76. /* Define to 1 if you have the `iswprint' function. */
  77. #define HAVE_ISWPRINT 1
  78. /* Define to 1 if you have the <langinfo.h> header file. */
  79. /* #undef HAVE_LANGINFO_H */
  80. /* Define to 1 if you have the `m' library (-lm). */
  81. #define HAVE_LIBM 1
  82. /* Define to 1 if you have the `mx' library (-lmx). */
  83. /* #undef HAVE_LIBMX */
  84. /* Define to 1 if you have the <limits.h> header file. */
  85. #define HAVE_LIMITS_H 1
  86. /* Define to 1 if you have the <linux/soundcard.h> header file. */
  87. /* #undef HAVE_LINUX_SOUNDCARD_H */
  88. /* Define to 1 if you have the <locale.h> header file. */
  89. #define HAVE_LOCALE_H 1
  90. /* Define to 1 if you have the <machine/soundcard.h> header file. */
  91. /* #undef HAVE_MACHINE_SOUNDCARD_H */
  92. /* Define to 1 if you have the `mbstowcs' function. */
  93. #define HAVE_MBSTOWCS 1
  94. /* Define to 1 if you have the <memory.h> header file. */
  95. #define HAVE_MEMORY_H 1
  96. /* Define to 1 if you have the `mkfifo' function. */
  97. /* #undef HAVE_MKFIFO */
  98. /* Define to 1 if you have the `mmap' function. */
  99. /* #undef HAVE_MMAP */
  100. /* Define to 1 if you have the <netdb.h> header file. */
  101. /* #undef HAVE_NETDB_H */
  102. /* Define to 1 if you have the <netinet/in.h> header file. */
  103. /* #undef HAVE_NETINET_IN_H */
  104. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  105. /* #undef HAVE_NETINET_TCP_H */
  106. /* Define to 1 if you have the `nl_langinfo' function. */
  107. /* #undef HAVE_NL_LANGINFO */
  108. /* Define to 1 if you have the <OpenAL/alc.h> header file. */
  109. /* #undef HAVE_OPENAL_ALC_H */
  110. /* Define to 1 if you have the <OpenAL/al.h> header file. */
  111. /* #undef HAVE_OPENAL_AL_H */
  112. /* Define to 1 if you have the <os2me.h> header file. */
  113. /* #undef HAVE_OS2ME_H */
  114. /* Define to 1 if you have the <os2.h> header file. */
  115. /* #undef HAVE_OS2_H */
  116. /* Define to 1 if you have the `random' function. */
  117. /* #undef HAVE_RANDOM */
  118. /* Define to 1 if you have the <sched.h> header file. */
  119. #define HAVE_SCHED_H 1
  120. /* Define to 1 if you have the `sched_setscheduler' function. */
  121. /* #undef HAVE_SCHED_SETSCHEDULER */
  122. /* Define to 1 if you have the `setlocale' function. */
  123. #define HAVE_SETLOCALE 1
  124. /* Define to 1 if you have the `setpriority' function. */
  125. /* #undef HAVE_SETPRIORITY */
  126. /* Define to 1 if you have the `setuid' function. */
  127. /* #undef HAVE_SETUID */
  128. /* Define to 1 if you have the `shmat' function. */
  129. /* #undef HAVE_SHMAT */
  130. /* Define to 1 if you have the `shmctl' function. */
  131. /* #undef HAVE_SHMCTL */
  132. /* Define to 1 if you have the `shmdt' function. */
  133. /* #undef HAVE_SHMDT */
  134. /* Define to 1 if you have the `shmget' function. */
  135. /* #undef HAVE_SHMGET */
  136. /* Define to 1 if you have the <signal.h> header file. */
  137. #define HAVE_SIGNAL_H 1
  138. /* Define to 1 if you have the <sndio.h> header file. */
  139. /* #undef HAVE_SNDIO_H */
  140. /* Define to 1 if you have the <stdint.h> header file. */
  141. #define HAVE_STDINT_H 1
  142. /* Define to 1 if you have the <stdio.h> header file. */
  143. #define HAVE_STDIO_H 1
  144. /* Define to 1 if you have the <stdlib.h> header file. */
  145. #define HAVE_STDLIB_H 1
  146. /* Define to 1 if you have the `strerror' function. */
  147. #define HAVE_STRERROR 1
  148. /* Define to 1 if you have the <strings.h> header file. */
  149. /* #undef HAVE_STRINGS_H 1 */
  150. /* Define to 1 if you have the <string.h> header file. */
  151. #define HAVE_STRING_H 1
  152. /* Define to 1 if you have the <sun/audioio.h> header file. */
  153. /* #undef HAVE_SUN_AUDIOIO_H */
  154. /* Define to 1 if you have the <sys/audioio.h> header file. */
  155. /* #undef HAVE_SYS_AUDIOIO_H */
  156. /* Define to 1 if you have the <sys/audio.h> header file. */
  157. /* #undef HAVE_SYS_AUDIO_H */
  158. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  159. /* #undef HAVE_SYS_IOCTL_H */
  160. /* Define to 1 if you have the <sys/ipc.h> header file. */
  161. /* #undef HAVE_SYS_IPC_H */
  162. /* Define to 1 if you have the <sys/param.h> header file. */
  163. #define HAVE_SYS_PARAM_H 1
  164. /* Define to 1 if you have the <sys/resource.h> header file. */
  165. /* #undef HAVE_SYS_RESOURCE_H */
  166. /* Define to 1 if you have the <sys/select.h> header file. */
  167. /* #undef HAVE_SYS_SELECT_H */
  168. /* Define to 1 if you have the <sys/shm.h> header file. */
  169. /* #undef HAVE_SYS_SHM_H */
  170. /* Define to 1 if you have the <sys/signal.h> header file. */
  171. /* #undef HAVE_SYS_SIGNAL_H */
  172. /* Define to 1 if you have the <sys/socket.h> header file. */
  173. /* #undef HAVE_SYS_SOCKET_H */
  174. /* Define to 1 if you have the <sys/soundcard.h> header file. */
  175. /* #undef HAVE_SYS_SOUNDCARD_H */
  176. /* Define to 1 if you have the <sys/stat.h> header file. */
  177. #define HAVE_SYS_STAT_H 1
  178. /* Define to 1 if you have the <sys/time.h> header file. */
  179. /* #undef HAVE_SYS_TIME_H 1 */
  180. /* Define to 1 if you have the <sys/types.h> header file. */
  181. #define HAVE_SYS_TYPES_H 1
  182. /* Define to 1 if you have the <sys/wait.h> header file. */
  183. /* #undef HAVE_SYS_WAIT_H */
  184. /* Define this if you have the POSIX termios library */
  185. /* #undef HAVE_TERMIOS */
  186. /* Define to 1 if you have the <unistd.h> header file. */
  187. #define HAVE_UNISTD_H 1
  188. /* Define to 1 if you have the <wchar.h> header file. */
  189. #define HAVE_WCHAR_H 1
  190. /* Define to 1 if you have the `wcstombs' function. */
  191. #define HAVE_WCSTOMBS 1
  192. /* Define to 1 if you have the `wcswidth' function. */
  193. /* #undef HAVE_WCSWIDTH */
  194. /* Define to 1 if you have the <wctype.h> header file. */
  195. #define HAVE_WCTYPE_H 1
  196. /* Define to 1 if you have the <windows.h> header file. */
  197. #define HAVE_WINDOWS_H 1
  198. /* Define to 1 if you have the <ws2tcpip.h> header file. */
  199. #define HAVE_WS2TCPIP_H 1
  200. /* Define to indicate that float storage follows IEEE754. */
  201. #define IEEE_FLOAT 1
  202. /* size of the frame index seek table */
  203. #define INDEX_SIZE 1000
  204. /* Define if IPV6 support is enabled. */
  205. #define IPV6 1
  206. /* Define this to the size of native offset type in bits, used for LFS alias
  207. functions. */
  208. #define LFS_ALIAS_BITS 32
  209. /* Define to the extension used for runtime loadable modules, say, ".so". */
  210. #define LT_MODULE_EXT ".dll"
  211. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  212. #define LT_OBJDIR ".libs/"
  213. /* Define to the shared library suffix, say, ".dylib". */
  214. /* #undef LT_SHARED_EXT */
  215. /* Define to the shared archive member specification, say "(shr.o)". */
  216. /* #undef LT_SHARED_LIB_MEMBER */
  217. /* Define if network support is enabled. */
  218. /* #undef NETWORK */
  219. /* Define to disable 16 bit integer output. */
  220. /* #undef NO_16BIT */
  221. /* Define to disable 32 bit and 24 bit integer output. */
  222. /* #undef NO_32BIT */
  223. /* Define to disable 8 bit integer output. */
  224. /* #undef NO_8BIT */
  225. /* Define to disable downsampled decoding. */
  226. /* #undef NO_DOWNSAMPLE */
  227. /* Define to disable equalizer. */
  228. /* #undef NO_EQUALIZER */
  229. /* Define to disable error messages in combination with a return value (the
  230. return is left intact). */
  231. /* #undef NO_ERETURN */
  232. /* Define to disable error messages. */
  233. /* #undef NO_ERRORMSG */
  234. /* Define to disable feeder and buffered readers. */
  235. /* #undef NO_FEEDER */
  236. /* Define to disable ICY handling. */
  237. /* #undef NO_ICY */
  238. /* Define to disable ID3v2 parsing. */
  239. /* #undef NO_ID3V2 */
  240. /* Define to disable layer I. */
  241. /* #undef NO_LAYER1 */
  242. /* Define to disable layer II. */
  243. /* #undef NO_LAYER2 */
  244. /* Define to disable layer III. */
  245. /* #undef NO_LAYER3 */
  246. /* Define to disable analyzer info. */
  247. /* #undef NO_MOREINFO */
  248. /* Define to disable ntom resampling. */
  249. /* #undef NO_NTOM */
  250. /* Define to disable real output. */
  251. /* #undef NO_REAL */
  252. /* Define to disable string functions. */
  253. /* #undef NO_STRING */
  254. /* Define for post-processed 32 bit formats. */
  255. /* #undef NO_SYNTH32 */
  256. /* Define to disable warning messages. */
  257. /* #undef NO_WARNING */
  258. /* Name of package */
  259. #define PACKAGE "mpg123"
  260. /* Define to the address where bug reports for this package should be sent. */
  261. #define PACKAGE_BUGREPORT "maintainer@mpg123.org"
  262. /* Define to the full name of this package. */
  263. #define PACKAGE_NAME "mpg123"
  264. /* Define to the full name and version of this package. */
  265. #define PACKAGE_STRING "mpg123 1.29.1"
  266. /* Define to the one symbol short name of this package. */
  267. #define PACKAGE_TARNAME "mpg123"
  268. /* Define to the home page for this package. */
  269. #define PACKAGE_URL ""
  270. /* Define to the version of this package. */
  271. #define PACKAGE_VERSION "1.29.1"
  272. /* Define if portaudio v18 API is wanted. */
  273. /* #undef PORTAUDIO18 */
  274. /* Define for calculating tables at runtime. */
  275. /* #undef RUNTIME_TABLES */
  276. /* The size of `int32_t', as computed by sizeof. */
  277. #define SIZEOF_INT32_T 4
  278. /* The size of `long', as computed by sizeof. */
  279. #define SIZEOF_LONG 4
  280. /* The size of `off64_t', as computed by sizeof. */
  281. #define SIZEOF_OFF64_T 8
  282. /* The size of `off_t', as computed by sizeof. */
  283. #define SIZEOF_OFF_T 8
  284. /* The size of `size_t', as computed by sizeof. */
  285. #define SIZEOF_SIZE_T 4
  286. /* The size of `ssize_t', as computed by sizeof. */
  287. #define SIZEOF_SSIZE_T 4
  288. /* Define to 1 if you have the ANSI C header files. */
  289. #define STDC_HEADERS 1
  290. /* Define to not duplicate some code for likely cases in libsyn123. */
  291. /* #undef SYN123_NO_CASES */
  292. /* Define if modules are enabled */
  293. #define USE_MODULES 1
  294. /* Define for new Huffman decoding scheme. */
  295. #define USE_NEW_HUFFTABLE 1
  296. /* Define to use yasm for assemble AVX sources. */
  297. /* #undef USE_YASM_FOR_AVX */
  298. /* Version number of package */
  299. #define VERSION "1.29.1"
  300. /* Define to use Win32 named pipes */
  301. #define WANT_WIN32_FIFO 1
  302. /* Define to use Win32 sockets */
  303. #define WANT_WIN32_SOCKETS 1
  304. /* Define to use Unicode for Windows */
  305. #define WANT_WIN32_UNICODE 1
  306. /* Windows UWP build */
  307. /* #undef WINDOWS_UWP */
  308. /* Windows Vista and later APIs */
  309. /* #undef WINVER */
  310. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  311. significant byte first (like Motorola and SPARC, unlike Intel). */
  312. #if defined AC_APPLE_UNIVERSAL_BUILD
  313. # if defined __BIG_ENDIAN__
  314. # define WORDS_BIGENDIAN 1
  315. # endif
  316. #else
  317. # ifndef WORDS_BIGENDIAN
  318. /* # undef WORDS_BIGENDIAN */
  319. # endif
  320. #endif
  321. /* Define for extreme debugging. */
  322. /* #undef XDEBUG */
  323. /* Enable large inode numbers on Mac OS X 10.5. */
  324. #ifndef _DARWIN_USE_64_BIT_INODE
  325. # define _DARWIN_USE_64_BIT_INODE 1
  326. #endif
  327. /* Number of bits in a file offset, on hosts where this is settable. */
  328. #define _FILE_OFFSET_BITS 64
  329. /* Define for large files, on AIX-style hosts. */
  330. /* #undef _LARGE_FILES */
  331. /* Windows Vista and later APIs */
  332. /* #undef _WIN32_WINNT */
  333. /* Define to empty if `const' does not conform to ANSI C. */
  334. /* #undef const */
  335. /* Define to `__inline__' or `__inline' if that's what the C compiler
  336. calls it, or to nothing if 'inline' is not supported under any name. */
  337. #ifndef __cplusplus
  338. /* #undef inline */
  339. #endif
  340. /* Define to `short' if <sys/types.h> does not define. */
  341. /* #undef int16_t */
  342. /* Define to `int' if <sys/types.h> does not define. */
  343. /* #undef int32_t */
  344. /* Define to `long long' if <sys/types.h> does not define. */
  345. /* #undef int64_t */
  346. /* Define to the native offset type (long or actually off_t). */
  347. #define lfs_alias_t long
  348. /* Define to `long int' if <sys/types.h> does not define. */
  349. /* #undef off_t */
  350. /* Define to `unsigned long' if <sys/types.h> does not define. */
  351. /* #undef size_t */
  352. /* Define to `long' if <sys/types.h> does not define. */
  353. /* #undef ssize_t */
  354. /* Define to `unsigned short' if <sys/types.h> does not define. */
  355. /* #undef uint16_t */
  356. /* Define to `unsigned int' if <sys/types.h> does not define. */
  357. /* #undef uint32_t */
  358. /* Define to `unsigned long' if <sys/types.h> does not define. */
  359. /* #undef uintptr_t */