Skip to content

Commit 07dbd1a

Browse files
committed
Updated mpg123 Xcode config headers after the update to 1.33.2
1 parent ce5941b commit 07dbd1a

File tree

3 files changed

+232
-226
lines changed

3 files changed

+232
-226
lines changed

Xcode/mpg123/arm64/config.h

Lines changed: 77 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
/* #undef AC_APPLE_UNIVERSAL_BUILD */
1313

1414
/* Define if .balign is present. */
15-
/* #undef ASMALIGN_BALIGN */
15+
#define ASMALIGN_BALIGN 1
1616

1717
/* Define if .align just takes byte count. */
18-
#define ASMALIGN_BYTE 1
18+
/* #undef ASMALIGN_BYTE */
1919

2020
/* Define if .align takes 3 for alignment of 2^3=8 bytes instead of 8. */
2121
/* #undef ASMALIGN_EXP */
2222

2323
/* Define if __attribute__((aligned(16))) shall be used */
24-
/* #undef CCALIGN */
24+
#define CCALIGN 1
2525

2626
/* Define if debugging is enabled. */
2727
/* #undef DEBUG */
@@ -38,6 +38,9 @@
3838
/* Define if FIFO support is enabled. */
3939
#define FIFO 1
4040

41+
/* System setup enforces 64 bit offsets where 32 bit would be native. */
42+
/* #undef FORCED_OFF_64 */
43+
4144
/* Define if frame index should be used. */
4245
#define FRAME_INDEX 1
4346

@@ -80,9 +83,15 @@
8083
/* Define to 1 if you have the <byteswap.h> header file. */
8184
/* #undef HAVE_BYTESWAP_H */
8285

86+
/* Define to 1 if you have the `clock_gettime' function. */
87+
#define HAVE_CLOCK_GETTIME 1
88+
8389
/* Define to 1 if you have the <CoreServices/CoreServices.h> header file. */
8490
#define HAVE_CORESERVICES_CORESERVICES_H 1
8591

92+
/* Define to 1 if you have the `ctermid' function. */
93+
#define HAVE_CTERMID 1
94+
8695
/* Define to 1 if you have the <CUlib.h> header file. */
8796
/* #undef HAVE_CULIB_H */
8897

@@ -101,6 +110,12 @@
101110
/* Define to 1 if you have the `dlsym' function. */
102111
#define HAVE_DLSYM 1
103112

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+
104119
/* Define to 1 if you have the `getaddrinfo' function. */
105120
#define HAVE_GETADDRINFO 1
106121

@@ -122,24 +137,21 @@
122137
/* Define to 1 if you have the `mx' library (-lmx). */
123138
#define HAVE_LIBMX 1
124139

125-
/* Define to 1 if you have the <limits.h> header file. */
126-
#define HAVE_LIMITS_H 1
127-
128140
/* Define to 1 if you have the <linux/soundcard.h> header file. */
129141
/* #undef HAVE_LINUX_SOUNDCARD_H */
130142

131143
/* Define to 1 if you have the <locale.h> header file. */
132144
#define HAVE_LOCALE_H 1
133145

146+
/* Define to 1 if you have the `lseek64' function. */
147+
/* #undef HAVE_LSEEK64 */
148+
134149
/* Define to 1 if you have the <machine/soundcard.h> header file. */
135150
/* #undef HAVE_MACHINE_SOUNDCARD_H */
136151

137152
/* Define to 1 if you have the `mbstowcs' function. */
138153
#define HAVE_MBSTOWCS 1
139154

140-
/* Define to 1 if you have the <memory.h> header file. */
141-
#define HAVE_MEMORY_H 1
142-
143155
/* Define to 1 if you have the `mkfifo' function. */
144156
#define HAVE_MKFIFO 1
145157

@@ -170,6 +182,9 @@
170182
/* Define to 1 if you have the <os2.h> header file. */
171183
/* #undef HAVE_OS2_H */
172184

185+
/* Define if O_LARGEFILE flag for open(2) exists. */
186+
/* #undef HAVE_O_LARGEFILE */
187+
173188
/* Define to 1 if you have the `random' function. */
174189
#define HAVE_RANDOM 1
175190

@@ -179,9 +194,15 @@
179194
/* Define to 1 if you have the `sched_setscheduler' function. */
180195
/* #undef HAVE_SCHED_SETSCHEDULER */
181196

197+
/* Define to 1 if you have the `setenv' function. */
198+
#define HAVE_SETENV 1
199+
182200
/* Define to 1 if you have the `setlocale' function. */
183201
#define HAVE_SETLOCALE 1
184202

