config.in 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /* config.in. Generated from configure.ac by autoheader. */
  2. /* Define to the .hidden-like directive if it exists. */
  3. #undef AS_HIDDEN_DIRECTIVE
  4. /* Define to 1 if the assembler supports AVX. */
  5. #undef HAVE_AS_AVX
  6. /* Define to 1 if the assembler supports .cfi_sections .debug_frame directive.
  7. */
  8. #undef HAVE_AS_CFI_SECTIONS
  9. /* Define to 1 if the assembler supports LSE. */
  10. #undef HAVE_AS_LSE
  11. /* Define to 1 if the target assembler supports thread-local storage. */
  12. #undef HAVE_CC_TLS
  13. /* Define to 1 if you have the <ftw.h> header file. */
  14. #undef HAVE_FTW_H
  15. /* Define if _Unwind_GetIPInfo is available. */
  16. #undef HAVE_GETIPINFO
  17. /* Define if the compiler supports init priority. */
  18. #undef HAVE_INIT_PRIORITY
  19. /* Define to 1 if you have the <inttypes.h> header file. */
  20. #undef HAVE_INTTYPES_H
  21. /* Define to 1 if you have the <memory.h> header file. */
  22. #undef HAVE_MEMORY_H
  23. /* Define if the system-provided CRTs are present on Solaris. */
  24. #undef HAVE_SOLARIS_CRTS
  25. /* Define to 1 if you have the <stdint.h> header file. */
  26. #undef HAVE_STDINT_H
  27. /* Define to 1 if you have the <stdlib.h> header file. */
  28. #undef HAVE_STDLIB_H
  29. /* Define to 1 if you have the <strings.h> header file. */
  30. #undef HAVE_STRINGS_H
  31. /* Define to 1 if you have the <string.h> header file. */
  32. #undef HAVE_STRING_H
  33. /* Define to 1 if you have the <sys/auxv.h> header file. */
  34. #undef HAVE_SYS_AUXV_H
  35. /* Define to 1 if you have the <sys/mman.h> header file. */
  36. #undef HAVE_SYS_MMAN_H
  37. /* Define to 1 if you have the <sys/stat.h> header file. */
  38. #undef HAVE_SYS_STAT_H
  39. /* Define to 1 if you have the <sys/types.h> header file. */
  40. #undef HAVE_SYS_TYPES_H
  41. /* Define to 1 if you have the <unistd.h> header file. */
  42. #undef HAVE_UNISTD_H
  43. /* Define to the address where bug reports for this package should be sent. */
  44. #undef PACKAGE_BUGREPORT
  45. /* Define to the full name of this package. */
  46. #undef PACKAGE_NAME
  47. /* Define to the full name and version of this package. */
  48. #undef PACKAGE_STRING
  49. /* Define to the one symbol short name of this package. */
  50. #undef PACKAGE_TARNAME
  51. /* Define to the home page for this package. */
  52. #undef PACKAGE_URL
  53. /* Define to the version of this package. */
  54. #undef PACKAGE_VERSION
  55. /* The size of `double', as computed by sizeof. */
  56. #undef SIZEOF_DOUBLE
  57. /* The size of `long double', as computed by sizeof. */
  58. #undef SIZEOF_LONG_DOUBLE
  59. /* Define to 1 if you have the ANSI C header files. */
  60. #undef STDC_HEADERS
  61. /* Define to 1 if the target use emutls for thread-local storage. */
  62. #undef USE_EMUTLS
  63. /* Enable large inode numbers on Mac OS X 10.5. */
  64. #ifndef _DARWIN_USE_64_BIT_INODE
  65. # define _DARWIN_USE_64_BIT_INODE 1
  66. #endif
  67. /* Number of bits in a file offset, on hosts where this is settable. */
  68. #undef _FILE_OFFSET_BITS
  69. /* Define for large files, on AIX-style hosts. */
  70. #undef _LARGE_FILES