config.h.in 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* ELF size: 32 or 64 */
  3. #undef BACKTRACE_ELF_SIZE
  4. /* Define to 1 if you have the <alloca.h> header file. */
  5. #undef HAVE_ALLOCA_H
  6. /* Define to 1 if you have the __atomic functions */
  7. #undef HAVE_ATOMIC_FUNCTIONS
  8. /* Define to 1 if you have the `clock_getres' function. */
  9. #undef HAVE_CLOCK_GETRES
  10. /* Define to 1 if you have the `clock_gettime' function. */
  11. #undef HAVE_CLOCK_GETTIME
  12. /* Define to 1 if you have the `clock_settime' function. */
  13. #undef HAVE_CLOCK_SETTIME
  14. /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
  15. don't. */
  16. #undef HAVE_DECL_STRNLEN
  17. /* Define to 1 if you have the <dlfcn.h> header file. */
  18. #undef HAVE_DLFCN_H
  19. /* Define if dl_iterate_phdr is available. */
  20. #undef HAVE_DL_ITERATE_PHDR
  21. /* Define to 1 if you have the fcntl function */
  22. #undef HAVE_FCNTL
  23. /* Define if getexecname is available. */
  24. #undef HAVE_GETEXECNAME
  25. /* Define to 1 if you have the <inttypes.h> header file. */
  26. #undef HAVE_INTTYPES_H
  27. /* Define to 1 if you have the <link.h> header file. */
  28. #undef HAVE_LINK_H
  29. /* Define to 1 if you have the `lstat' function. */
  30. #undef HAVE_LSTAT
  31. /* Define to 1 if you have the <memory.h> header file. */
  32. #undef HAVE_MEMORY_H
  33. /* Define to 1 if you have the `readlink' function. */
  34. #undef HAVE_READLINK
  35. /* Define to 1 if you have the <rpc/xdr.h> header file. */
  36. #undef HAVE_RPC_XDR_H
  37. /* Define to 1 if you have the <stdint.h> header file. */
  38. #undef HAVE_STDINT_H
  39. /* Define to 1 if you have the <stdlib.h> header file. */
  40. #undef HAVE_STDLIB_H
  41. /* Define to 1 if you have the <strings.h> header file. */
  42. #undef HAVE_STRINGS_H
  43. /* Define to 1 if you have the <string.h> header file. */
  44. #undef HAVE_STRING_H
  45. /* Define to 1 if you have the __sync functions */
  46. #undef HAVE_SYNC_FUNCTIONS
  47. /* Define to 1 if you have the <sys/mman.h> header file. */
  48. #undef HAVE_SYS_MMAN_H
  49. /* Define to 1 if you have the <sys/stat.h> header file. */
  50. #undef HAVE_SYS_STAT_H
  51. /* Define to 1 if you have the <sys/types.h> header file. */
  52. #undef HAVE_SYS_TYPES_H
  53. /* Define to 1 if you have the <tirpc/rpc/xdr.h> header file. */
  54. #undef HAVE_TIRPC_RPC_XDR_H
  55. /* Define to 1 if you have the <unistd.h> header file. */
  56. #undef HAVE_UNISTD_H
  57. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  58. */
  59. #undef LT_OBJDIR
  60. /* Name of package */
  61. #undef PACKAGE
  62. /* Define to the address where bug reports for this package should be sent. */
  63. #undef PACKAGE_BUGREPORT
  64. /* Define to the full name of this package. */
  65. #undef PACKAGE_NAME
  66. /* Define to the full name and version of this package. */
  67. #undef PACKAGE_STRING
  68. /* Define to the one symbol short name of this package. */
  69. #undef PACKAGE_TARNAME
  70. /* Define to the home page for this package. */
  71. #undef PACKAGE_URL
  72. /* Define to the version of this package. */
  73. #undef PACKAGE_VERSION
  74. /* The size of `char', as computed by sizeof. */
  75. #undef SIZEOF_CHAR
  76. /* The size of `int', as computed by sizeof. */
  77. #undef SIZEOF_INT
  78. /* The size of `long', as computed by sizeof. */
  79. #undef SIZEOF_LONG
  80. /* The size of `short', as computed by sizeof. */
  81. #undef SIZEOF_SHORT
  82. /* The size of `void *', as computed by sizeof. */
  83. #undef SIZEOF_VOID_P
  84. /* Define to 1 if you have the ANSI C header files. */
  85. #undef STDC_HEADERS
  86. /* Enable extensions on AIX 3, Interix. */
  87. #ifndef _ALL_SOURCE
  88. # undef _ALL_SOURCE
  89. #endif
  90. /* Enable GNU extensions on systems that have them. */
  91. #ifndef _GNU_SOURCE
  92. # undef _GNU_SOURCE
  93. #endif
  94. /* Enable threading extensions on Solaris. */
  95. #ifndef _POSIX_PTHREAD_SEMANTICS
  96. # undef _POSIX_PTHREAD_SEMANTICS
  97. #endif
  98. /* Enable extensions on HP NonStop. */
  99. #ifndef _TANDEM_SOURCE
  100. # undef _TANDEM_SOURCE
  101. #endif
  102. /* Enable general extensions on Solaris. */
  103. #ifndef __EXTENSIONS__
  104. # undef __EXTENSIONS__
  105. #endif
  106. /* Version number of package */
  107. #undef VERSION
  108. /* Define to 1 if on MINIX. */
  109. #undef _MINIX
  110. /* Define to 2 if the system does not provide POSIX.1 features except with
  111. this defined. */
  112. #undef _POSIX_1_SOURCE
  113. /* Define to 1 if you need to in order for `stat' and other things to work. */
  114. #undef _POSIX_SOURCE
  115. #include "libbacktrace/backtrace-rename.h"