203+
/* for Win/DOS system with setmode() */
204+
/* #undef HAVE_SETMODE */
205+
185206
/* Define to 1 if you have the `setpriority' function. */
186207
#define HAVE_SETPRIORITY 1
187208

@@ -203,9 +224,6 @@
203224
/* Define to 1 if you have the <signal.h> header file. */
204225
#define HAVE_SIGNAL_H 1
205226

206-
/* Define to 1 if you have the <sndio.h> header file. */
207-
/* #undef HAVE_SNDIO_H */
208-
209227
/* Define to 1 if you have the <stdint.h> header file. */
210228
#define HAVE_STDINT_H 1
211229

@@ -218,12 +236,21 @@
218236
/* Define to 1 if you have the `strerror' function. */
219237
#define HAVE_STRERROR 1
220238

239+
/* Define to 1 if you have the `strerror_l' function. */
240+
/* #undef HAVE_STRERROR_L */
241+
221242
/* Define to 1 if you have the <strings.h> header file. */
222243
#define HAVE_STRINGS_H 1
223244

224245
/* Define to 1 if you have the <string.h> header file. */
225246
#define HAVE_STRING_H 1
226247

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+
227254
/* Define to 1 if you have the <sun/audioio.h> header file. */
228255
/* #undef HAVE_SUN_AUDIOIO_H */
229256

@@ -278,6 +305,12 @@
278305
/* Define to 1 if you have the <unistd.h> header file. */
279306
#define HAVE_UNISTD_H 1
280307

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+
281314
/* Define to 1 if you have the <wchar.h> header file. */
282315
#define HAVE_WCHAR_H 1
283316

@@ -290,12 +323,18 @@
290323
/* Define to 1 if you have the <wctype.h> header file. */
291324
#define HAVE_WCTYPE_H 1
292325

326+
/* Define to 1 if you have the <wincon.h> header file. */
327+
/* #undef HAVE_WINCON_H */
328+
293329
/* Define to 1 if you have the <windows.h> header file. */
294330
/* #undef HAVE_WINDOWS_H */
295331

296332
/* Define to 1 if you have the <ws2tcpip.h> header file. */
297333
/* #undef HAVE_WS2TCPIP_H */
298334

335+
/* for Win/DOS system with _setmode() */
336+
/* #undef HAVE__SETMODE */
337+
299338
/* Define to indicate that float storage follows IEEE754. */
300339
#define IEEE_FLOAT 1
301340

@@ -305,9 +344,11 @@
305344
/* Define if IPV6 support is enabled. */
306345
#define IPV6 1
307346

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 */
311352

312353
/* Define to the extension used for runtime loadable modules, say, ".so". */
313354
#define LT_MODULE_EXT ".so"
@@ -321,6 +362,18 @@
321362
/* Define to the shared archive member specification, say "(shr.o)". */
322363
/* #undef LT_SHARED_LIB_MEMBER */
323364

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+
324377
/* Define if network support is enabled. */
325378
#define NETWORK 1
326379

@@ -392,7 +445,7 @@
392445
#define PACKAGE_NAME "mpg123"
393446

394447
/* 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"
396449

397450
/* Define to the one symbol short name of this package. */
398451
#define PACKAGE_TARNAME "mpg123"
@@ -401,33 +454,23 @@
401454
#define PACKAGE_URL ""
402455

403456
/* 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 */
405461

406462
/* Define if portaudio v18 API is wanted. */
407463
/* #undef PORTAUDIO18 */
408464

409465
/* Define for calculating tables at runtime. */
410466
/* #undef RUNTIME_TABLES */
411467

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-
421468
/* The size of `off_t', as computed by sizeof. */
422469
#define SIZEOF_OFF_T 8
423470

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. */
431474
#define STDC_HEADERS 1
432475

433476
/* Define to not duplicate some code for likely cases in libsyn123. */
@@ -443,7 +486,7 @@
443486
/* #undef USE_YASM_FOR_AVX */
444487

445488
/* Version number of package */
446-
#define VERSION "1.29.3"
489+
#define VERSION "1.33.2"
447490

448491
/* Define to use Win32 named pipes */
449492
/* #undef WANT_WIN32_FIFO */
@@ -475,17 +518,6 @@
475518
/* Define for extreme debugging. */
476519
/* #undef XDEBUG */
477520

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-
489521
/* Windows Vista and later APIs */
490522
/* #undef _WIN32_WINNT */
491523

@@ -497,33 +529,3 @@
497529
#ifndef __cplusplus
498530
/* #undef inline */
499531
#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

Comments
 (0)