config-linux.h 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* ELF size: 32 or 64 */
  4. #define BACKTRACE_ELF_SIZE 64
  5. /* XCOFF size: 32 or 64 */
  6. #define BACKTRACE_XCOFF_SIZE unused
  7. /* Define to 1 if you have the __atomic functions */
  8. #define HAVE_ATOMIC_FUNCTIONS 1
  9. /* Define to 1 if you have the `clock_gettime' function. */
  10. #define HAVE_CLOCK_GETTIME 1
  11. /* Define to 1 if you have the declaration of `getpagesize', and to 0 if you
  12. don't. */
  13. #define HAVE_DECL_GETPAGESIZE 1
  14. /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
  15. don't. */
  16. #define HAVE_DECL_STRNLEN 1
  17. /* Define to 1 if you have the declaration of `_pgmptr', and to 0 if you
  18. don't. */
  19. #define HAVE_DECL__PGMPTR 0
  20. /* Define to 1 if you have the <dlfcn.h> header file. */
  21. #define HAVE_DLFCN_H 1
  22. /* Define if dl_iterate_phdr is available. */
  23. #define HAVE_DL_ITERATE_PHDR 1
  24. /* Define to 1 if you have the fcntl function */
  25. #define HAVE_FCNTL 1
  26. /* Define if getexecname is available. */
  27. /* #undef HAVE_GETEXECNAME */
  28. /* Define if _Unwind_GetIPInfo is available. */
  29. #define HAVE_GETIPINFO 1
  30. /* Define to 1 if you have the <inttypes.h> header file. */
  31. #define HAVE_INTTYPES_H 1
  32. /* Define to 1 if you have KERN_PROC and KERN_PROC_PATHNAME in <sys/sysctl.h>.
  33. */
  34. /* #undef HAVE_KERN_PROC */
  35. /* Define to 1 if you have KERN_PROCARGS and KERN_PROC_PATHNAME in
  36. <sys/sysctl.h>. */
  37. /* #undef HAVE_KERN_PROC_ARGS */
  38. /* Define if -llzma is available. */
  39. /* #undef HAVE_LIBLZMA */
  40. /* Define to 1 if you have the <link.h> header file. */
  41. #define HAVE_LINK_H 1
  42. /* Define if AIX loadquery is available. */
  43. /* #undef HAVE_LOADQUERY */
  44. /* Define to 1 if you have the `lstat' function. */
  45. #define HAVE_LSTAT 1
  46. /* Define to 1 if you have the <mach-o/dyld.h> header file. */
  47. /* #undef HAVE_MACH_O_DYLD_H */
  48. /* Define to 1 if you have the <memory.h> header file. */
  49. #define HAVE_MEMORY_H 1
  50. /* Define to 1 if you have the `readlink' function. */
  51. #define HAVE_READLINK 1
  52. /* Define to 1 if you have the <stdint.h> header file. */
  53. #define HAVE_STDINT_H 1
  54. /* Define to 1 if you have the <stdlib.h> header file. */
  55. #define HAVE_STDLIB_H 1
  56. /* Define to 1 if you have the <strings.h> header file. */
  57. #define HAVE_STRINGS_H 1
  58. /* Define to 1 if you have the <string.h> header file. */
  59. #define HAVE_STRING_H 1
  60. /* Define to 1 if you have the __sync functions */
  61. #define HAVE_SYNC_FUNCTIONS 1
  62. /* Define to 1 if you have the <sys/ldr.h> header file. */
  63. /* #undef HAVE_SYS_LDR_H */
  64. /* Define to 1 if you have the <sys/link.h> header file. */
  65. /* #undef HAVE_SYS_LINK_H */
  66. /* Define to 1 if you have the <sys/mman.h> header file. */
  67. #define HAVE_SYS_MMAN_H 1
  68. /* Define to 1 if you have the <sys/stat.h> header file. */
  69. #define HAVE_SYS_STAT_H 1
  70. /* Define to 1 if you have the <sys/types.h> header file. */
  71. #define HAVE_SYS_TYPES_H 1
  72. /* Define to 1 if you have the <unistd.h> header file. */
  73. #define HAVE_UNISTD_H 1
  74. /* Define to 1 if you have the <windows.h> header file. */
  75. /* #undef HAVE_WINDOWS_H */
  76. /* Define if -lz is available. */
  77. /* #undef HAVE_ZLIB */
  78. /* Define if -lzstd is available. */
  79. /* #undef HAVE_ZSTD */
  80. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  81. */
  82. #define LT_OBJDIR ".libs/"
  83. /* Define to the address where bug reports for this package should be sent. */
  84. #define PACKAGE_BUGREPORT ""
  85. /* Define to the full name of this package. */
  86. #define PACKAGE_NAME "package-unused"
  87. /* Define to the full name and version of this package. */
  88. #define PACKAGE_STRING "package-unused version-unused"
  89. /* Define to the one symbol short name of this package. */
  90. #define PACKAGE_TARNAME "libbacktrace"
  91. /* Define to the home page for this package. */
  92. #define PACKAGE_URL ""
  93. /* Define to the version of this package. */
  94. #define PACKAGE_VERSION "version-unused"
  95. /* Define to 1 if you have the ANSI C header files. */
  96. #define STDC_HEADERS 1
  97. /* Enable extensions on AIX 3, Interix. */
  98. #ifndef _ALL_SOURCE
  99. # define _ALL_SOURCE 1
  100. #endif
  101. /* Enable GNU extensions on systems that have them. */
  102. #ifndef _GNU_SOURCE
  103. # define _GNU_SOURCE 1
  104. #endif
  105. /* Enable threading extensions on Solaris. */
  106. #ifndef _POSIX_PTHREAD_SEMANTICS
  107. # define _POSIX_PTHREAD_SEMANTICS 1
  108. #endif
  109. /* Enable extensions on HP NonStop. */
  110. #ifndef _TANDEM_SOURCE
  111. # define _TANDEM_SOURCE 1
  112. #endif
  113. /* Enable general extensions on Solaris. */
  114. #ifndef __EXTENSIONS__
  115. # define __EXTENSIONS__ 1
  116. #endif
  117. /* Enable large inode numbers on Mac OS X 10.5. */
  118. #ifndef _DARWIN_USE_64_BIT_INODE
  119. # define _DARWIN_USE_64_BIT_INODE 1
  120. #endif
  121. /* Number of bits in a file offset, on hosts where this is settable. */
  122. /* #undef _FILE_OFFSET_BITS */
  123. /* Define for large files, on AIX-style hosts. */
  124. /* #undef _LARGE_FILES */
  125. /* Define to 1 if on MINIX. */
  126. /* #undef _MINIX */
  127. /* Define to 2 if the system does not provide POSIX.1 features except with
  128. this defined. */
  129. /* #undef _POSIX_1_SOURCE */
  130. /* Define to 1 if you need to in order for `stat' and other things to work. */
  131. /* #undef _POSIX_SOURCE */