config.h.in 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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 __atomic functions */
  5. #undef HAVE_ATOMIC_FUNCTIONS
  6. /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
  7. don't. */
  8. #undef HAVE_DECL_STRNLEN
  9. /* Define to 1 if you have the <dlfcn.h> header file. */
  10. #undef HAVE_DLFCN_H
  11. /* Define if dl_iterate_phdr is available. */
  12. #undef HAVE_DL_ITERATE_PHDR
  13. /* Define to 1 if you have the fcntl function */
  14. #undef HAVE_FCNTL
  15. /* Define if getexecname is available. */
  16. #undef HAVE_GETEXECNAME
  17. /* Define if _Unwind_GetIPInfo is available. */
  18. #undef HAVE_GETIPINFO
  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 <link.h> header file. */
  22. #undef HAVE_LINK_H
  23. /* Define to 1 if you have the <memory.h> header file. */
  24. #undef HAVE_MEMORY_H
  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 __sync functions */
  34. #undef HAVE_SYNC_FUNCTIONS
  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 sub-directory in which libtool stores uninstalled libraries.
  44. */
  45. #undef LT_OBJDIR
  46. /* Define to the address where bug reports for this package should be sent. */
  47. #undef PACKAGE_BUGREPORT
  48. /* Define to the full name of this package. */
  49. #undef PACKAGE_NAME
  50. /* Define to the full name and version of this package. */
  51. #undef PACKAGE_STRING
  52. /* Define to the one symbol short name of this package. */
  53. #undef PACKAGE_TARNAME
  54. /* Define to the home page for this package. */
  55. #undef PACKAGE_URL
  56. /* Define to the version of this package. */
  57. #undef PACKAGE_VERSION
  58. /* The size of `char', as computed by sizeof. */
  59. #undef SIZEOF_CHAR
  60. /* The size of `int', as computed by sizeof. */
  61. #undef SIZEOF_INT
  62. /* The size of `long', as computed by sizeof. */
  63. #undef SIZEOF_LONG
  64. /* The size of `short', as computed by sizeof. */
  65. #undef SIZEOF_SHORT
  66. /* The size of `void *', as computed by sizeof. */
  67. #undef SIZEOF_VOID_P
  68. /* Define to 1 if you have the ANSI C header files. */
  69. #undef STDC_HEADERS
  70. /* Enable extensions on AIX 3, Interix. */
  71. #ifndef _ALL_SOURCE
  72. # undef _ALL_SOURCE
  73. #endif
  74. /* Enable GNU extensions on systems that have them. */
  75. #ifndef _GNU_SOURCE
  76. # undef _GNU_SOURCE
  77. #endif
  78. /* Enable threading extensions on Solaris. */
  79. #ifndef _POSIX_PTHREAD_SEMANTICS
  80. # undef _POSIX_PTHREAD_SEMANTICS
  81. #endif
  82. /* Enable extensions on HP NonStop. */
  83. #ifndef _TANDEM_SOURCE
  84. # undef _TANDEM_SOURCE
  85. #endif
  86. /* Enable general extensions on Solaris. */
  87. #ifndef __EXTENSIONS__
  88. # undef __EXTENSIONS__
  89. #endif
  90. /* Define to 1 if on MINIX. */
  91. #undef _MINIX
  92. /* Define to 2 if the system does not provide POSIX.1 features except with
  93. this defined. */
  94. #undef _POSIX_1_SOURCE
  95. /* Define to 1 if you need to in order for `stat' and other things to work. */
  96. #undef _POSIX_SOURCE