config.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define to 1 if you're using Bionic */
  4. /* #undef BIONIC_LIBC */
  5. /* DARWIN_VERS value for Mac OS X 10.10 */
  6. /* #undef DARWIN_10_10 */
  7. /* DARWIN_VERS value for Mac OS X 10.11 */
  8. /* #undef DARWIN_10_11 */
  9. /* DARWIN_VERS value for macOS 10.12 */
  10. /* #undef DARWIN_10_12 */
  11. /* DARWIN_VERS value for macOS 10.13 */
  12. /* #undef DARWIN_10_13 */
  13. /* DARWIN_VERS value for Mac OS X 10.5 */
  14. /* #undef DARWIN_10_5 */
  15. /* DARWIN_VERS value for Mac OS X 10.6 */
  16. /* #undef DARWIN_10_6 */
  17. /* DARWIN_VERS value for Mac OS X 10.7 */
  18. /* #undef DARWIN_10_7 */
  19. /* DARWIN_VERS value for Mac OS X 10.8 */
  20. /* #undef DARWIN_10_8 */
  21. /* DARWIN_VERS value for Mac OS X 10.9 */
  22. /* #undef DARWIN_10_9 */
  23. /* Define to 1 if you're using Darwin */
  24. /* #undef DARWIN_LIBC */
  25. /* Darwin / Mac OS X version */
  26. /* #undef DARWIN_VERS */
  27. /* Disable intercept pthread_spin_lock() on MIPS32 and MIPS64. */
  28. /* #undef DISABLE_PTHREAD_SPINLOCK_INTERCEPT */
  29. /* configured to run as an inner Valgrind */
  30. /* #undef ENABLE_INNER */
  31. /* configured to build with lto link time optimisation */
  32. /* #undef ENABLE_LTO */
  33. /* path to GDB */
  34. #define GDB_PATH "/usr/bin/gdb"
  35. /* Define to 1 if index() and strlen() have been optimized heavily (x86 glibc
  36. >= 2.12) */
  37. #define GLIBC_MANDATORY_INDEX_AND_STRLEN_REDIRECT 1
  38. /* Define to 1 if strlen() has been optimized heavily (amd64 glibc >= 2.10) */
  39. #define GLIBC_MANDATORY_STRLEN_REDIRECT 1
  40. /* Define to 1 if you have the <asm/unistd.h> header file. */
  41. #define HAVE_ASM_UNISTD_H 1
  42. /* Define to 1 if as supports fxsave64/fxrstor64. */
  43. #define HAVE_AS_AMD64_FXSAVE64 1
  44. /* Define to 1 if as supports floating point phased out category. */
  45. /* #undef HAVE_AS_PPC_FPPO */
  46. /* Define to 1 if as supports mtocrf/mfocrf. */
  47. /* #undef HAVE_AS_PPC_MFTOCRF */
  48. /* Define to 1 if gcc supports __sync_bool_compare_and_swap() and
  49. __sync_add_and_fetch() for the primary target */
  50. #define HAVE_BUILTIN_ATOMIC 1
  51. /* Define to 1 if g++ supports __sync_bool_compare_and_swap() and
  52. __sync_add_and_fetch() */
  53. #define HAVE_BUILTIN_ATOMIC_CXX 1
  54. /* Define to 1 if compiler provides __builtin_clz(). */
  55. #define HAVE_BUILTIN_CLZ 1
  56. /* Define to 1 if compiler provides __builtin_ctz(). */
  57. #define HAVE_BUILTIN_CTZ 1
  58. /* Define to 1 if compiler provides __builtin_popcount(). */
  59. #define HAVE_BUILTIN_POPCOUT 1
  60. /* Define to 1 if you have the `clock_gettime' function. */
  61. #define HAVE_CLOCK_GETTIME 1
  62. /* Define to 1 if you have the `CLOCK_MONOTONIC' constant. */
  63. #define HAVE_CLOCK_MONOTONIC 1
  64. /* Define to 1 if you have a dlinfo that can do RTLD_DI_TLS_MODID. */
  65. #define HAVE_DLINFO_RTLD_DI_TLS_MODID 1
  66. /* Define to 1 if the system has the type `Elf32_Chdr'. */
  67. #define HAVE_ELF32_CHDR 1
  68. /* Define to 1 if the system has the type `Elf64_Chdr'. */
  69. #define HAVE_ELF64_CHDR 1
  70. /* Define to 1 if you have the <endian.h> header file. */
  71. #define HAVE_ENDIAN_H 1
  72. /* Define to 1 if you have the `epoll_create' function. */
  73. #define HAVE_EPOLL_CREATE 1
  74. /* Define to 1 if you have the `epoll_pwait' function. */
  75. #define HAVE_EPOLL_PWAIT 1
  76. /* Define to 1 if you have the `eventfd' function. */
  77. #define HAVE_EVENTFD 1
  78. /* Define to 1 if you have the `eventfd_read' function. */
  79. #define HAVE_EVENTFD_READ 1
  80. /* Define to 1 if you have the `getpagesize' function. */
  81. #define HAVE_GETPAGESIZE 1
  82. /* Define to 1 if you have the <inttypes.h> header file. */
  83. #define HAVE_INTTYPES_H 1
  84. /* Define to 1 if you have the `klogctl' function. */
  85. #define HAVE_KLOGCTL 1
  86. /* Define to 1 if you have the `pthread' library (-lpthread). */
  87. #define HAVE_LIBPTHREAD 1
  88. /* Define to 1 if you have the `rt' library (-lrt). */
  89. #define HAVE_LIBRT 1
  90. /* Define to 1 if you have the `scf' library (-lscf). */
  91. /* #undef HAVE_LIBSCF */
  92. /* Define to 1 if you have the `mallinfo' function. */
  93. #define HAVE_MALLINFO 1
  94. /* Define to 1 if you have the `memchr' function. */
  95. #define HAVE_MEMCHR 1
  96. /* Define to 1 if you have the <memory.h> header file. */
  97. #define HAVE_MEMORY_H 1
  98. /* Define to 1 if you have the `memset' function. */
  99. #define HAVE_MEMSET 1
  100. /* Define to 1 if you have the `mkdir' function. */
  101. #define HAVE_MKDIR 1
  102. /* Define to 1 if you have a working `mmap' system call. */
  103. #define HAVE_MMAP 1
  104. /* Define to 1 if you have the <mqueue.h> header file. */
  105. #define HAVE_MQUEUE_H 1
  106. /* Define to 1 if you have the `mremap' function. */
  107. #define HAVE_MREMAP 1
  108. /* Define to 1 if you have the `ppoll' function. */
  109. #define HAVE_PPOLL 1
  110. /* Define to 1 if you have the `process_vm_readv' function. */
  111. #define HAVE_PROCESS_VM_READV 1
  112. /* Define to 1 if you have the `process_vm_writev' function. */
  113. #define HAVE_PROCESS_VM_WRITEV 1
  114. /* Define to 1 if you have the `pthread_barrier_init' function. */
  115. #define HAVE_PTHREAD_BARRIER_INIT 1
  116. /* Define to 1 if you have the `pthread_condattr_setclock' function. */
  117. #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
  118. /* Define to 1 if you have the `pthread_create@glibc2.0' function. */
  119. /* #undef HAVE_PTHREAD_CREATE_GLIBC_2_0 */
  120. /* Define to 1 if you have the `PTHREAD_MUTEX_ADAPTIVE_NP' constant. */
  121. #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1
  122. /* Define to 1 if you have the `PTHREAD_MUTEX_ERRORCHECK_NP' constant. */
  123. #define HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
  124. /* Define to 1 if you have the `PTHREAD_MUTEX_RECURSIVE_NP' constant. */
  125. #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
  126. /* Define to 1 if you have the `pthread_mutex_timedlock' function. */
  127. #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
  128. /* Define to 1 if pthread_mutex_t has a member __data.__kind. */
  129. #define HAVE_PTHREAD_MUTEX_T__DATA__KIND 1
  130. /* Define to 1 if pthread_mutex_t has a member called __m_kind. */
  131. /* #undef HAVE_PTHREAD_MUTEX_T__M_KIND */
  132. /* Define to 1 if you have the `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP'
  133. constant. */
  134. #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
  135. /* Define to 1 if you have the `pthread_rwlock_t' type. */
  136. #define HAVE_PTHREAD_RWLOCK_T 1
  137. /* Define to 1 if you have the `pthread_rwlock_timedrdlock' function. */
  138. #define HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK 1
  139. /* Define to 1 if you have the `pthread_rwlock_timedwrlock' function. */
  140. #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
  141. /* Define to 1 if you have the `pthread_setname_np' function. */
  142. #define HAVE_PTHREAD_SETNAME_NP 1
  143. /* Define to 1 if you have the `pthread_spin_lock' function. */
  144. #define HAVE_PTHREAD_SPIN_LOCK 1
  145. /* Define to 1 if you have the `pthread_yield' function. */
  146. #define HAVE_PTHREAD_YIELD 1
  147. /* Define to 1 if you have the `PTRACE_GETREGS' ptrace request. */
  148. #define HAVE_PTRACE_GETREGS 1
  149. /* Define to 1 if you have the `readlinkat' function. */
  150. #define HAVE_READLINKAT 1
  151. /* Define to 1 if you have the `semtimedop' function. */
  152. #define HAVE_SEMTIMEDOP 1
  153. /* Define to 1 if libstd++ supports annotating shared pointers */
  154. #define HAVE_SHARED_POINTER_ANNOTATION 1
  155. /* Define to 1 if you have the `signalfd' function. */
  156. #define HAVE_SIGNALFD 1
  157. /* Define to 1 if you have the `sigwaitinfo' function. */
  158. #define HAVE_SIGWAITINFO 1
  159. /* Define to 1 if you have the <stdint.h> header file. */
  160. #define HAVE_STDINT_H 1
  161. /* Define to 1 if you have the <stdlib.h> header file. */
  162. #define HAVE_STDLIB_H 1
  163. /* Define to 1 if you have the `strchr' function. */
  164. #define HAVE_STRCHR 1
  165. /* Define to 1 if you have the `strdup' function. */
  166. #define HAVE_STRDUP 1
  167. /* Define to 1 if you have the <strings.h> header file. */
  168. #define HAVE_STRINGS_H 1
  169. /* Define to 1 if you have the <string.h> header file. */
  170. #define HAVE_STRING_H 1
  171. /* Define to 1 if you have the `strpbrk' function. */
  172. #define HAVE_STRPBRK 1
  173. /* Define to 1 if you have the `strrchr' function. */
  174. #define HAVE_STRRCHR 1
  175. /* Define to 1 if you have the `strstr' function. */
  176. #define HAVE_STRSTR 1
  177. /* Define to 1 if you have the `syscall' function. */
  178. #define HAVE_SYSCALL 1
  179. /* Define to 1 if you have the <sys/endian.h> header file. */
  180. /* #undef HAVE_SYS_ENDIAN_H */
  181. /* Define to 1 if you have the <sys/epoll.h> header file. */
  182. #define HAVE_SYS_EPOLL_H 1
  183. /* Define to 1 if you have the <sys/eventfd.h> header file. */
  184. #define HAVE_SYS_EVENTFD_H 1
  185. /* Define to 1 if you have the <sys/klog.h> header file. */
  186. #define HAVE_SYS_KLOG_H 1
  187. /* Define to 1 if you have the <sys/lgrp_user_impl.h> header file. */
  188. /* #undef HAVE_SYS_LGRP_USER_IMPL_H */
  189. /* Define to 1 if you have the <sys/param.h> header file. */
  190. #define HAVE_SYS_PARAM_H 1
  191. /* Define to 1 if you have the <sys/poll.h> header file. */
  192. #define HAVE_SYS_POLL_H 1
  193. /* Define to 1 if you have the <sys/prctl.h> header file. */
  194. #define HAVE_SYS_PRCTL_H 1
  195. /* Define to 1 if you have the <sys/signalfd.h> header file. */
  196. #define HAVE_SYS_SIGNALFD_H 1
  197. /* Define to 1 if you have the <sys/signal.h> header file. */
  198. #define HAVE_SYS_SIGNAL_H 1
  199. /* Define to 1 if you have the <sys/stat.h> header file. */
  200. #define HAVE_SYS_STAT_H 1
  201. /* Define to 1 if you have the <sys/syscall.h> header file. */
  202. #define HAVE_SYS_SYSCALL_H 1
  203. /* Define to 1 if you have the <sys/sysnvl.h> header file. */
  204. /* #undef HAVE_SYS_SYSNVL_H */
  205. /* Define to 1 if you have the <sys/time.h> header file. */
  206. #define HAVE_SYS_TIME_H 1
  207. /* Define to 1 if you have the <sys/types.h> header file. */
  208. #define HAVE_SYS_TYPES_H 1
  209. /* Define to 1 if <sys/user.h> defines struct user_regs_struct */
  210. #define HAVE_SYS_USER_REGS 1
  211. /* can use __thread to define thread-local variables */
  212. #define HAVE_TLS 1
  213. /* Define to 1 if you have the <unistd.h> header file. */
  214. #define HAVE_UNISTD_H 1
  215. /* Define to 1 if you have a usable <linux/futex.h> header file. */
  216. #define HAVE_USABLE_LINUX_FUTEX_H 1
  217. /* Define to 1 if you have the `utimensat' function. */
  218. #define HAVE_UTIMENSAT 1
  219. /* Define to 1 if you're using Musl libc */
  220. /* #undef MUSL_LIBC */
  221. /* Name of package */
  222. #define PACKAGE "valgrind"
  223. /* Define to the address where bug reports for this package should be sent. */
  224. #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
  225. /* Define to the full name of this package. */
  226. #define PACKAGE_NAME "Valgrind"
  227. /* Define to the full name and version of this package. */
  228. #define PACKAGE_STRING "Valgrind 3.15.0"
  229. /* Define to the one symbol short name of this package. */
  230. #define PACKAGE_TARNAME "valgrind"
  231. /* Define to the home page for this package. */
  232. #define PACKAGE_URL ""
  233. /* Define to the version of this package. */
  234. #define PACKAGE_VERSION "3.15.0"
  235. /* Define to 1 if you have the `A_GETSTAT' and `A_SETSTAT' constants. */
  236. /* #undef SOLARIS_AUDITON_STAT */
  237. /* Define to 1 if you have the new `execve' syscall which accepts flags. */
  238. /* #undef SOLARIS_EXECVE_SYSCALL_TAKES_FLAGS */
  239. /* Define to 1 if fpregset_t defines struct _fpchip_state */
  240. /* #undef SOLARIS_FPCHIP_STATE_TAKES_UNDERSCORE */
  241. /* Define to 1 if you have the new `frealpathat' syscall. */
  242. /* #undef SOLARIS_FREALPATHAT_SYSCALL */
  243. /* Define to 1 if you have the new `gethrt' fasttrap. */
  244. /* #undef SOLARIS_GETHRT_FASTTRAP */
  245. /* Define to 1 if you have the new `getrandom' syscall. */
  246. /* #undef SOLARIS_GETRANDOM_SYSCALL */
  247. /* Define to 1 if you have the new `get_zone_offset' fasttrap. */
  248. /* #undef SOLARIS_GETZONEOFFSET_FASTTRAP */
  249. /* Default platform for Valgrind launcher. */
  250. /* #undef SOLARIS_LAUNCHER_DEFAULT_PLATFORM */
  251. /* Define to 1 if you have the new `lwp_name' syscall. */
  252. /* #undef SOLARIS_LWP_NAME_SYSCALL */
  253. /* Define to 1 if you have the new `lwp_sigqueue' syscall. */
  254. /* #undef SOLARIS_LWP_SIGQUEUE_SYSCALL */
  255. /* Define to 1 if you have the new `lwp_sigqueue' syscall which accepts pid.
  256. */
  257. /* #undef SOLARIS_LWP_SIGQUEUE_SYSCALL_TAKES_PID */
  258. /* Define to 1 if you have the `MODNVL_CTRLMAP' through `MODDEVINFO_CACHE_TS'
  259. constants. */
  260. /* #undef SOLARIS_MODCTL_MODNVL */
  261. /* Define to 1 if you have the new `accept' syscall. */
  262. /* #undef SOLARIS_NEW_ACCEPT_SYSCALL */
  263. /* Define to 1 if you have the new `pipe' syscall. */
  264. /* #undef SOLARIS_NEW_PIPE_SYSCALL */
  265. /* Define to 1 if nscd attaches to /system/volatile/name_service_door. */
  266. /* #undef SOLARIS_NSCD_DOOR_SYSTEM_VOLATILE */
  267. /* Define to 1 if you have the old Solaris syscalls. */
  268. /* #undef SOLARIS_OLD_SYSCALLS */
  269. /* Define to 1 if you have /proc/self/cmdline. */
  270. /* #undef SOLARIS_PROC_CMDLINE */
  271. /* Define to 1 if you have the `prxregset_t' type. */
  272. /* #undef SOLARIS_PRXREGSET_T */
  273. /* Define to 1 if you have the `PSET_GET_NAME' constants. */
  274. /* #undef SOLARIS_PSET_GET_NAME */
  275. /* Define to 1 if PT_SUNWDTRACE program header provides just an initial thread
  276. pointer for libc. */
  277. /* #undef SOLARIS_PT_SUNDWTRACE_THRP */
  278. /* Version number of the repository door cache protocol. */
  279. /* #undef SOLARIS_REPCACHE_PROTOCOL_VERSION */
  280. /* Define to 1 if you have the new `sysstat' segment reservation. */
  281. /* #undef SOLARIS_RESERVE_SYSSTAT_ADDR */
  282. /* Define to 1 if you have the new `sysstat_zone' segment reservation. */
  283. /* #undef SOLARIS_RESERVE_SYSSTAT_ZONE_ADDR */
  284. /* Define to 1 if you have the schedctl page executable. */
  285. /* #undef SOLARIS_SCHEDCTL_PAGE_EXEC */
  286. /* Define to 1 if you have the `IPC_XSTAT64', `SHMADV', `SHM_ADV_GET',
  287. `SHM_ADV_SET' and `SHMGET_OSM' constants. */
  288. /* #undef SOLARIS_SHM_NEW */
  289. /* Define to 1 if you have the `spawn' syscall. */
  290. /* #undef SOLARIS_SPAWN_SYSCALL */
  291. /* Define to 1 if you have the `system_stats' syscall. */
  292. /* #undef SOLARIS_SYSTEM_STATS_SYSCALL */
  293. /* Define to 1 if you have the `TNDB_GET_TNIP' constant. */
  294. /* #undef SOLARIS_TNDB_GET_TNIP */
  295. /* Define to 1 if you have the `TSOL_GETCLEARANCE' and `TSOL_SETCLEARANCE'
  296. constants. */
  297. /* #undef SOLARIS_TSOL_CLEARANCE */
  298. /* Define to 1 if you have the `utimensat' syscall. */
  299. /* #undef SOLARIS_UTIMENSAT_SYSCALL */
  300. /* Define to 1 if you have the `utimesys' syscall. */
  301. /* #undef SOLARIS_UTIMESYS_SYSCALL */
  302. /* Define to 1 if you have the new `uuidsys' syscall. */
  303. /* #undef SOLARIS_UUIDSYS_SYSCALL */
  304. /* Define to 1 if you have the `ZONE_LIST_DEFUNCT' and `ZONE_GETATTR_DEFUNC'
  305. constants. */
  306. /* #undef SOLARIS_ZONE_DEFUNCT */
  307. /* Define to 1 if you have the ANSI C header files. */
  308. #define STDC_HEADERS 1
  309. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  310. #define TIME_WITH_SYS_TIME 1
  311. /* Version number of package */
  312. #define VERSION "3.15.0"
  313. /* Temporary files directory */
  314. #define VG_TMPDIR "/tmp"
  315. /* Define to `int' if <sys/types.h> doesn't define. */
  316. /* #undef gid_t */
  317. /* Define to `long int' if <sys/types.h> does not define. */
  318. /* #undef off_t */
  319. /* Define to `unsigned int' if <sys/types.h> does not define. */
  320. /* #undef size_t */
  321. /* Define to `int' if <sys/types.h> doesn't define. */
  322. /* #undef uid_t */