config-linux.h 4.7 KB

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