|
12 | 12 | /* #undef AC_APPLE_UNIVERSAL_BUILD */
|
13 | 13 |
|
14 | 14 | /* Define if .balign is present. */
|
15 |
| -/* #undef ASMALIGN_BALIGN */ |
| 15 | +#define ASMALIGN_BALIGN 1 |
16 | 16 |
|
17 | 17 | /* Define if .align just takes byte count. */
|
18 |
| -#define ASMALIGN_BYTE 1 |
| 18 | +/* #undef ASMALIGN_BYTE */ |
19 | 19 |
|
20 | 20 | /* Define if .align takes 3 for alignment of 2^3=8 bytes instead of 8. */
|
21 | 21 | /* #undef ASMALIGN_EXP */
|
22 | 22 |
|
23 | 23 | /* Define if __attribute__((aligned(16))) shall be used */
|
24 |
| -/* #undef CCALIGN */ |
| 24 | +#define CCALIGN 1 |
25 | 25 |
|
26 | 26 | /* Define if debugging is enabled. */
|
27 | 27 | /* #undef DEBUG */
|
|
38 | 38 | /* Define if FIFO support is enabled. */
|
39 | 39 | #define FIFO 1
|
40 | 40 |
|
| 41 | +/* System setup enforces 64 bit offsets where 32 bit would be native. */ |
| 42 | +/* #undef FORCED_OFF_64 */ |
| 43 | + |
41 | 44 | /* Define if frame index should be used. */
|
42 | 45 | #define FRAME_INDEX 1
|
43 | 46 |
|
|
80 | 83 | /* Define to 1 if you have the <byteswap.h> header file. */
|
81 | 84 | /* #undef HAVE_BYTESWAP_H */
|
82 | 85 |
|
| 86 | +/* Define to 1 if you have the `clock_gettime' function. */ |
| 87 | +#define HAVE_CLOCK_GETTIME 1 |
| 88 | + |
83 | 89 | /* Define to 1 if you have the <CoreServices/CoreServices.h> header file. */
|
84 | 90 | #define HAVE_CORESERVICES_CORESERVICES_H 1
|
85 | 91 |
|
| 92 | +/* Define to 1 if you have the `ctermid' function. */ |
| 93 | +#define HAVE_CTERMID 1 |
| 94 | + |
86 | 95 | /* Define to 1 if you have the <CUlib.h> header file. */
|
87 | 96 | /* #undef HAVE_CULIB_H */
|
88 | 97 |
|
|
101 | 110 | /* Define to 1 if you have the `dlsym' function. */
|
102 | 111 | #define HAVE_DLSYM 1
|
103 | 112 |
|
| 113 | +/* Define to 1 if you have the `execvp' function. */ |
| 114 | +#define HAVE_EXECVP 1 |
| 115 | + |
| 116 | +/* Define to 1 if you have the `fork' function. */ |
| 117 | +#define HAVE_FORK 1 |
| 118 | + |
104 | 119 | /* Define to 1 if you have the `getaddrinfo' function. */
|
105 | 120 | #define HAVE_GETADDRINFO 1
|
106 | 121 |
|
|
122 | 137 | /* Define to 1 if you have the `mx' library (-lmx). */
|
123 | 138 | #define HAVE_LIBMX 1
|
124 | 139 |
|
125 |
| -/* Define to 1 if you have the <limits.h> header file. */ |
126 |
| -#define HAVE_LIMITS_H 1 |
127 |
| - |
128 | 140 | /* Define to 1 if you have the <linux/soundcard.h> header file. */
|
129 | 141 | /* #undef HAVE_LINUX_SOUNDCARD_H */
|
130 | 142 |
|
131 | 143 | /* Define to 1 if you have the <locale.h> header file. */
|
132 | 144 | #define HAVE_LOCALE_H 1
|
133 | 145 |
|
| 146 | +/* Define to 1 if you have the `lseek64' function. */ |
| 147 | +/* #undef HAVE_LSEEK64 */ |
| 148 | + |
134 | 149 | /* Define to 1 if you have the <machine/soundcard.h> header file. */
|
135 | 150 | /* #undef HAVE_MACHINE_SOUNDCARD_H */
|
136 | 151 |
|
137 | 152 | /* Define to 1 if you have the `mbstowcs' function. */
|
138 | 153 | #define HAVE_MBSTOWCS 1
|
139 | 154 |
|
140 |
| -/* Define to 1 if you have the <memory.h> header file. */ |
141 |
| -#define HAVE_MEMORY_H 1 |
142 |
| - |
143 | 155 | /* Define to 1 if you have the `mkfifo' function. */
|
144 | 156 | #define HAVE_MKFIFO 1
|
145 | 157 |
|
|
170 | 182 | /* Define to 1 if you have the <os2.h> header file. */
|
171 | 183 | /* #undef HAVE_OS2_H */
|
172 | 184 |
|
| 185 | +/* Define if O_LARGEFILE flag for open(2) exists. */ |
| 186 | +/* #undef HAVE_O_LARGEFILE */ |
| 187 | + |
173 | 188 | /* Define to 1 if you have the `random' function. */
|
174 | 189 | #define HAVE_RANDOM 1
|
175 | 190 |
|
|
179 | 194 | /* Define to 1 if you have the `sched_setscheduler' function. */
|
180 | 195 | /* #undef HAVE_SCHED_SETSCHEDULER */
|
181 | 196 |
|
| 197 | +/* Define to 1 if you have the `setenv' function. */ |
| 198 | +#define HAVE_SETENV 1 |
| 199 | + |
182 | 200 | /* Define to 1 if you have the `setlocale' function. */
|
183 | 201 | #define HAVE_SETLOCALE 1
|
184 | 202 |
|
| 203 | +/* for Win/DOS system with setmode() */ |
| 204 | +/* #undef HAVE_SETMODE */ |
| 205 | + |
185 | 206 | /* Define to 1 if you have the `setpriority' function. */
|
186 | 207 | #define HAVE_SETPRIORITY 1
|
187 | 208 |
|
|
203 | 224 | /* Define to 1 if you have the <signal.h> header file. */
|
204 | 225 | #define HAVE_SIGNAL_H 1
|
205 | 226 |
|
206 |
| -/* Define to 1 if you have the <sndio.h> header file. */ |
207 |
| -/* #undef HAVE_SNDIO_H */ |
208 |
| - |
209 | 227 | /* Define to 1 if you have the <stdint.h> header file. */
|
210 | 228 | #define HAVE_STDINT_H 1
|
211 | 229 |
|
|
218 | 236 | /* Define to 1 if you have the `strerror' function. */
|
219 | 237 | #define HAVE_STRERROR 1
|
220 | 238 |
|
| 239 | +/* Define to 1 if you have the `strerror_l' function. */ |
| 240 | +/* #undef HAVE_STRERROR_L */ |
| 241 | + |
221 | 242 | /* Define to 1 if you have the <strings.h> header file. */
|
222 | 243 | #define HAVE_STRINGS_H 1
|
223 | 244 |
|
224 | 245 | /* Define to 1 if you have the <string.h> header file. */
|
225 | 246 | #define HAVE_STRING_H 1
|
226 | 247 |
|
| 248 | +/* Define to 1 if you have the `strtok_r' function. */ |
| 249 | +#define HAVE_STRTOK_R 1 |
| 250 | + |
| 251 | +/* Define to 1 if you have the `strtok_s' function. */ |
| 252 | +/* #undef HAVE_STRTOK_S */ |
| 253 | + |
227 | 254 | /* Define to 1 if you have the <sun/audioio.h> header file. */
|
228 | 255 | /* #undef HAVE_SUN_AUDIOIO_H */
|
229 | 256 |
|
|
278 | 305 | /* Define to 1 if you have the <unistd.h> header file. */
|
279 | 306 | #define HAVE_UNISTD_H 1
|
280 | 307 |
|
| 308 | +/* Define to 1 if you have the `unsetenv' function. */ |
| 309 | +#define HAVE_UNSETENV 1 |
| 310 | + |
| 311 | +/* Define to 1 if you have the `uselocale' function. */ |
| 312 | +#define HAVE_USELOCALE 1 |
| 313 | + |
281 | 314 | /* Define to 1 if you have the <wchar.h> header file. */
|
282 | 315 | #define HAVE_WCHAR_H 1
|
283 | 316 |
|
|
290 | 323 | /* Define to 1 if you have the <wctype.h> header file. */
|
291 | 324 | #define HAVE_WCTYPE_H 1
|
292 | 325 |
|
| 326 | +/* Define to 1 if you have the <wincon.h> header file. */ |
| 327 | +/* #undef HAVE_WINCON_H */ |
| 328 | + |
293 | 329 | /* Define to 1 if you have the <windows.h> header file. */
|
294 | 330 | /* #undef HAVE_WINDOWS_H */
|
295 | 331 |
|
296 | 332 | /* Define to 1 if you have the <ws2tcpip.h> header file. */
|
297 | 333 | /* #undef HAVE_WS2TCPIP_H */
|
298 | 334 |
|
| 335 | +/* for Win/DOS system with _setmode() */ |
| 336 | +/* #undef HAVE__SETMODE */ |
| 337 | + |
299 | 338 | /* Define to indicate that float storage follows IEEE754. */
|
300 | 339 | #define IEEE_FLOAT 1
|
301 | 340 |
|
|
305 | 344 | /* Define if IPV6 support is enabled. */
|
306 | 345 | #define IPV6 1
|
307 | 346 |
|
308 |
| -/* Define this to the size of native offset type in bits, used for LFS alias |
309 |
| - functions. */ |
310 |
| -#define LFS_ALIAS_BITS 64 |
| 347 | +/* Define if we use _LARGEFILE64_SOURCE with off64_t and lseek64. */ |
| 348 | +/* #undef LFS_LARGEFILE_64 */ |
| 349 | + |
| 350 | +/* System redefines off_t when defining _FILE_OFFSET_BITS to 64. */ |
| 351 | +/* #undef LFS_SENSITIVE */ |
311 | 352 |
|
312 | 353 | /* Define to the extension used for runtime loadable modules, say, ".so". */
|
313 | 354 | #define LT_MODULE_EXT ".so"
|
|
321 | 362 | /* Define to the shared archive member specification, say "(shr.o)". */
|
322 | 363 | /* #undef LT_SHARED_LIB_MEMBER */
|
323 | 364 |
|
| 365 | +/* Define to for new net123 network stack. */ |
| 366 | +#define NET123 1 |
| 367 | + |
| 368 | +/* Define for executable-based networking (for HTTPS). */ |
| 369 | +#define NET123_EXEC 1 |
| 370 | + |
| 371 | +/* Define for winhttp networking (for HTTPS). */ |
| 372 | +/* #undef NET123_WINHTTP */ |
| 373 | + |
| 374 | +/* Define for wininet networking (for HTTPS). */ |
| 375 | +/* #undef NET123_WININET */ |
| 376 | + |
324 | 377 | /* Define if network support is enabled. */
|
325 | 378 | #define NETWORK 1
|
326 | 379 |
|
|
392 | 445 | #define PACKAGE_NAME "mpg123"
|
393 | 446 |
|
394 | 447 | /* Define to the full name and version of this package. */
|
395 |
| -#define PACKAGE_STRING "mpg123 1.29.3" |
| 448 | +#define PACKAGE_STRING "mpg123 1.33.2" |
396 | 449 |
|
397 | 450 | /* Define to the one symbol short name of this package. */
|
398 | 451 | #define PACKAGE_TARNAME "mpg123"
|
|
401 | 454 | #define PACKAGE_URL ""
|
402 | 455 |
|
403 | 456 | /* Define to the version of this package. */
|
404 |
| -#define PACKAGE_VERSION "1.29.3" |
| 457 | +#define PACKAGE_VERSION "1.33.2" |
| 458 | + |
| 459 | +/* Define to only include portable library API (no off_t, no internal I/O). */ |
| 460 | +/* #undef PORTABLE_API */ |
405 | 461 |
|
406 | 462 | /* Define if portaudio v18 API is wanted. */
|
407 | 463 | /* #undef PORTAUDIO18 */
|
408 | 464 |
|
409 | 465 | /* Define for calculating tables at runtime. */
|
410 | 466 | /* #undef RUNTIME_TABLES */
|
411 | 467 |
|
412 |
| -/* The size of `int32_t', as computed by sizeof. */ |
413 |
| -#define SIZEOF_INT32_T 4 |
414 |
| - |
415 |
| -/* The size of `long', as computed by sizeof. */ |
416 |
| -#define SIZEOF_LONG 8 |
417 |
| - |
418 |
| -/* The size of `off64_t', as computed by sizeof. */ |
419 |
| -#define SIZEOF_OFF64_T 0 |
420 |
| - |
421 | 468 | /* The size of `off_t', as computed by sizeof. */
|
422 | 469 | #define SIZEOF_OFF_T 8
|
423 | 470 |
|
424 |
| -/* The size of `size_t', as computed by sizeof. */ |
425 |
| -#define SIZEOF_SIZE_T 8 |
426 |
| - |
427 |
| -/* The size of `ssize_t', as computed by sizeof. */ |
428 |
| -#define SIZEOF_SSIZE_T 8 |
429 |
| - |
430 |
| -/* Define to 1 if you have the ANSI C header files. */ |
| 471 | +/* Define to 1 if all of the C90 standard headers exist (not just the ones |
| 472 | + required in a freestanding environment). This macro is provided for |
| 473 | + backward compatibility; new code need not use it. */ |
431 | 474 | #define STDC_HEADERS 1
|
432 | 475 |
|
433 | 476 | /* Define to not duplicate some code for likely cases in libsyn123. */
|
|
443 | 486 | /* #undef USE_YASM_FOR_AVX */
|
444 | 487 |
|
445 | 488 | /* Version number of package */
|
446 |
| -#define VERSION "1.29.3" |
| 489 | +#define VERSION "1.33.2" |
447 | 490 |
|
448 | 491 | /* Define to use Win32 named pipes */
|
449 | 492 | /* #undef WANT_WIN32_FIFO */
|
|
475 | 518 | /* Define for extreme debugging. */
|
476 | 519 | /* #undef XDEBUG */
|
477 | 520 |
|
478 |
| -/* Enable large inode numbers on Mac OS X 10.5. */ |
479 |
| -#ifndef _DARWIN_USE_64_BIT_INODE |
480 |
| -# define _DARWIN_USE_64_BIT_INODE 1 |
481 |
| -#endif |
482 |
| - |
483 |
| -/* Number of bits in a file offset, on hosts where this is settable. */ |
484 |
| -/* #undef _FILE_OFFSET_BITS */ |
485 |
| - |
486 |
| -/* Define for large files, on AIX-style hosts. */ |
487 |
| -/* #undef _LARGE_FILES */ |
488 |
| - |
489 | 521 | /* Windows Vista and later APIs */
|
490 | 522 | /* #undef _WIN32_WINNT */
|
491 | 523 |
|
|
497 | 529 | #ifndef __cplusplus
|
498 | 530 | /* #undef inline */
|
499 | 531 | #endif
|
500 |
| - |
501 |
| -/* Define to `short' if <sys/types.h> does not define. */ |
502 |
| -/* #undef int16_t */ |
503 |
| - |
504 |
| -/* Define to `int' if <sys/types.h> does not define. */ |
505 |
| -/* #undef int32_t */ |
506 |
| - |
507 |
| -/* Define to `long long' if <sys/types.h> does not define. */ |
508 |
| -/* #undef int64_t */ |
509 |
| - |
510 |
| -/* Define to the native offset type (long or actually off_t). */ |
511 |
| -#define lfs_alias_t off_t |
512 |
| - |
513 |
| -/* Define to `long int' if <sys/types.h> does not define. */ |
514 |
| -/* #undef off_t */ |
515 |
| - |
516 |
| -/* Define to `unsigned long' if <sys/types.h> does not define. */ |
517 |
| -/* #undef size_t */ |
518 |
| - |
519 |
| -/* Define to `long' if <sys/types.h> does not define. */ |
520 |
| -/* #undef ssize_t */ |
521 |
| - |
522 |
| -/* Define to `unsigned short' if <sys/types.h> does not define. */ |
523 |
| -/* #undef uint16_t */ |
524 |
| - |
525 |
| -/* Define to `unsigned int' if <sys/types.h> does not define. */ |
526 |
| -/* #undef uint32_t */ |
527 |
| - |
528 |
| -/* Define to `unsigned long' if <sys/types.h> does not define. */ |
529 |
| -/* #undef uintptr_t */ |
|
0 commit comments