Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:13:28

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 Mac OS X 10.10 */
0008 /* #undef DARWIN_10_10 */
0009 
0010 /* DARWIN_VERS value for Mac OS X 10.11 */
0011 /* #undef DARWIN_10_11 */
0012 
0013 /* DARWIN_VERS value for macOS 10.12 */
0014 /* #undef DARWIN_10_12 */
0015 
0016 /* DARWIN_VERS value for macOS 10.13 */
0017 /* #undef DARWIN_10_13 */
0018 
0019 /* DARWIN_VERS value for Mac OS X 10.5 */
0020 /* #undef DARWIN_10_5 */
0021 
0022 /* DARWIN_VERS value for Mac OS X 10.6 */
0023 /* #undef DARWIN_10_6 */
0024 
0025 /* DARWIN_VERS value for Mac OS X 10.7 */
0026 /* #undef DARWIN_10_7 */
0027 
0028 /* DARWIN_VERS value for Mac OS X 10.8 */
0029 /* #undef DARWIN_10_8 */
0030 
0031 /* DARWIN_VERS value for Mac OS X 10.9 */
0032 /* #undef DARWIN_10_9 */
0033 
0034 /* Define to 1 if you're using Darwin */
0035 /* #undef DARWIN_LIBC */
0036 
0037 /* Darwin / Mac OS X version */
0038 /* #undef DARWIN_VERS */
0039 
0040 /* Disable intercept pthread_spin_lock() on MIPS32, MIPS64 and nanoMIPS. */
0041 /* #undef DISABLE_PTHREAD_SPINLOCK_INTERCEPT */
0042 
0043 /* configured to run as an inner Valgrind */
0044 /* #undef ENABLE_INNER */
0045 
0046 /* configured to build with lto link time optimisation */
0047 /* #undef ENABLE_LTO */
0048 
0049 /* FREEBSD_VERS value for FreeBSD 10.x */
0050 /* #undef FREEBSD_10 */
0051 
0052 /* FREEBSD_VERS value for FreeBSD 11.x */
0053 /* #undef FREEBSD_11 */
0054 
0055 /* FREEBSD_VERS value for FreeBSD 12.0 to 12.1 */
0056 /* #undef FREEBSD_12 */
0057 
0058 /* FREEBSD_VERS value for FreeBSD 12.2 */
0059 /* #undef FREEBSD_12_2 */
0060 
0061 /* FREEBSD_VERS value for FreeBSD 13.0 */
0062 /* #undef FREEBSD_13_0 */
0063 
0064 /* FREEBSD_VERS value for FreeBSD 13.1+ */
0065 /* #undef FREEBSD_13_1 */
0066 
0067 /* FREEBSD_VERS value for FreeBSD 14.x */
0068 /* #undef FREEBSD_14 */
0069 
0070 /* Define to 1 if you're using FreeBSD */
0071 /* #undef FREEBSD_LIBC */
0072 
0073 /* FreeBSD version */
0074 /* #undef FREEBSD_VERS */
0075 
0076 /* path to GDB */
0077 #define GDB_PATH "/usr/bin/gdb"
0078 
0079 /* Define to 1 if index() and strlen() have been optimized heavily (x86 glibc
0080    >= 2.12) */
0081 #define GLIBC_MANDATORY_INDEX_AND_STRLEN_REDIRECT 1
0082 
0083 /* Define to 1 if strlen() has been optimized heavily (amd64 glibc >= 2.10) */
0084 #define GLIBC_MANDATORY_STRLEN_REDIRECT 1
0085 
0086 /* Define to 1 if you have the <asm/unistd.h> header file. */
0087 #define HAVE_ASM_UNISTD_H 1
0088 
0089 /* Define to 1 if as supports fxsave64/fxrstor64. */
0090 #define HAVE_AS_AMD64_FXSAVE64 1
0091 
0092 /* Define to 1 if as supports floating point phased out category. */
0093 /* #undef HAVE_AS_PPC_FPPO */
0094 
0095 /* Define to 1 if as supports mtocrf/mfocrf. */
0096 /* #undef HAVE_AS_PPC_MFTOCRF */
0097 
0098 /* Define to 1 if gcc supports __sync_bool_compare_and_swap() and
0099    __sync_add_and_fetch() for the primary target */
0100 #define HAVE_BUILTIN_ATOMIC 1
0101 
0102 /* Define to 1 if g++ supports __sync_bool_compare_and_swap() and
0103    __sync_add_and_fetch() */
0104 #define HAVE_BUILTIN_ATOMIC_CXX 1
0105 
0106 /* Define to 1 if compiler provides __builtin_clz(). */
0107 #define HAVE_BUILTIN_CLZ 1
0108 
0109 /* Define to 1 if compiler provides __builtin_ctz(). */
0110 #define HAVE_BUILTIN_CTZ 1
0111 
0112 /* Define to 1 if compiler provides __builtin_popcount(). */
0113 #define HAVE_BUILTIN_POPCOUT 1
0114 
0115 /* Define to 1 if you have the `clockid_t' type. */
0116 #define HAVE_CLOCKID_T 1
0117 
0118 /* Define to 1 if you have the `clock_gettime' function. */
0119 #define HAVE_CLOCK_GETTIME 1
0120 
0121 /* Define to 1 if you have the `CLOCK_MONOTONIC' constant. */
0122 #define HAVE_CLOCK_MONOTONIC 1
0123 
0124 /* Define to 1 if you have the `copy_file_range' function. */
0125 #define HAVE_COPY_FILE_RANGE 1
0126 
0127 /* Define to 1 if you have a dlinfo that can do RTLD_DI_TLS_MODID. */
0128 #define HAVE_DLINFO_RTLD_DI_TLS_MODID 1
0129 
0130 /* Define to 1 if the system has the type `Elf32_Chdr'. */
0131 #define HAVE_ELF32_CHDR 1
0132 
0133 /* Define to 1 if the system has the type `Elf64_Chdr'. */
0134 #define HAVE_ELF64_CHDR 1
0135 
0136 /* Define to 1 if you have the <endian.h> header file. */
0137 #define HAVE_ENDIAN_H 1
0138 
0139 /* Define to 1 if you have the `epoll_create' function. */
0140 #define HAVE_EPOLL_CREATE 1
0141 
0142 /* Define to 1 if you have the `epoll_pwait' function. */
0143 #define HAVE_EPOLL_PWAIT 1
0144 
0145 /* Define to 1 if you have the `eventfd' function. */
0146 #define HAVE_EVENTFD 1
0147 
0148 /* Define to 1 if you have the `eventfd_read' function. */
0149 #define HAVE_EVENTFD_READ 1
0150 
0151 /* Define to 1 if you have the `getpagesize' function. */
0152 #define HAVE_GETPAGESIZE 1
0153 
0154 /* Define to 1 if you have the `features.h' header. */
0155 #define HAVE_HEADER_FEATURES_H 1
0156 
0157 /* Define to 1 if you have the <inttypes.h> header file. */
0158 #define HAVE_INTTYPES_H 1
0159 
0160 /* Define to 1 if you have the `klogctl' function. */
0161 #define HAVE_KLOGCTL 1
0162 
0163 /* Define to 1 if you have the `pthread' library (-lpthread). */
0164 #define HAVE_LIBPTHREAD 1
0165 
0166 /* Define to 1 if you have the `rt' library (-lrt). */
0167 #define HAVE_LIBRT 1
0168 
0169 /* Define to 1 if you have the `scf' library (-lscf). */
0170 /* #undef HAVE_LIBSCF */
0171 
0172 /* Define to 1 if you have the `mallinfo' function. */
0173 #define HAVE_MALLINFO 1
0174 
0175 /* Define to 1 if you have the `memchr' function. */
0176 #define HAVE_MEMCHR 1
0177 
0178 /* Define to 1 if you have the `memfd_create' function. */
0179 #define HAVE_MEMFD_CREATE 1
0180 
0181 /* Define to 1 if you have the `mempcpy' function. */
0182 #define HAVE_MEMPCPY 1
0183 
0184 /* Define to 1 if you have the `memrchr' function. */
0185 #define HAVE_MEMRCHR 1
0186 
0187 /* Define to 1 if you have the `memset' function. */
0188 #define HAVE_MEMSET 1
0189 
0190 /* Define to 1 if you have the `mkdir' function. */
0191 #define HAVE_MKDIR 1
0192 
0193 /* Define to 1 if you have a working `mmap' system call. */
0194 #define HAVE_MMAP 1
0195 
0196 /* Define to 1 if you have the <mqueue.h> header file. */
0197 #define HAVE_MQUEUE_H 1
0198 
0199 /* Define to 1 if you have the `mremap' function. */
0200 #define HAVE_MREMAP 1
0201 
0202 /* Define to 1 if you have the `ppoll' function. */
0203 #define HAVE_PPOLL 1
0204 
0205 /* Define to 1 if you have the `preadv' function. */
0206 #define HAVE_PREADV 1
0207 
0208 /* Define to 1 if you have the `preadv2' function. */
0209 #define HAVE_PREADV2 1
0210 
0211 /* Define to 1 if you have the `process_vm_readv' function. */
0212 #define HAVE_PROCESS_VM_READV 1
0213 
0214 /* Define to 1 if you have the `process_vm_writev' function. */
0215 #define HAVE_PROCESS_VM_WRITEV 1
0216 
0217 /* Define to 1 if you have the `pthread_barrier_init' function. */
0218 #define HAVE_PTHREAD_BARRIER_INIT 1
0219 
0220 /* Define to 1 if you have the `pthread_condattr_setclock' function. */
0221 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
0222 
0223 /* Define to 1 if you have the `pthread_create@glibc2.0' function. */
0224 /* #undef HAVE_PTHREAD_CREATE_GLIBC_2_0 */
0225 
0226 /* Define to 1 if you have the `PTHREAD_MUTEX_ADAPTIVE_NP' constant. */
0227 #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1
0228 
0229 /* Define to 1 if you have the `PTHREAD_MUTEX_ERRORCHECK_NP' constant. */
0230 #define HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
0231 
0232 /* Define to 1 if you have the `PTHREAD_MUTEX_RECURSIVE_NP' constant. */
0233 #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
0234 
0235 /* Define to 1 if you have the `pthread_mutex_timedlock' function. */
0236 #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
0237 
0238 /* Define to 1 if pthread_mutex_t has a member __data.__kind. */
0239 #define HAVE_PTHREAD_MUTEX_T__DATA__KIND 1
0240 
0241 /* Define to 1 if pthread_mutex_t has a member called __m_kind. */
0242 /* #undef HAVE_PTHREAD_MUTEX_T__M_KIND */
0243 
0244 /* Define to 1 if you have the `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP'
0245    constant. */
0246 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
0247 
0248 /* Define to 1 if you have the `pthread_rwlock_t' type. */
0249 #define HAVE_PTHREAD_RWLOCK_T 1
0250 
0251 /* Define to 1 if you have the `pthread_rwlock_timedrdlock' function. */
0252 #define HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK 1
0253 
0254 /* Define to 1 if you have the `pthread_rwlock_timedwrlock' function. */
0255 #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
0256 
0257 /* Define to 1 if you have the `pthread_setname_np' function. */
0258 #define HAVE_PTHREAD_SETNAME_NP 1
0259 
0260 /* Define to 1 if you have the `pthread_spin_lock' function. */
0261 #define HAVE_PTHREAD_SPIN_LOCK 1
0262 
0263 /* Define to 1 if you have the `pthread_yield' function. */
0264 /* #undef HAVE_PTHREAD_YIELD */
0265 
0266 /* Define to 1 if you have the `PTRACE_GETREGS' ptrace request. */
0267 #define HAVE_PTRACE_GETREGS 1
0268 
0269 /* Define to 1 if you have the `pwritev' function. */
0270 #define HAVE_PWRITEV 1
0271 
0272 /* Define to 1 if you have the `pwritev2' function. */
0273 #define HAVE_PWRITEV2 1
0274 
0275 /* Define to 1 if you have the `rawmemchr' function. */
0276 #define HAVE_RAWMEMCHR 1
0277 
0278 /* Define to 1 if you have the `readlinkat' function. */
0279 #define HAVE_READLINKAT 1
0280 
0281 /* Define to 1 if you have the `semtimedop' function. */
0282 #define HAVE_SEMTIMEDOP 1
0283 
0284 /* Define to 1 if you have the `setcontext' function. */
0285 #define HAVE_SETCONTEXT 1
0286 
0287 /* Define to 1 if libstd++ supports annotating shared pointers */
0288 #define HAVE_SHARED_POINTER_ANNOTATION 1
0289 
0290 /* Define to 1 if you have the `signalfd' function. */
0291 #define HAVE_SIGNALFD 1
0292 
0293 /* Define to 1 if you have the `sigwaitinfo' function. */
0294 #define HAVE_SIGWAITINFO 1
0295 
0296 /* Define to 1 if you have the <stdint.h> header file. */
0297 #define HAVE_STDINT_H 1
0298 
0299 /* Define to 1 if you have the <stdio.h> header file. */
0300 #define HAVE_STDIO_H 1
0301 
0302 /* Define to 1 if you have the <stdlib.h> header file. */
0303 #define HAVE_STDLIB_H 1
0304 
0305 /* Define to 1 if you have the `stpncpy' function. */
0306 #define HAVE_STPNCPY 1
0307 
0308 /* Define to 1 if you have the `strchr' function. */
0309 #define HAVE_STRCHR 1
0310 
0311 /* Define to 1 if you have the `strchrnul' function. */
0312 #define HAVE_STRCHRNUL 1
0313 
0314 /* Define to 1 if you have the `strdup' function. */
0315 #define HAVE_STRDUP 1
0316 
0317 /* Define to 1 if you have the <strings.h> header file. */
0318 #define HAVE_STRINGS_H 1
0319 
0320 /* Define to 1 if you have the <string.h> header file. */
0321 #define HAVE_STRING_H 1
0322 
0323 /* Define to 1 if you have the `strndup' function. */
0324 #define HAVE_STRNDUP 1
0325 
0326 /* Define to 1 if you have the `strpbrk' function. */
0327 #define HAVE_STRPBRK 1
0328 
0329 /* Define to 1 if you have the `strrchr' function. */
0330 #define HAVE_STRRCHR 1
0331 
0332 /* Define to 1 if you have the `strstr' function. */
0333 #define HAVE_STRSTR 1
0334 
0335 /* Define to 1 if <sys/stat.h> declares struct statx. */
0336 #define HAVE_STRUCT_STATX_IN_SYS_STAT_H 1
0337 
0338 /* Define to 1 if you have the `swapcontext' function. */
0339 #define HAVE_SWAPCONTEXT 1
0340 
0341 /* Define to 1 if you have the `syscall' function. */
0342 #define HAVE_SYSCALL 1
0343 
0344 /* Define to 1 if you have the <sys/endian.h> header file. */
0345 /* #undef HAVE_SYS_ENDIAN_H */
0346 
0347 /* Define to 1 if you have the <sys/epoll.h> header file. */
0348 #define HAVE_SYS_EPOLL_H 1
0349 
0350 /* Define to 1 if you have the <sys/eventfd.h> header file. */
0351 #define HAVE_SYS_EVENTFD_H 1
0352 
0353 /* Define to 1 if you have the <sys/klog.h> header file. */
0354 #define HAVE_SYS_KLOG_H 1
0355 
0356 /* Define to 1 if you have the <sys/lgrp_user_impl.h> header file. */
0357 /* #undef HAVE_SYS_LGRP_USER_IMPL_H */
0358 
0359 /* Define to 1 if you have the <sys/param.h> header file. */
0360 #define HAVE_SYS_PARAM_H 1
0361 
0362 /* Define to 1 if you have the <sys/poll.h> header file. */
0363 #define HAVE_SYS_POLL_H 1
0364 
0365 /* Define to 1 if you have the <sys/prctl.h> header file. */
0366 #define HAVE_SYS_PRCTL_H 1
0367 
0368 /* Define to 1 if you have the <sys/signalfd.h> header file. */
0369 #define HAVE_SYS_SIGNALFD_H 1
0370 
0371 /* Define to 1 if you have the <sys/signal.h> header file. */
0372 #define HAVE_SYS_SIGNAL_H 1
0373 
0374 /* Define to 1 if you have the <sys/stat.h> header file. */
0375 #define HAVE_SYS_STAT_H 1
0376 
0377 /* Define to 1 if you have the <sys/syscall.h> header file. */
0378 #define HAVE_SYS_SYSCALL_H 1
0379 
0380 /* Define to 1 if you have the <sys/sysnvl.h> header file. */
0381 /* #undef HAVE_SYS_SYSNVL_H */
0382 
0383 /* Define to 1 if you have the <sys/time.h> header file. */
0384 #define HAVE_SYS_TIME_H 1
0385 
0386 /* Define to 1 if you have the <sys/types.h> header file. */
0387 #define HAVE_SYS_TYPES_H 1
0388 
0389 /* Define to 1 if <sys/user.h> defines struct user_regs_struct */
0390 #define HAVE_SYS_USER_REGS 1
0391 
0392 /* can use __thread to define thread-local variables */
0393 #define HAVE_TLS 1
0394 
0395 /* Define to 1 if you have the <unistd.h> header file. */
0396 #define HAVE_UNISTD_H 1
0397 
0398 /* Define to 1 if you have a usable <linux/futex.h> header file. */
0399 #define HAVE_USABLE_LINUX_FUTEX_H 1
0400 
0401 /* Define to 1 if you have the `utimensat' function. */
0402 #define HAVE_UTIMENSAT 1
0403 
0404 /* Define to 1 if you're using Musl libc */
0405 /* #undef MUSL_LIBC */
0406 
0407 /* Name of package */
0408 #define PACKAGE "valgrind"
0409 
0410 /* Define to the address where bug reports for this package should be sent. */
0411 #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
0412 
0413 /* Define to the full name of this package. */
0414 #define PACKAGE_NAME "Valgrind"
0415 
0416 /* Define to the full name and version of this package. */
0417 #define PACKAGE_STRING "Valgrind 3.20.0"
0418 
0419 /* Define to the one symbol short name of this package. */
0420 #define PACKAGE_TARNAME "valgrind"
0421 
0422 /* Define to the home page for this package. */
0423 #define PACKAGE_URL ""
0424 
0425 /* Define to the version of this package. */
0426 #define PACKAGE_VERSION "3.20.0"
0427 
0428 /* Define to 1 if you have the `A_GETSTAT' and `A_SETSTAT' constants. */
0429 /* #undef SOLARIS_AUDITON_STAT */
0430 
0431 /* Define to 1 if you have the new `execve' syscall which accepts flags. */
0432 /* #undef SOLARIS_EXECVE_SYSCALL_TAKES_FLAGS */
0433 
0434 /* Define to 1 if fpregset_t defines struct _fpchip_state */
0435 /* #undef SOLARIS_FPCHIP_STATE_TAKES_UNDERSCORE */
0436 
0437 /* Define to 1 if you have the new `frealpathat' syscall. */
0438 /* #undef SOLARIS_FREALPATHAT_SYSCALL */
0439 
0440 /* Define to 1 if you have the new `gethrt' fasttrap. */
0441 /* #undef SOLARIS_GETHRT_FASTTRAP */
0442 
0443 /* Define to 1 if you have the new `getrandom' syscall. */
0444 /* #undef SOLARIS_GETRANDOM_SYSCALL */
0445 
0446 /* Define to 1 if you have the new `get_zone_offset' fasttrap. */
0447 /* #undef SOLARIS_GETZONEOFFSET_FASTTRAP */
0448 
0449 /* Default platform for Valgrind launcher. */
0450 /* #undef SOLARIS_LAUNCHER_DEFAULT_PLATFORM */
0451 
0452 /* Define to 1 if you have the new `lwp_name' syscall. */
0453 /* #undef SOLARIS_LWP_NAME_SYSCALL */
0454 
0455 /* Define to 1 if you have the new `lwp_sigqueue' syscall. */
0456 /* #undef SOLARIS_LWP_SIGQUEUE_SYSCALL */
0457 
0458 /* Define to 1 if you have the new `lwp_sigqueue' syscall which accepts pid.
0459    */
0460 /* #undef SOLARIS_LWP_SIGQUEUE_SYSCALL_TAKES_PID */
0461 
0462 /* Define to 1 if you have the `MODNVL_CTRLMAP' through `MODDEVINFO_CACHE_TS'
0463    constants. */
0464 /* #undef SOLARIS_MODCTL_MODNVL */
0465 
0466 /* Define to 1 if you have the new `accept' syscall. */
0467 /* #undef SOLARIS_NEW_ACCEPT_SYSCALL */
0468 
0469 /* Define to 1 if you have the new `pipe' syscall. */
0470 /* #undef SOLARIS_NEW_PIPE_SYSCALL */
0471 
0472 /* Define to 1 if nscd attaches to /system/volatile/name_service_door. */
0473 /* #undef SOLARIS_NSCD_DOOR_SYSTEM_VOLATILE */
0474 
0475 /* Define to 1 if you have the old Solaris syscalls. */
0476 /* #undef SOLARIS_OLD_SYSCALLS */
0477 
0478 /* Define to 1 if you have /proc/self/cmdline. */
0479 /* #undef SOLARIS_PROC_CMDLINE */
0480 
0481 /* Define to 1 if you have the `prxregset_t' type. */
0482 /* #undef SOLARIS_PRXREGSET_T */
0483 
0484 /* Define to 1 if you have the `PSET_GET_NAME' constants. */
0485 /* #undef SOLARIS_PSET_GET_NAME */
0486 
0487 /* Define to 1 if PT_SUNWDTRACE program header provides just an initial thread
0488    pointer for libc. */
0489 /* #undef SOLARIS_PT_SUNDWTRACE_THRP */
0490 
0491 /* Version number of the repository door cache protocol. */
0492 /* #undef SOLARIS_REPCACHE_PROTOCOL_VERSION */
0493 
0494 /* Define to 1 if you have the new `sysstat' segment reservation. */
0495 /* #undef SOLARIS_RESERVE_SYSSTAT_ADDR */
0496 
0497 /* Define to 1 if you have the new `sysstat_zone' segment reservation. */
0498 /* #undef SOLARIS_RESERVE_SYSSTAT_ZONE_ADDR */
0499 
0500 /* Define to 1 if you have the schedctl page executable. */
0501 /* #undef SOLARIS_SCHEDCTL_PAGE_EXEC */
0502 
0503 /* Define to 1 if you have the `IPC_XSTAT64', `SHMADV', `SHM_ADV_GET',
0504    `SHM_ADV_SET' and `SHMGET_OSM' constants. */
0505 /* #undef SOLARIS_SHM_NEW */
0506 
0507 /* Define to 1 if you have the `spawn' syscall. */
0508 /* #undef SOLARIS_SPAWN_SYSCALL */
0509 
0510 /* Define to 1 if you have the `system_stats' syscall. */
0511 /* #undef SOLARIS_SYSTEM_STATS_SYSCALL */
0512 
0513 /* Define to 1 if you have the `TNDB_GET_TNIP' constant. */
0514 /* #undef SOLARIS_TNDB_GET_TNIP */
0515 
0516 /* Define to 1 if you have the `TSOL_GETCLEARANCE' and `TSOL_SETCLEARANCE'
0517    constants. */
0518 /* #undef SOLARIS_TSOL_CLEARANCE */
0519 
0520 /* Define to 1 if you have the `utimensat' syscall. */
0521 /* #undef SOLARIS_UTIMENSAT_SYSCALL */
0522 
0523 /* Define to 1 if you have the `utimesys' syscall. */
0524 /* #undef SOLARIS_UTIMESYS_SYSCALL */
0525 
0526 /* Define to 1 if you have the new `uuidsys' syscall. */
0527 /* #undef SOLARIS_UUIDSYS_SYSCALL */
0528 
0529 /* Define to 1 if you have the `ZONE_LIST_DEFUNCT' and `ZONE_GETATTR_DEFUNC'
0530    constants. */
0531 /* #undef SOLARIS_ZONE_DEFUNCT */
0532 
0533 /* Define to 1 if all of the C90 standard headers exist (not just the ones
0534    required in a freestanding environment). This macro is provided for
0535    backward compatibility; new code need not use it. */
0536 #define STDC_HEADERS 1
0537 
0538 /* Version number of package */
0539 #define VERSION "3.20.0"
0540 
0541 /* Temporary files directory */
0542 #define VG_TMPDIR "/tmp"
0543 
0544 /* xcode sdk include directory */
0545 /* #undef XCODE_DIR */
0546 
0547 /* Define to `int' if <sys/types.h> doesn't define. */
0548 /* #undef gid_t */
0549 
0550 /* Define to `long int' if <sys/types.h> does not define. */
0551 /* #undef off_t */
0552 
0553 /* Define to `unsigned int' if <sys/types.h> does not define. */
0554 /* #undef size_t */
0555 
0556 /* Define to `int' if <sys/types.h> doesn't define. */
0557 /* #undef uid_t */