1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 23:55:50 +01:00

Differences in some generated config headers for x86_64 lib-src build

This commit is contained in:
Paul Licameli
2018-11-18 12:26:27 -05:00
parent 2f8bdcd289
commit 781da7aba4
5 changed files with 6 additions and 21 deletions

View File

@@ -182,9 +182,6 @@
*/
#define LT_OBJDIR ".libs/"
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* #undef NO_MINUS_C_MINUS_O */
/* Set to 1 if compiling for MacOSX */
#define OS_IS_MACOSX 1
@@ -289,12 +286,3 @@
/* Set to 1 to use C99 printf/snprintf in MinGW. */
/* #undef __USE_MINGW_ANSI_STDIO */
#undef CPU_IS_BIG_ENDIAN
#undef CPU_IS_LITTLE_ENDIAN
#if defined(__BIG_ENDIAN__)
#define CPU_IS_BIG_ENDIAN 1
#define CPU_IS_LITTLE_ENDIAN 0
#else
#define CPU_IS_BIG_ENDIAN 0
#define CPU_IS_LITTLE_ENDIAN 1
#endif