1/* config.in. Generated from configure.ac by autoheader. */ 2 3/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 4 systems. This function is required for `alloca.c' support on those systems. 5 */ 6#undef CRAY_STACKSEG_END 7 8/* Define to 1 if std::thread works. */ 9#undef CXX_STD_THREAD 10 11/* Define to 1 if using `alloca.c'. */ 12#undef C_ALLOCA 13 14/* Define if development-mode features are enabled. */ 15#undef DEVELOPMENT 16 17/* Define to 1 if translation of program messages to the user's native 18 language is requested. */ 19#undef ENABLE_NLS 20 21/* Define if self-testing features should be enabled */ 22#undef GDB_SELF_TEST 23 24/* Define to 1 if you have `alloca', as a function or macro. */ 25#undef HAVE_ALLOCA 26 27/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 28 */ 29#undef HAVE_ALLOCA_H 30 31/* Define to 1 if you have the Mac OS X function 32 CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 33#undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES 34 35/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 36 the CoreFoundation framework. */ 37#undef HAVE_CFPREFERENCESCOPYAPPVALUE 38 39/* define if the compiler supports basic C++17 syntax */ 40#undef HAVE_CXX17 41 42/* Define if the GNU dcgettext() function is already present or preinstalled. 43 */ 44#undef HAVE_DCGETTEXT 45 46/* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if 47 you don't. */ 48#undef HAVE_DECL_ADDR_NO_RANDOMIZE 49 50/* Define to 1 if you have the declaration of `asprintf', and to 0 if you 51 don't. */ 52#undef HAVE_DECL_ASPRINTF 53 54/* Define to 1 if you have the declaration of `basename(char *)', and to 0 if 55 you don't. */ 56#undef HAVE_DECL_BASENAME 57 58/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 59#undef HAVE_DECL_FFS 60 61/* Define to 1 if you have the declaration of `snprintf', and to 0 if you 62 don't. */ 63#undef HAVE_DECL_SNPRINTF 64 65/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 66 */ 67#undef HAVE_DECL_STRSTR 68 69/* Define to 1 if you have the declaration of `strtol', and to 0 if you don't. 70 */ 71#undef HAVE_DECL_STRTOL 72 73/* Define to 1 if you have the declaration of `strtoll', and to 0 if you 74 don't. */ 75#undef HAVE_DECL_STRTOLL 76 77/* Define to 1 if you have the declaration of `strtoul', and to 0 if you 78 don't. */ 79#undef HAVE_DECL_STRTOUL 80 81/* Define to 1 if you have the declaration of `strtoull', and to 0 if you 82 don't. */ 83#undef HAVE_DECL_STRTOULL 84 85/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you 86 don't. */ 87#undef HAVE_DECL_STRVERSCMP 88 89/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 90 don't. */ 91#undef HAVE_DECL_VASPRINTF 92 93/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 94 don't. */ 95#undef HAVE_DECL_VSNPRINTF 96 97/* Define to 1 if you have the <dlfcn.h> header file. */ 98#undef HAVE_DLFCN_H 99 100/* Define if <sys/procfs.h> has elf_fpregset_t. */ 101#undef HAVE_ELF_FPREGSET_T 102 103/* Define to 1 if you have the `fdwalk' function. */ 104#undef HAVE_FDWALK 105 106/* Define to 1 if you have the `fork' function. */ 107#undef HAVE_FORK 108 109/* Define if <sys/procfs.h> has fpregset_t. */ 110#undef HAVE_FPREGSET_T 111 112/* Define to 1 if you have the `getauxval' function. */ 113#undef HAVE_GETAUXVAL 114 115/* Define to 1 if you have the `getpagesize' function. */ 116#undef HAVE_GETPAGESIZE 117 118/* Define to 1 if you have the `getrlimit' function. */ 119#undef HAVE_GETRLIMIT 120 121/* Define to 1 if you have the `getrusage' function. */ 122#undef HAVE_GETRUSAGE 123 124/* Define if the GNU gettext() function is already present or preinstalled. */ 125#undef HAVE_GETTEXT 126 127/* Define if <sys/procfs.h> has gregset_t. */ 128#undef HAVE_GREGSET_T 129 130/* Define if you have the iconv() function and it works. */ 131#undef HAVE_ICONV 132 133/* Define to 1 if you have the <inttypes.h> header file. */ 134#undef HAVE_INTTYPES_H 135 136/* Define to 1 if you have the `kinfo_getfile' function. */ 137#undef HAVE_KINFO_GETFILE 138 139/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 140#undef HAVE_LANGINFO_CODESET 141 142/* Define if you have the ipt library. */ 143#undef HAVE_LIBIPT 144 145/* Define if you have the xxhash library. */ 146#undef HAVE_LIBXXHASH 147 148/* Define to 1 if you have the <linux/elf.h> header file. */ 149#undef HAVE_LINUX_ELF_H 150 151/* Define to 1 if you have the <linux/perf_event.h> header file. */ 152#undef HAVE_LINUX_PERF_EVENT_H 153 154/* Define to 1 if you have the <locale.h> header file. */ 155#undef HAVE_LOCALE_H 156 157/* Define to 1 if the system has the type `long long'. */ 158#undef HAVE_LONG_LONG 159 160/* Define if <sys/procfs.h> has lwpid_t. */ 161#undef HAVE_LWPID_T 162 163/* Define to 1 if you have the <memory.h> header file. */ 164#undef HAVE_MEMORY_H 165 166/* Define to 1 if you have a working `mmap' system call. */ 167#undef HAVE_MMAP 168 169/* Define to 1 if you have the `pipe' function. */ 170#undef HAVE_PIPE 171 172/* Define to 1 if you have the `pipe2' function. */ 173#undef HAVE_PIPE2 174 175/* Define to 1 if you have the `poll' function. */ 176#undef HAVE_POLL 177 178/* Define to 1 if you have the <poll.h> header file. */ 179#undef HAVE_POLL_H 180 181/* Define if <sys/procfs.h> has prfpregset_t. */ 182#undef HAVE_PRFPREGSET_T 183 184/* Define if <sys/procfs.h> has prgregset32_t. */ 185#undef HAVE_PRGREGSET32_T 186 187/* Define if <sys/procfs.h> has prgregset_t. */ 188#undef HAVE_PRGREGSET_T 189 190/* Define to 1 if you have the <proc_service.h> header file. */ 191#undef HAVE_PROC_SERVICE_H 192 193/* Define if <sys/procfs.h> has psaddr_t. */ 194#undef HAVE_PSADDR_T 195 196/* Have PTHREAD_PRIO_INHERIT. */ 197#undef HAVE_PTHREAD_PRIO_INHERIT 198 199/* Define to 1 if you have the `pthread_setname_np' function. */ 200#undef HAVE_PTHREAD_SETNAME_NP 201 202/* Define to 1 if you have the `pthread_sigmask' function. */ 203#undef HAVE_PTHREAD_SIGMASK 204 205/* Define to 1 if you have the `ptrace64' function. */ 206#undef HAVE_PTRACE64 207 208/* Define to 1 if you have the <ptrace.h> header file. */ 209#undef HAVE_PTRACE_H 210 211/* Define to 1 if you have the `pt_insn_event' function. */ 212#undef HAVE_PT_INSN_EVENT 213 214/* Define to 1 if you have the `sbrk' function. */ 215#undef HAVE_SBRK 216 217/* Define to 1 if you have the `setns' function. */ 218#undef HAVE_SETNS 219 220/* Define to 1 if you have the `setpgid' function. */ 221#undef HAVE_SETPGID 222 223/* Define to 1 if you have the `setpgrp' function. */ 224#undef HAVE_SETPGRP 225 226/* Define to 1 if you have the `sigaction' function. */ 227#undef HAVE_SIGACTION 228 229/* Define to 1 if you have the `sigaltstack' function. */ 230#undef HAVE_SIGALTSTACK 231 232/* Define to 1 if you have the <signal.h> header file. */ 233#undef HAVE_SIGNAL_H 234 235/* Define to 1 if you have the `sigprocmask' function. */ 236#undef HAVE_SIGPROCMASK 237 238/* Define if sigsetjmp is available. */ 239#undef HAVE_SIGSETJMP 240 241/* Define to 1 if you have the `sigtimedwait' function. */ 242#undef HAVE_SIGTIMEDWAIT 243 244/* Define to 1 if you have the `socketpair' function. */ 245#undef HAVE_SOCKETPAIR 246 247/* Define to 1 if you have the <stdint.h> header file. */ 248#undef HAVE_STDINT_H 249 250/* Define to 1 if you have the <stdlib.h> header file. */ 251#undef HAVE_STDLIB_H 252 253/* Define to 1 if you have the <strings.h> header file. */ 254#undef HAVE_STRINGS_H 255 256/* Define to 1 if you have the <string.h> header file. */ 257#undef HAVE_STRING_H 258 259/* Define to 1 if `enabled' is a member of `struct pt_insn'. */ 260#undef HAVE_STRUCT_PT_INSN_ENABLED 261 262/* Define to 1 if `resynced' is a member of `struct pt_insn'. */ 263#undef HAVE_STRUCT_PT_INSN_RESYNCED 264 265/* Define to 1 if `st_blksize' is a member of `struct stat'. */ 266#undef HAVE_STRUCT_STAT_ST_BLKSIZE 267 268/* Define to 1 if `st_blocks' is a member of `struct stat'. */ 269#undef HAVE_STRUCT_STAT_ST_BLOCKS 270 271/* Define to 1 if you have the <sys/param.h> header file. */ 272#undef HAVE_SYS_PARAM_H 273 274/* Define to 1 if you have the <sys/poll.h> header file. */ 275#undef HAVE_SYS_POLL_H 276 277/* Define to 1 if you have the <sys/procfs.h> header file. */ 278#undef HAVE_SYS_PROCFS_H 279 280/* Define to 1 if you have the <sys/ptrace.h> header file. */ 281#undef HAVE_SYS_PTRACE_H 282 283/* Define to 1 if you have the <sys/resource.h> header file. */ 284#undef HAVE_SYS_RESOURCE_H 285 286/* Define to 1 if you have the <sys/select.h> header file. */ 287#undef HAVE_SYS_SELECT_H 288 289/* Define to 1 if you have the <sys/socket.h> header file. */ 290#undef HAVE_SYS_SOCKET_H 291 292/* Define to 1 if you have the <sys/stat.h> header file. */ 293#undef HAVE_SYS_STAT_H 294 295/* Define to 1 if you have the <sys/types.h> header file. */ 296#undef HAVE_SYS_TYPES_H 297 298/* Define to 1 if you have the <sys/un.h> header file. */ 299#undef HAVE_SYS_UN_H 300 301/* Define to 1 if you have the <sys/wait.h> header file. */ 302#undef HAVE_SYS_WAIT_H 303 304/* Define to 1 if you have the <termios.h> header file. */ 305#undef HAVE_TERMIOS_H 306 307/* Define to 1 if you have the <thread_db.h> header file. */ 308#undef HAVE_THREAD_DB_H 309 310/* Define to 1 if you have the <unistd.h> header file. */ 311#undef HAVE_UNISTD_H 312 313/* Define to 1 if you have the `vfork' function. */ 314#undef HAVE_VFORK 315 316/* Define to 1 if you have the <vfork.h> header file. */ 317#undef HAVE_VFORK_H 318 319/* Define to 1 if you have the <wait.h> header file. */ 320#undef HAVE_WAIT_H 321 322/* Define to 1 if you have the <windows.h> header file. */ 323#undef HAVE_WINDOWS_H 324 325/* Define to 1 if `fork' works. */ 326#undef HAVE_WORKING_FORK 327 328/* Define to 1 if `vfork' works. */ 329#undef HAVE_WORKING_VFORK 330 331/* Name of package */ 332#undef PACKAGE 333 334/* Define to the address where bug reports for this package should be sent. */ 335#undef PACKAGE_BUGREPORT 336 337/* Define to the full name of this package. */ 338#undef PACKAGE_NAME 339 340/* Define to the full name and version of this package. */ 341#undef PACKAGE_STRING 342 343/* Define to the one symbol short name of this package. */ 344#undef PACKAGE_TARNAME 345 346/* Define to the home page for this package. */ 347#undef PACKAGE_URL 348 349/* Define to the version of this package. */ 350#undef PACKAGE_VERSION 351 352/* Define to 1 if the "%ll" format works to print long longs. */ 353#undef PRINTF_HAS_LONG_LONG 354 355/* Define to necessary symbol if this constant uses a non-standard name on 356 your system. */ 357#undef PTHREAD_CREATE_JOINABLE 358 359/* Define to the type of arg 1 for ptrace. */ 360#undef PTRACE_TYPE_ARG1 361 362/* Define to the type of arg 3 for ptrace. */ 363#undef PTRACE_TYPE_ARG3 364 365/* Define to the type of arg 4 for ptrace. */ 366#undef PTRACE_TYPE_ARG4 367 368/* Define to the type of arg 5 for ptrace. */ 369#undef PTRACE_TYPE_ARG5 370 371/* Define as the return type of ptrace. */ 372#undef PTRACE_TYPE_RET 373 374/* The size of `long long', as computed by sizeof. */ 375#undef SIZEOF_LONG_LONG 376 377/* If using the C implementation of alloca, define if you know the 378 direction of stack growth for your system; otherwise it will be 379 automatically deduced at runtime. 380 STACK_DIRECTION > 0 => grows toward higher addresses 381 STACK_DIRECTION < 0 => grows toward lower addresses 382 STACK_DIRECTION = 0 => direction of growth unknown */ 383#undef STACK_DIRECTION 384 385/* Define to 1 if you have the ANSI C header files. */ 386#undef STDC_HEADERS 387 388/* Enable extensions on AIX 3, Interix. */ 389#ifndef _ALL_SOURCE 390# undef _ALL_SOURCE 391#endif 392/* Enable GNU extensions on systems that have them. */ 393#ifndef _GNU_SOURCE 394# undef _GNU_SOURCE 395#endif 396/* Enable threading extensions on Solaris. */ 397#ifndef _POSIX_PTHREAD_SEMANTICS 398# undef _POSIX_PTHREAD_SEMANTICS 399#endif 400/* Enable extensions on HP NonStop. */ 401#ifndef _TANDEM_SOURCE 402# undef _TANDEM_SOURCE 403#endif 404/* Enable general extensions on Solaris. */ 405#ifndef __EXTENSIONS__ 406# undef __EXTENSIONS__ 407#endif 408 409 410/* Define if we should use the Windows API, instead of the POSIX API. On 411 Windows, we use the Windows API when building for MinGW, but the POSIX API 412 when building for Cygwin. */ 413#undef USE_WIN32API 414 415/* Version number of package */ 416#undef VERSION 417 418/* Enable large inode numbers on Mac OS X 10.5. */ 419#ifndef _DARWIN_USE_64_BIT_INODE 420# define _DARWIN_USE_64_BIT_INODE 1 421#endif 422 423/* Number of bits in a file offset, on hosts where this is settable. */ 424#undef _FILE_OFFSET_BITS 425 426/* Define for large files, on AIX-style hosts. */ 427#undef _LARGE_FILES 428 429/* Define to 1 if on MINIX. */ 430#undef _MINIX 431 432/* Define to 2 if the system does not provide POSIX.1 features except with 433 this defined. */ 434#undef _POSIX_1_SOURCE 435 436/* Define to 1 if you need to in order for `stat' and other things to work. */ 437#undef _POSIX_SOURCE 438 439/* Use structured /proc on Solaris. */ 440#undef _STRUCTURED_PROC 441 442/* Define to `int' if <sys/types.h> does not define. */ 443#undef pid_t 444 445/* Define to `unsigned int' if <sys/types.h> does not define. */ 446#undef size_t 447 448/* Define as `fork' if `vfork' does not work. */ 449#undef vfork 450