config.cmake.h.in 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #cmakedefine AC_APPLE_UNIVERSAL_BUILD
  4. /* Target processor is big endian. */
  5. #cmakedefine01 CPU_IS_BIG_ENDIAN
  6. /* Target processor ARM64 */
  7. #cmakedefine FLAC__CPU_ARM64
  8. /* Set FLAC__BYTES_PER_WORD to 8 (4 is the default) */
  9. #cmakedefine01 ENABLE_64_BIT_WORDS
  10. /* define to align allocated memory on 32-byte boundaries */
  11. #cmakedefine FLAC__ALIGN_MALLOC_DATA
  12. /* define if you have docbook-to-man or docbook2man */
  13. #cmakedefine FLAC__HAS_DOCBOOK_TO_MAN
  14. /* define if you have the ogg library */
  15. #cmakedefine01 OGG_FOUND
  16. #define FLAC__HAS_OGG OGG_FOUND
  17. /* Set to 1 if <x86intrin.h> is available. */
  18. #cmakedefine01 FLAC__HAS_X86INTRIN
  19. /* Set to 1 if <arm_neon.h> is available. */
  20. #cmakedefine01 FLAC__HAS_NEONINTRIN
  21. /* Set to 1 if <arm_neon.h> contains A64 intrinsics */
  22. #cmakedefine01 FLAC__HAS_A64NEONINTRIN
  23. /* define if building for Darwin / MacOS X */
  24. #cmakedefine FLAC__SYS_DARWIN
  25. /* define if building for Linux */
  26. #cmakedefine FLAC__SYS_LINUX
  27. /* define to enable use of AVX instructions */
  28. #cmakedefine WITH_AVX
  29. #ifdef WITH_AVX
  30. #define FLAC__USE_AVX
  31. #endif
  32. /* Define to the commit date of the current git HEAD */
  33. #cmakedefine GIT_COMMIT_DATE "@GIT_COMMIT_DATE@"
  34. /* Define to the short hash of the current git HEAD */
  35. #cmakedefine GIT_COMMIT_HASH "@GIT_COMMIT_HASH@"
  36. /* Define to the tag of the current git HEAD */
  37. #cmakedefine GIT_COMMIT_TAG "@GIT_COMMIT_TAG@"
  38. /* Compiler has the __builtin_bswap16 intrinsic */
  39. #cmakedefine HAVE_BSWAP16
  40. /* Compiler has the __builtin_bswap32 intrinsic */
  41. #cmakedefine HAVE_BSWAP32
  42. /* Define to 1 if you have the <byteswap.h> header file. */
  43. #cmakedefine HAVE_BYTESWAP_H
  44. /* define if you have clock_gettime */
  45. #cmakedefine HAVE_CLOCK_GETTIME
  46. /* Define to 1 if you have the <cpuid.h> header file. */
  47. #cmakedefine HAVE_CPUID_H
  48. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  49. #cmakedefine HAVE_FSEEKO
  50. /* Define to 1 if you have the `getopt_long' function. */
  51. #cmakedefine HAVE_GETOPT_LONG
  52. /* Define if you have the iconv() function and it works. */
  53. #cmakedefine HAVE_ICONV
  54. /* Define to 1 if you have the <inttypes.h> header file. */
  55. #cmakedefine HAVE_INTTYPES_H
  56. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  57. #cmakedefine HAVE_LANGINFO_CODESET
  58. /* lround support */
  59. #cmakedefine01 HAVE_LROUND
  60. /* Define to 1 if you have the <memory.h> header file. */
  61. #cmakedefine HAVE_MEMORY_H
  62. /* Define to 1 if you have the <stdint.h> header file. */
  63. #cmakedefine HAVE_STDINT_H
  64. /* Define to 1 if you have the <stdlib.h> header file. */
  65. #cmakedefine HAVE_STDLIB_H
  66. /* Define to 1 if you have the <string.h> header file. */
  67. #cmakedefine HAVE_STRING_H
  68. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  69. #cmakedefine HAVE_SYS_IOCTL_H
  70. /* Define to 1 if you have the <sys/param.h> header file. */
  71. #cmakedefine HAVE_SYS_PARAM_H
  72. /* Define to 1 if you have the <sys/stat.h> header file. */
  73. #cmakedefine HAVE_SYS_STAT_H
  74. /* Define to 1 if you have the <sys/types.h> header file. */
  75. #cmakedefine HAVE_SYS_TYPES_H
  76. /* Define to 1 if you have the <termios.h> header file. */
  77. #cmakedefine HAVE_TERMIOS_H
  78. /* Define to 1 if typeof works with your compiler. */
  79. #cmakedefine HAVE_TYPEOF
  80. /* Define to 1 if you have the <unistd.h> header file. */
  81. #cmakedefine HAVE_UNISTD_H
  82. /* Define to 1 if you have the <x86intrin.h> header file. */
  83. #cmakedefine HAVE_X86INTRIN_H
  84. /* Define as const if the declaration of iconv() needs const. */
  85. #cmakedefine ICONV_CONST
  86. /* Define if debugging is disabled */
  87. #cmakedefine NDEBUG
  88. /* Name of package */
  89. #cmakedefine PACKAGE
  90. /* Define to the address where bug reports for this package should be sent. */
  91. #cmakedefine PACKAGE_BUGREPORT
  92. /* Define to the full name of this package. */
  93. #cmakedefine PACKAGE_NAME
  94. /* Define to the full name and version of this package. */
  95. #cmakedefine PACKAGE_STRING
  96. /* Define to the one symbol short name of this package. */
  97. #cmakedefine PACKAGE_TARNAME
  98. /* Define to the home page for this package. */
  99. #cmakedefine PACKAGE_URL
  100. /* Define to the version of this package. */
  101. #define PACKAGE_VERSION "@PROJECT_VERSION@"
  102. /* The size of `off_t', as computed by sizeof. */
  103. #cmakedefine SIZEOF_OFF_T
  104. /* The size of `void*', as computed by sizeof. */
  105. #cmakedefine SIZEOF_VOIDP
  106. /* Enable extensions on AIX 3, Interix. */
  107. #ifndef _ALL_SOURCE
  108. #define _ALL_SOURCE
  109. #endif
  110. /* Enable GNU extensions on systems that have them. */
  111. #ifndef _GNU_SOURCE
  112. #define _GNU_SOURCE
  113. #endif
  114. #ifndef _XOPEN_SOURCE
  115. #cmakedefine DODEFINE_XOPEN_SOURCE 500
  116. #ifdef DODEFINE_XOPEN_SOURCE
  117. #define _XOPEN_SOURCE DODEFINE_XOPEN_SOURCE
  118. #endif
  119. #endif
  120. /* Enable threading extensions on Solaris. */
  121. #ifndef _POSIX_PTHREAD_SEMANTICS
  122. #cmakedefine _POSIX_PTHREAD_SEMANTICS
  123. #endif
  124. /* Enable extensions on HP NonStop. */
  125. #ifndef _TANDEM_SOURCE
  126. #cmakedefine _TANDEM_SOURCE
  127. #endif
  128. /* Enable general extensions on Solaris. */
  129. #ifndef __EXTENSIONS__
  130. #cmakedefine DODEFINE_EXTENSIONS
  131. #ifdef DODEFINE_EXTENSIONS
  132. #define __EXTENSIONS__ DODEFINE_EXTENSIONS
  133. #endif
  134. #endif
  135. /* Target processor is big endian. */
  136. #define WORDS_BIGENDIAN CPU_IS_BIG_ENDIAN
  137. /* Enable large inode numbers on Mac OS X 10.5. */
  138. #ifndef _DARWIN_USE_64_BIT_INODE
  139. # define _DARWIN_USE_64_BIT_INODE 1
  140. #endif
  141. /* Number of bits in a file offset, on hosts where this is settable. */
  142. #ifndef _FILE_OFFSET_BITS
  143. # define _FILE_OFFSET_BITS 64
  144. #endif
  145. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  146. #ifndef _LARGEFILE_SOURCE
  147. # define _LARGEFILE_SOURCE
  148. #endif
  149. /* Define for large files, on AIX-style hosts. */
  150. #cmakedefine _LARGE_FILES
  151. /* Define to 1 if on MINIX. */
  152. #cmakedefine _MINIX
  153. /* Define to 2 if the system does not provide POSIX.1 features except with
  154. this defined. */
  155. #cmakedefine _POSIX_1_SOURCE
  156. /* Define to 1 if you need to in order for `stat' and other things to work. */
  157. #cmakedefine _POSIX_SOURCE
  158. /* Define to __typeof__ if your compiler spells it that way. */
  159. #cmakedefine typeof