|
|
|||
File indexing completed on 2026-09-26 09:15:25
0001 /* config.h. Generated from config.h.in by configure. */ 0002 /* config.h.in. Generated from configure.ac by autoheader. */ 0003 0004 /* Define to 1 if you're using Bionic */ 0005 /* #undef BIONIC_LIBC */ 0006 0007 /* DARWIN_VERS value for DARWIN_VERS value for Mac OS X 10.10 / iOS 8 */ 0008 /* #undef DARWIN_10_10 */ 0009 0010 /* DARWIN_VERS value for DARWIN_VERS value for Mac OS X 10.11 / iOS 9 */ 0011 /* #undef DARWIN_10_11 */ 0012 0013 /* DARWIN_VERS value for DARWIN_VERS value for macOS 10.12 / iOS 10 */ 0014 /* #undef DARWIN_10_12 */ 0015 0016 /* DARWIN_VERS value for DARWIN_VERS value for macOS 10.13 / iOS 11 */ 0017 /* #undef DARWIN_10_13 */ 0018 0019 /* DARWIN_VERS value for DARWIN_VERS value for macOS 10.14 / iOS 12 */ 0020 /* #undef DARWIN_10_14 */ 0021 0022 /* DARWIN_VERS value for DARWIN_VERS value for macOS 10.15 / iOS 13 */ 0023 /* #undef DARWIN_10_15 */ 0024 0025 /* DARWIN_VERS value for DARWIN_VERS value for Mac OS X 10.5 */ 0026 /* #undef DARWIN_10_5 */ 0027 0028 /* DARWIN_VERS value for DARWIN_VERS value for Mac OS X 10.6 / iOS 4 */ 0029 /* #undef DARWIN_10_6 */ 0030 0031 /* DARWIN_VERS value for DARWIN_VERS value for Mac OS X 10.7 / iOS 5 */ 0032 /* #undef DARWIN_10_7 */ 0033 0034 /* DARWIN_VERS value for DARWIN_VERS value for Mac OS X 10.8 / iOS 6 */ 0035 /* #undef DARWIN_10_8 */ 0036 0037 /* DARWIN_VERS value for DARWIN_VERS value for Mac OS X 10.9 / iOS 7 */ 0038 /* #undef DARWIN_10_9 */ 0039 0040 /* DARWIN_VERS value for DARWIN_VERS value for macOS 11.0 / iOS 14 */ 0041 /* #undef DARWIN_11_00 */ 0042 0043 /* DARWIN_VERS value for DARWIN_VERS value for macOS 12.0 / iOS 15 */ 0044 /* #undef DARWIN_12_00 */ 0045 0046 /* DARWIN_VERS value for DARWIN_VERS value for macOS 13.0 / iOS 16 */ 0047 /* #undef DARWIN_13_00 */ 0048 0049 /* DARWIN_VERS value for DARWIN_VERS value for macOS 14.0 / iOS 17 */ 0050 /* #undef DARWIN_14_00 */ 0051 0052 /* DARWIN_VERS value for DARWIN_VERS value for macOS 15.0 / iOS 18 */ 0053 /* #undef DARWIN_15_00 */ 0054 0055 /* DARWIN_VERS value for DARWIN_VERS value for macOS 15.4 */ 0056 /* #undef DARWIN_15_04 */ 0057 0058 /* DARWIN_VERS value for DARWIN_VERS value for macOS / iOS 26 */ 0059 /* #undef DARWIN_26_00 */ 0060 0061 /* Define to 1 if you're using Darwin */ 0062 /* #undef DARWIN_LIBC */ 0063 0064 /* Darwin / Mac OS X / macOS / iOS version */ 0065 /* #undef DARWIN_VERS */ 0066 0067 /* Disable intercept pthread_spin_lock() on MIPS32, MIPS64 and nanoMIPS. */ 0068 /* #undef DISABLE_PTHREAD_SPINLOCK_INTERCEPT */ 0069 0070 /* configured to run as an inner Valgrind */ 0071 /* #undef ENABLE_INNER */ 0072 0073 /* configured to build with lto link time optimisation */ 0074 /* #undef ENABLE_LTO */ 0075 0076 /* Define to 1 if you have the new SYS___realpathat syscall. */ 0077 /* #undef FREEBSD_KQUEUEX_SYSCALL */ 0078 0079 /* Define to 1 if you're using FreeBSD */ 0080 /* #undef FREEBSD_LIBC */ 0081 0082 /* Define to 1 if you have the new SYS___realpathat syscall. */ 0083 /* #undef FREEBSD_REALPATHAT_SYSCALL */ 0084 0085 /* Define to 1 if you have the new SYS_timer_fd_create syscall. */ 0086 /* #undef FREEBSD_TIMERFD_SYSCALL */ 0087 0088 /* path to GDB */ 0089 #define GDB_PATH "/usr/bin/gdb" 0090 0091 /* Define to 1 if index() and strlen() have been optimized heavily (x86 glibc 0092 >= 2.12) */ 0093 #define GLIBC_MANDATORY_INDEX_AND_STRLEN_REDIRECT 1 0094 0095 /* Define to 1 if strlen() has been optimized heavily (amd64 glibc >= 2.10) */ 0096 #define GLIBC_MANDATORY_STRLEN_REDIRECT 1 0097 0098 /* Define to 1 if you have the 'aligned_alloc' function. */ 0099 #define HAVE_ALIGNED_ALLOC 1 0100 0101 /* Define to 1 if you have the <asm/unistd.h> header file. */ 0102 #define HAVE_ASM_UNISTD_H 1 0103 0104 /* Define to 1 if as supports fxsave64/fxrstor64. */ 0105 #define HAVE_AS_AMD64_FXSAVE64 1 0106 0107 /* Define to 1 if as supports floating point phased out category. */ 0108 /* #undef HAVE_AS_PPC_FPPO */ 0109 0110 /* Define to 1 if as supports mtocrf/mfocrf. */ 0111 /* #undef HAVE_AS_PPC_MFTOCRF */ 0112 0113 /* Define to 1 if gcc supports __sync_bool_compare_and_swap() and 0114 __sync_add_and_fetch() for the primary target */ 0115 #define HAVE_BUILTIN_ATOMIC 1 0116 0117 /* Define to 1 if g++ supports __sync_bool_compare_and_swap() and 0118 __sync_add_and_fetch() */ 0119 #define HAVE_BUILTIN_ATOMIC_CXX 1 0120 0121 /* Define to 1 if compiler provides __builtin_clz(). */ 0122 #define HAVE_BUILTIN_CLZ 1 0123 0124 /* Define to 1 if compiler provides __builtin_ctz(). */ 0125 #define HAVE_BUILTIN_CTZ 1 0126 0127 /* Define to 1 if compiler provides __builtin_popcount(). */ 0128 #define HAVE_BUILTIN_POPCOUT 1 0129 0130 /* Define to 1 if you have the `clockid_t' type. */ 0131 #define HAVE_CLOCKID_T 1 0132 0133 /* Define to 1 if you have the 'clock_gettime' function. */ 0134 #define HAVE_CLOCK_GETTIME 1 0135 0136 /* Define to 1 if you have the `CLOCK_MONOTONIC' constant. */ 0137 #define HAVE_CLOCK_MONOTONIC 1 0138 0139 /* Define to 1 if you have the 'close_range' function. */ 0140 #define HAVE_CLOSE_RANGE 1 0141 0142 /* Define to 1 if you have the 'copy_file_range' function. */ 0143 #define HAVE_COPY_FILE_RANGE 1 0144 0145 /* Define to 1 if you have a dlinfo that can do RTLD_DI_TLS_MODID. */ 0146 #define HAVE_DLINFO_RTLD_DI_TLS_MODID 1 0147 0148 /* Define to 1 if the system has the type 'Elf32_Chdr'. */ 0149 #define HAVE_ELF32_CHDR 1 0150 0151 /* Define to 1 if the system has the type 'Elf64_Chdr'. */ 0152 #define HAVE_ELF64_CHDR 1 0153 0154 /* Define to 1 if you have the <endian.h> header file. */ 0155 #define HAVE_ENDIAN_H 1 0156 0157 /* Define to 1 if you have the 'epoll_create' function. */ 0158 #define HAVE_EPOLL_CREATE 1 0159 0160 /* Define to 1 if you have the 'epoll_pwait' function. */ 0161 #define HAVE_EPOLL_PWAIT 1 0162 0163 /* Define to 1 if you have the 'eventfd' function. */ 0164 #define HAVE_EVENTFD 1 0165 0166 /* Define to 1 if you have the `eventfd_read' function. */ 0167 #define HAVE_EVENTFD_READ 1 0168 0169 /* Define to 1 if you have the 'exterrctl' function. */ 0170 /* #undef HAVE_EXTERRCTL */ 0171 0172 /* Define to 1 if you have the 'fchroot' function. */ 0173 /* #undef HAVE_FCHROOT */ 0174 0175 /* Define to 1 if you have the 'fdatasync' function. */ 0176 #define HAVE_FDATASYNC 1 0177 0178 /* Define to 1 if you have the 'free_aligned_sized' function. */ 0179 /* #undef HAVE_FREE_ALIGNED_SIZED */ 0180 0181 /* Define to 1 if you have the 'getaddrinfo' function. */ 0182 #define HAVE_GETADDRINFO 1 0183 0184 /* Define to 1 if you have the 'getpagesize' function. */ 0185 #define HAVE_GETPAGESIZE 1 0186 0187 /* Define to 1 if you have the 'getrandom' function. */ 0188 #define HAVE_GETRANDOM 1 0189 0190 /* Define to 1 if you have the 'getrlimitusage' function. */ 0191 /* #undef HAVE_GETRLIMITUSAGE */ 0192 0193 /* Define to 1 if you have GNU libc C17 aligned_alloc. */ 0194 #define HAVE_GNU_LIBC_C17_ALIGNED_ALLOC 1 0195 0196 /* Define to 1 if you have the `features.h' header. */ 0197 #define HAVE_HEADER_FEATURES_H 1 0198 0199 /* Define to 1 if you have the <inttypes.h> header file. */ 0200 #define HAVE_INTTYPES_H 1 0201 0202 /* Define to 1 if you have the 'klogctl' function. */ 0203 #define HAVE_KLOGCTL 1 0204 0205 /* Define to 1 if you have the 'pthread' library (-lpthread). */ 0206 #define HAVE_LIBPTHREAD 1 0207 0208 /* Define to 1 if you have the 'rt' library (-lrt). */ 0209 #define HAVE_LIBRT 1 0210 0211 /* Define to 1 if you have the 'scf' library (-lscf). */ 0212 /* #undef HAVE_LIBSCF */ 0213 0214 /* Define to 1 if you have the 'mallinfo' function. */ 0215 #define HAVE_MALLINFO 1 0216 0217 /* Define to 1 if you have the 'mallinfo2' function. */ 0218 #define HAVE_MALLINFO2 1 0219 0220 /* Define to 1 if you have the 'memchr' function. */ 0221 #define HAVE_MEMCHR 1 0222 0223 /* Define to 1 if you have the 'memfd_create' function. */ 0224 #define HAVE_MEMFD_CREATE 1 0225 0226 /* Define to 1 if you have the 'mempcpy' function. */ 0227 #define HAVE_MEMPCPY 1 0228 0229 /* Define to 1 if you have the 'memrchr' function. */ 0230 #define HAVE_MEMRCHR 1 0231 0232 /* Define to 1 if you have the 'memset' function. */ 0233 #define HAVE_MEMSET 1 0234 0235 /* Define to 1 if you have the 'mkdir' function. */ 0236 #define HAVE_MKDIR 1 0237 0238 /* Define to 1 if you have a working 'mmap' system call. */ 0239 #define HAVE_MMAP 1 0240 0241 /* Define to 1 if you have the <mqueue.h> header file. */ 0242 #define HAVE_MQUEUE_H 1 0243 0244 /* Define to 1 if you have the 'mremap' function. */ 0245 #define HAVE_MREMAP 1 0246 0247 /* Define to 1 if you have the 'pipe2' function. */ 0248 #define HAVE_PIPE2 1 0249 0250 /* Define to 1 if you have the 'ppoll' function. */ 0251 #define HAVE_PPOLL 1 0252 0253 /* Define to 1 if you have the 'preadv' function. */ 0254 #define HAVE_PREADV 1 0255 0256 /* Define to 1 if you have the 'preadv2' function. */ 0257 #define HAVE_PREADV2 1 0258 0259 /* Define to 1 if you have the 'process_vm_readv' function. */ 0260 #define HAVE_PROCESS_VM_READV 1 0261 0262 /* Define to 1 if you have the 'process_vm_writev' function. */ 0263 #define HAVE_PROCESS_VM_WRITEV 1 0264 0265 /* Define to 1 if you have the 'pthread_barrier_init' function. */ 0266 #define HAVE_PTHREAD_BARRIER_INIT 1 0267 0268 /* Define to 1 if you have the 'pthread_condattr_setclock' function. */ 0269 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 0270 0271 /* Define to 1 if you have the `pthread_create@glibc2.0' function. */ 0272 /* #undef HAVE_PTHREAD_CREATE_GLIBC_2_0 */ 0273 0274 /* Define to 1 if you have the `PTHREAD_MUTEX_ADAPTIVE_NP' constant. */ 0275 #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 0276 0277 /* Define to 1 if you have the `PTHREAD_MUTEX_ERRORCHECK_NP' constant. */ 0278 #define HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1 0279 0280 /* Define to 1 if you have the `PTHREAD_MUTEX_RECURSIVE_NP' constant. */ 0281 #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 0282 0283 /* Define to 1 if you have the 'pthread_mutex_timedlock' function. */ 0284 #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 0285 0286 /* Define to 1 if pthread_mutex_t has a member __data.__kind. */ 0287 #define HAVE_PTHREAD_MUTEX_T__DATA__KIND 1 0288 0289 /* Define to 1 if pthread_mutex_t has a member called __m_kind. */ 0290 /* #undef HAVE_PTHREAD_MUTEX_T__M_KIND */ 0291 0292 /* Define to 1 if you have the `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' 0293 constant. */ 0294 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 0295 0296 /* Define to 1 if you have the `pthread_rwlock_t' type. */ 0297 #define HAVE_PTHREAD_RWLOCK_T 1 0298 0299 /* Define to 1 if you have the 'pthread_rwlock_timedrdlock' function. */ 0300 #define HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK 1 0301 0302 /* Define to 1 if you have the 'pthread_rwlock_timedwrlock' function. */ 0303 #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 0304 0305 /* Define to 1 if you have the 'pthread_setname_np' function. */ 0306 #define HAVE_PTHREAD_SETNAME_NP 1 0307 0308 /* Define to 1 if you have the 'pthread_spin_lock' function. */ 0309 #define HAVE_PTHREAD_SPIN_LOCK 1 0310 0311 /* Define to 1 if you have the 'pthread_yield' function. */ 0312 /* #undef HAVE_PTHREAD_YIELD */ 0313 0314 /* Define to 1 if you have the `PTRACE_GETREGS' ptrace request. */ 0315 #define HAVE_PTRACE_GETREGS 1 0316 0317 /* Define to 1 if you have the 'pwritev' function. */ 0318 #define HAVE_PWRITEV 1 0319 0320 /* Define to 1 if you have the 'pwritev2' function. */ 0321 #define HAVE_PWRITEV2 1 0322 0323 /* Define to 1 if you have the 'rawmemchr' function. */ 0324 #define HAVE_RAWMEMCHR 1 0325 0326 /* Define to 1 if you have the 'readlinkat' function. */ 0327 #define HAVE_READLINKAT 1 0328 0329 /* Define to 1 if you have the 'reallocarray' function. */ 0330 #define HAVE_REALLOCARRAY 1 0331 0332 /* Define to 1 if you have the 'sbrk' function. */ 0333 #define HAVE_SBRK 1 0334 0335 /* Define to 1 if you have the 'semtimedop' function. */ 0336 #define HAVE_SEMTIMEDOP 1 0337 0338 /* Define to 1 if you have the 'sem_clockwait_np' function. */ 0339 /* #undef HAVE_SEM_CLOCKWAIT_NP */ 0340 0341 /* Define to 1 if you have the 'sem_timedwait' function. */ 0342 #define HAVE_SEM_TIMEDWAIT 1 0343 0344 /* Define to 1 if you have the 'setcontext' function. */ 0345 #define HAVE_SETCONTEXT 1 0346 0347 /* Define to 1 if you have the 'setcred' function. */ 0348 /* #undef HAVE_SETCRED */ 0349 0350 /* Define to 1 if libstd++ supports annotating shared pointers */ 0351 #define HAVE_SHARED_POINTER_ANNOTATION 1 0352 0353 /* Define to 1 if you have the 'signalfd' function. */ 0354 #define HAVE_SIGNALFD 1 0355 0356 /* Define to 1 if you have the 'sigwaitinfo' function. */ 0357 #define HAVE_SIGWAITINFO 1 0358 0359 /* Define to 1 if you have the <stdint.h> header file. */ 0360 #define HAVE_STDINT_H 1 0361 0362 /* Define to 1 if you have the <stdio.h> header file. */ 0363 #define HAVE_STDIO_H 1 0364 0365 /* Define to 1 if you have the <stdlib.h> header file. */ 0366 #define HAVE_STDLIB_H 1 0367 0368 /* Define to 1 if you have the 'stpncpy' function. */ 0369 #define HAVE_STPNCPY 1 0370 0371 /* Define to 1 if you have the 'strchr' function. */ 0372 #define HAVE_STRCHR 1 0373 0374 /* Define to 1 if you have the 'strchrnul' function. */ 0375 #define HAVE_STRCHRNUL 1 0376 0377 /* Define to 1 if you have the 'strdup' function. */ 0378 #define HAVE_STRDUP 1 0379 0380 /* Define to 1 if you have the <strings.h> header file. */ 0381 #define HAVE_STRINGS_H 1 0382 0383 /* Define to 1 if you have the <string.h> header file. */ 0384 #define HAVE_STRING_H 1 0385 0386 /* Define to 1 if you have the 'strlcat' function. */ 0387 #define HAVE_STRLCAT 1 0388 0389 /* Define to 1 if you have the 'strlcpy' function. */ 0390 #define HAVE_STRLCPY 1 0391 0392 /* Define to 1 if you have the 'strndup' function. */ 0393 #define HAVE_STRNDUP 1 0394 0395 /* Define to 1 if you have the 'strpbrk' function. */ 0396 #define HAVE_STRPBRK 1 0397 0398 /* Define to 1 if you have the 'strrchr' function. */ 0399 #define HAVE_STRRCHR 1 0400 0401 /* Define to 1 if you have the 'strstr' function. */ 0402 #define HAVE_STRSTR 1 0403 0404 /* Define to 1 if <sys/stat.h> declares struct statx. */ 0405 #define HAVE_STRUCT_STATX_IN_SYS_STAT_H 1 0406 0407 /* Define to 1 if you have the 'swapcontext' function. */ 0408 #define HAVE_SWAPCONTEXT 1 0409 0410 /* Define to 1 if you have the 'syscall' function. */ 0411 #define HAVE_SYSCALL 1 0412 0413 /* Define to 1 if sys/crypto/ioctl.h is available. */ 0414 /* #undef HAVE_SYS_CRYPTO_IOCTL_H */ 0415 0416 /* Define to 1 if you have the <sys/endian.h> header file. */ 0417 /* #undef HAVE_SYS_ENDIAN_H */ 0418 0419 /* Define to 1 if you have the <sys/epoll.h> header file. */ 0420 #define HAVE_SYS_EPOLL_H 1 0421 0422 /* Define to 1 if you have the <sys/eventfd.h> header file. */ 0423 #define HAVE_SYS_EVENTFD_H 1 0424 0425 /* Define to 1 if you have the <sys/klog.h> header file. */ 0426 #define HAVE_SYS_KLOG_H 1 0427 0428 /* Define to 1 if you have the <sys/lgrp_user_impl.h> header file. */ 0429 /* #undef HAVE_SYS_LGRP_USER_IMPL_H */ 0430 0431 /* Define to 1 if you have the <sys/param.h> header file. */ 0432 #define HAVE_SYS_PARAM_H 1 0433 0434 /* Define to 1 if you have the <sys/poll.h> header file. */ 0435 #define HAVE_SYS_POLL_H 1 0436 0437 /* Define to 1 if you have the <sys/prctl.h> header file. */ 0438 #define HAVE_SYS_PRCTL_H 1 0439 0440 /* Define to 1 if you have the <sys/signalfd.h> header file. */ 0441 #define HAVE_SYS_SIGNALFD_H 1 0442 0443 /* Define to 1 if you have the <sys/signal.h> header file. */ 0444 #define HAVE_SYS_SIGNAL_H 1 0445 0446 /* Define to 1 if you have the <sys/stat.h> header file. */ 0447 #define HAVE_SYS_STAT_H 1 0448 0449 /* Define to 1 if you have the <sys/syscall.h> header file. */ 0450 #define HAVE_SYS_SYSCALL_H 1 0451 0452 /* Define to 1 if you have the <sys/sysnvl.h> header file. */ 0453 /* #undef HAVE_SYS_SYSNVL_H */ 0454 0455 /* Define to 1 if you have the <sys/time.h> header file. */ 0456 #define HAVE_SYS_TIME_H 1 0457 0458 /* Define to 1 if you have the <sys/types.h> header file. */ 0459 #define HAVE_SYS_TYPES_H 1 0460 0461 /* Define to 1 if <sys/user.h> defines struct user_regs_struct */ 0462 #define HAVE_SYS_USER_REGS 1 0463 0464 /* Define to 1 if you have the 'timer_delete' function. */ 0465 #define HAVE_TIMER_DELETE 1 0466 0467 /* can use __thread to define thread-local variables */ 0468 #define HAVE_TLS 1 0469 0470 /* Define to 1 if you have the <unistd.h> header file. */ 0471 #define HAVE_UNISTD_H 1 0472 0473 /* Define to 1 if you have a usable <linux/futex.h> header file. */ 0474 #define HAVE_USABLE_LINUX_FUTEX_H 1 0475 0476 /* Define to 1 if you have the 'utimensat' function. */ 0477 #define HAVE_UTIMENSAT 1 0478 0479 /* Define to 1 if you have the 'wcpncpy' function. */ 0480 #define HAVE_WCPNCPY 1 0481 0482 /* Define to 1 if you have the 'wcsncpy' function. */ 0483 #define HAVE_WCSNCPY 1 0484 0485 /* Define to 1 if you have the 'wcsxfrm' function. */ 0486 #define HAVE_WCSXFRM 1 0487 0488 /* Define to 1 if you're using Musl libc */ 0489 /* #undef MUSL_LIBC */ 0490 0491 /* Name of package */ 0492 #define PACKAGE "valgrind" 0493 0494 /* Define to the address where bug reports for this package should be sent. */ 0495 #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net" 0496 0497 /* Define to the full name of this package. */ 0498 #define PACKAGE_NAME "Valgrind" 0499 0500 /* Define to the full name and version of this package. */ 0501 #define PACKAGE_STRING "Valgrind 3.27.1" 0502 0503 /* Define to the one symbol short name of this package. */ 0504 #define PACKAGE_TARNAME "valgrind" 0505 0506 /* Define to the home page for this package. */ 0507 #define PACKAGE_URL "" 0508 0509 /* Define to the version of this package. */ 0510 #define PACKAGE_VERSION "3.27.1" 0511 0512 /* SDK_VERS value for Xcode SDK macOS 10.13 / iOS 11 */ 0513 /* #undef SDK_10_13 */ 0514 0515 /* SDK_VERS value for Xcode SDK macOS 10.14 / iOS 12 */ 0516 /* #undef SDK_10_14 */ 0517 0518 /* SDK_VERS value for Xcode SDK macOS 10.14.6 / iOS 12 */ 0519 /* #undef SDK_10_14_6 */ 0520 0521 /* SDK_VERS value for Xcode SDK macOS 10.15 / iOS 13 */ 0522 /* #undef SDK_10_15 */ 0523 0524 /* SDK_VERS value for Xcode SDK earlier than macOS 10.13 / iOS 11 */ 0525 /* #undef SDK_10_XX */ 0526 0527 /* SDK_VERS value for Xcode SDK macOS 11.0 / iOS 14 */ 0528 /* #undef SDK_11_0 */ 0529 0530 /* SDK_VERS value for Xcode SDK macOS 12.0 / iOS 15 */ 0531 /* #undef SDK_12_0 */ 0532 0533 /* SDK_VERS value for Xcode SDK macOS 13.0 / iOS 16 */ 0534 /* #undef SDK_13_0 */ 0535 0536 /* SDK_VERS value for Xcode SDK macOS 14.0 / iOS 17 */ 0537 /* #undef SDK_14_0 */ 0538 0539 /* SDK_VERS value for Xcode SDK macOS 15.0 / iOS 18 */ 0540 /* #undef SDK_15_0 */ 0541 0542 /* SDK_VERS value for Xcode SDK macOS / iOS 26 */ 0543 /* #undef SDK_26_0 */ 0544 0545 /* SDK version */ 0546 /* #undef SDK_VERS */ 0547 0548 /* Define to 1 if you have the `A_GETSTAT' and `A_SETSTAT' constants. */ 0549 /* #undef SOLARIS_AUDITON_STAT */ 0550 0551 /* Define to 1 if you have the new `execve' syscall which accepts flags. */ 0552 /* #undef SOLARIS_EXECVE_SYSCALL_TAKES_FLAGS */ 0553 0554 /* Define to 1 if fpregset_t defines struct _fpchip_state */ 0555 /* #undef SOLARIS_FPCHIP_STATE_TAKES_UNDERSCORE */ 0556 0557 /* Define to 1 if you have the new `frealpathat' syscall. */ 0558 /* #undef SOLARIS_FREALPATHAT_SYSCALL */ 0559 0560 /* Define to 1 if you have the new `gethrt' fasttrap. */ 0561 /* #undef SOLARIS_GETHRT_FASTTRAP */ 0562 0563 /* Define to 1 if you have the new `getrandom' syscall. */ 0564 /* #undef SOLARIS_GETRANDOM_SYSCALL */ 0565 0566 /* Define to 1 if you have the new `get_zone_offset' fasttrap. */ 0567 /* #undef SOLARIS_GETZONEOFFSET_FASTTRAP */ 0568 0569 /* Default platform for Valgrind launcher. */ 0570 /* #undef SOLARIS_LAUNCHER_DEFAULT_PLATFORM */ 0571 0572 /* Define to 1 if you have the new `lwp_name' syscall. */ 0573 /* #undef SOLARIS_LWP_NAME_SYSCALL */ 0574 0575 /* Define to 1 if you have the new `lwp_sigqueue' syscall. */ 0576 /* #undef SOLARIS_LWP_SIGQUEUE_SYSCALL */ 0577 0578 /* Define to 1 if you have the new `lwp_sigqueue' syscall which accepts pid. 0579 */ 0580 /* #undef SOLARIS_LWP_SIGQUEUE_SYSCALL_TAKES_PID */ 0581 0582 /* Define to 1 if you have the `MODNVL_CTRLMAP' through `MODDEVINFO_CACHE_TS' 0583 constants. */ 0584 /* #undef SOLARIS_MODCTL_MODNVL */ 0585 0586 /* Define to 1 if you have the new `accept' syscall. */ 0587 /* #undef SOLARIS_NEW_ACCEPT_SYSCALL */ 0588 0589 /* Define to 1 if you have the new `pipe' syscall. */ 0590 /* #undef SOLARIS_NEW_PIPE_SYSCALL */ 0591 0592 /* Define to 1 if nscd attaches to /system/volatile/name_service_door. */ 0593 /* #undef SOLARIS_NSCD_DOOR_SYSTEM_VOLATILE */ 0594 0595 /* Define to 1 if you have the old Solaris syscalls. */ 0596 /* #undef SOLARIS_OLD_SYSCALLS */ 0597 0598 /* Define to 1 if you have /proc/self/cmdline. */ 0599 /* #undef SOLARIS_PROC_CMDLINE */ 0600 0601 /* Define to 1 if you have the `prxregset_t' type. */ 0602 /* #undef SOLARIS_PRXREGSET_T */ 0603 0604 /* Define to 1 if you have the `PSET_GET_NAME' constants. */ 0605 /* #undef SOLARIS_PSET_GET_NAME */ 0606 0607 /* Define to 1 if PT_SUNWDTRACE program header provides just an initial thread 0608 pointer for libc. */ 0609 /* #undef SOLARIS_PT_SUNDWTRACE_THRP */ 0610 0611 /* Version number of the repository door cache protocol. */ 0612 /* #undef SOLARIS_REPCACHE_PROTOCOL_VERSION */ 0613 0614 /* Define to 1 if you have the new `sysstat' segment reservation. */ 0615 /* #undef SOLARIS_RESERVE_SYSSTAT_ADDR */ 0616 0617 /* Define to 1 if you have the new `sysstat_zone' segment reservation. */ 0618 /* #undef SOLARIS_RESERVE_SYSSTAT_ZONE_ADDR */ 0619 0620 /* Define to 1 if you have the schedctl page executable. */ 0621 /* #undef SOLARIS_SCHEDCTL_PAGE_EXEC */ 0622 0623 /* Define to 1 if you have the `IPC_XSTAT64', `SHMADV', `SHM_ADV_GET', 0624 `SHM_ADV_SET' and `SHMGET_OSM' constants. */ 0625 /* #undef SOLARIS_SHM_NEW */ 0626 0627 /* Define to 1 if you have the `spawn' syscall. */ 0628 /* #undef SOLARIS_SPAWN_SYSCALL */ 0629 0630 /* Define to 1 if you have the `system_stats' syscall. */ 0631 /* #undef SOLARIS_SYSTEM_STATS_SYSCALL */ 0632 0633 /* Define to 1 if you have the `TNDB_GET_TNIP' constant. */ 0634 /* #undef SOLARIS_TNDB_GET_TNIP */ 0635 0636 /* Define to 1 if you have the `TSOL_GETCLEARANCE' and `TSOL_SETCLEARANCE' 0637 constants. */ 0638 /* #undef SOLARIS_TSOL_CLEARANCE */ 0639 0640 /* Define to 1 if you have the `utimensat' syscall. */ 0641 /* #undef SOLARIS_UTIMENSAT_SYSCALL */ 0642 0643 /* Define to 1 if you have the `utimesys' syscall. */ 0644 /* #undef SOLARIS_UTIMESYS_SYSCALL */ 0645 0646 /* Define to 1 if you have the new `uuidsys' syscall. */ 0647 /* #undef SOLARIS_UUIDSYS_SYSCALL */ 0648 0649 /* Define to 1 if you have the `ZONE_LIST_DEFUNCT' and `ZONE_GETATTR_DEFUNC' 0650 constants. */ 0651 /* #undef SOLARIS_ZONE_DEFUNCT */ 0652 0653 /* Define to 1 if all of the C89 standard headers exist (not just the ones 0654 required in a freestanding environment). This macro is provided for 0655 backward compatibility; new code need not use it. */ 0656 #define STDC_HEADERS 1 0657 0658 /* Version number of package */ 0659 #define VERSION "3.27.1" 0660 0661 /* Temporary files directory */ 0662 #define VG_TMPDIR "/tmp" 0663 0664 /* Define as 'int' if <sys/types.h> doesn't define. */ 0665 /* #undef gid_t */ 0666 0667 /* Define to 'long int' if <sys/types.h> does not define. */ 0668 /* #undef off_t */ 0669 0670 /* Define as 'unsigned int' if <stddef.h> doesn't define. */ 0671 /* #undef size_t */ 0672 0673 /* Define as 'int' if <sys/types.h> doesn't define. */ 0674 /* #undef uid_t */
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|