config.h.in 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* ELF size: 32 or 64 */
  3. #undef BACKTRACE_ELF_SIZE
  4. /* XCOFF size: 32 or 64 */
  5. #undef BACKTRACE_XCOFF_SIZE
  6. /* Define to 1 if you have the __atomic functions */
  7. #undef HAVE_ATOMIC_FUNCTIONS
  8. /* Define to 1 if you have the `clock_gettime' function. */
  9. #undef HAVE_CLOCK_GETTIME
  10. /* Define to 1 if you have the declaration of `getpagesize', and to 0 if you
  11. don't. */
  12. #undef HAVE_DECL_GETPAGESIZE
  13. /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
  14. don't. */
  15. #undef HAVE_DECL_STRNLEN
  16. /* Define to 1 if you have the <dlfcn.h> header file. */
  17. #undef HAVE_DLFCN_H
  18. /* Define if dl_iterate_phdr is available. */
  19. #undef HAVE_DL_ITERATE_PHDR
  20. /* Define to 1 if you have the fcntl function */
  21. #undef HAVE_FCNTL
  22. /* Define if getexecname is available. */
  23. #undef HAVE_GETEXECNAME
  24. /* Define if _Unwind_GetIPInfo is available. */
  25. #undef HAVE_GETIPINFO
  26. /* Define to 1 if you have the <inttypes.h> header file. */
  27. #undef HAVE_INTTYPES_H
  28. /* Define to 1 if you have KERN_PROC and KERN_PROC_PATHNAME in <sys/sysctl.h>.
  29. */
  30. #undef HAVE_KERN_PROC
  31. /* Define to 1 if you have KERN_PROCARGS and KERN_PROC_PATHNAME in
  32. <sys/sysctl.h>. */
  33. #undef HAVE_KERN_PROC_ARGS
  34. /* Define if -llzma is available. */
  35. #undef HAVE_LIBLZMA
  36. /* Define to 1 if you have the <link.h> header file. */
  37. #undef HAVE_LINK_H
  38. /* Define if AIX loadquery is available. */
  39. #undef HAVE_LOADQUERY
  40. /* Define to 1 if you have the `lstat' function. */
  41. #undef HAVE_LSTAT
  42. /* Define to 1 if you have the <mach-o/dyld.h> header file. */
  43. #undef HAVE_MACH_O_DYLD_H
  44. /* Define to 1 if you have the <memory.h> header file. */
  45. #undef HAVE_MEMORY_H
  46. /* Define to 1 if you have the `readlink' function. */
  47. #undef HAVE_READLINK
  48. /* Define to 1 if you have the <stdint.h> header file. */
  49. #undef HAVE_STDINT_H
  50. /* Define to 1 if you have the <stdlib.h> header file. */
  51. #undef HAVE_STDLIB_H
  52. /* Define to 1 if you have the <strings.h> header file. */
  53. #undef HAVE_STRINGS_H
  54. /* Define to 1 if you have the <string.h> header file. */
  55. #undef HAVE_STRING_H
  56. /* Define to 1 if you have the __sync functions */
  57. #undef HAVE_SYNC_FUNCTIONS
  58. /* Define to 1 if you have the <sys/ldr.h> header file. */
  59. #undef HAVE_SYS_LDR_H
  60. /* Define to 1 if you have the <sys/mman.h> header file. */
  61. #undef HAVE_SYS_MMAN_H
  62. /* Define to 1 if you have the <sys/stat.h> header file. */
  63. #undef HAVE_SYS_STAT_H
  64. /* Define to 1 if you have the <sys/types.h> header file. */
  65. #undef HAVE_SYS_TYPES_H
  66. /* Define to 1 if you have the <unistd.h> header file. */
  67. #undef HAVE_UNISTD_H
  68. /* Define if -lz is available. */
  69. #undef HAVE_ZLIB
  70. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  71. */
  72. #undef LT_OBJDIR
  73. /* Define to the address where bug reports for this package should be sent. */
  74. #undef PACKAGE_BUGREPORT
  75. /* Define to the full name of this package. */
  76. #undef PACKAGE_NAME
  77. /* Define to the full name and version of this package. */
  78. #undef PACKAGE_STRING
  79. /* Define to the one symbol short name of this package. */
  80. #undef PACKAGE_TARNAME
  81. /* Define to the home page for this package. */
  82. #undef PACKAGE_URL
  83. /* Define to the version of this package. */
  84. #undef PACKAGE_VERSION
  85. /* The size of `char', as computed by sizeof. */
  86. #undef SIZEOF_CHAR
  87. /* The size of `int', as computed by sizeof. */
  88. #undef SIZEOF_INT
  89. /* The size of `long', as computed by sizeof. */
  90. #undef SIZEOF_LONG
  91. /* The size of `short', as computed by sizeof. */
  92. #undef SIZEOF_SHORT
  93. /* The size of `void *', as computed by sizeof. */
  94. #undef SIZEOF_VOID_P
  95. /* Define to 1 if you have the ANSI C header files. */
  96. #undef STDC_HEADERS
  97. /* Enable extensions on AIX 3, Interix. */
  98. #ifndef _ALL_SOURCE
  99. # undef _ALL_SOURCE
  100. #endif
  101. /* Enable GNU extensions on systems that have them. */
  102. #ifndef _GNU_SOURCE
  103. # undef _GNU_SOURCE
  104. #endif
  105. /* Enable threading extensions on Solaris. */
  106. #ifndef _POSIX_PTHREAD_SEMANTICS
  107. # undef _POSIX_PTHREAD_SEMANTICS
  108. #endif
  109. /* Enable extensions on HP NonStop. */
  110. #ifndef _TANDEM_SOURCE
  111. # undef _TANDEM_SOURCE
  112. #endif
  113. /* Enable general extensions on Solaris. */
  114. #ifndef __EXTENSIONS__
  115. # undef __EXTENSIONS__
  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