Home | History | Annotate | Download | only in main
      1 /* config.h.  Generated from config.h.in by configure.  */
      2 /* config.h.in.  Generated from configure.in by autoheader.  */
      3 
      4 /* Define to 1 if you're using Bionic */
      5 /* #undef BIONIC_LIBC */
      6 
      7 /* DARWIN_VERS value for Mac OS X 10.5 */
      8 /* #undef DARWIN_10_5 */
      9 
     10 /* DARWIN_VERS value for Mac OS X 10.6 */
     11 /* #undef DARWIN_10_6 */
     12 
     13 /* DARWIN_VERS value for Mac OS X 10.7 */
     14 /* #undef DARWIN_10_7 */
     15 
     16 /* DARWIN_VERS value for Mac OS X 10.8 */
     17 /* #undef DARWIN_10_8 */
     18 
     19 /* Define to 1 if you're using Darwin */
     20 /* #undef DARWIN_LIBC */
     21 
     22 /* Darwin / Mac OS X version */
     23 /* #undef DARWIN_VERS */
     24 
     25 /* Disable intercept pthread_spin_lock() on MIPS32 and MIPS64. */
     26 /* #undef DISABLE_PTHREAD_SPINLOCK_INTERCEPT */
     27 
     28 /* configured to run as an inner Valgrind */
     29 /* #undef ENABLE_INNER */
     30 
     31 /* path to GDB */
     32 #define GDB_PATH "/usr/bin/gdb"
     33 
     34 /* Define to 1 if you're using glibc 2.10.x */
     35 /* #undef GLIBC_2_10 */
     36 
     37 /* Define to 1 if you're using glibc 2.11.x */
     38 /* #dundef GLIBC_2_11 1 */
     39 
     40 /* Define to 1 if you're using glibc 2.12.x */
     41 /* #undef GLIBC_2_12 */
     42 
     43 /* Define to 1 if you're using glibc 2.13.x */
     44 /* #undef GLIBC_2_13 */
     45 
     46 /* Define to 1 if you're using glibc 2.14.x */
     47 /* #undef GLIBC_2_14 */
     48 
     49 /* Define to 1 if you're using glibc 2.15.x */
     50 /* #undef GLIBC_2_15 */
     51 
     52 /* Define to 1 if you're using glibc 2.16.x */
     53 /* #undef GLIBC_2_16 */
     54 
     55 /* Define to 1 if you're using glibc 2.17.x */
     56 /* #undef GLIBC_2_17 */
     57 
     58 /* Define to 1 if you're using glibc 2.18.x */
     59 /* #undef GLIBC_2_18 */
     60 
     61 /* Define to 1 if you're using glibc 2.19.x */
     62 /* #undef GLIBC_2_19 */
     63 
     64 /* Define to 1 if you're using glibc 2.2.x */
     65 /* #undef GLIBC_2_2 */
     66 
     67 /* Define to 1 if you're using glibc 2.3.x */
     68 /* #undef GLIBC_2_3 */
     69 
     70 /* Define to 1 if you're using glibc 2.4.x */
     71 /* #undef GLIBC_2_4 */
     72 
     73 /* Define to 1 if you're using glibc 2.5.x */
     74 /* #undef GLIBC_2_5 */
     75 
     76 /* Define to 1 if you're using glibc 2.6.x */
     77 /* #undef GLIBC_2_6 */
     78 
     79 /* Define to 1 if you're using glibc 2.7.x */
     80 /* #undef GLIBC_2_7 */
     81 
     82 /* Define to 1 if you're using glibc 2.8.x */
     83 /* #undef GLIBC_2_8 */
     84 
     85 /* Define to 1 if you're using glibc 2.9.x */
     86 /* #undef GLIBC_2_9 */
     87 
     88 /* Define to 1 if gcc/as can do Altivec. */
     89 /* #undef HAS_ALTIVEC */
     90 
     91 /* Define to 1 if you have the <asm/unistd.h> header file. */
     92 #define HAVE_ASM_UNISTD_H 1
     93 
     94 /* Define to 1 if as supports floating point phased out category. */
     95 /* #undef HAVE_AS_PPC_FPPO */
     96 
     97 /* Define to 1 if as supports mtocrf/mfocrf. */
     98 /* #undef HAVE_AS_PPC_MFTOCRF */
     99 
    100 /* Define to 1 if gcc supports __sync_bool_compare_and_swap() and
    101    __sync_add_and_fetch() for the primary target */
    102 /* #undef HAVE_BUILTIN_ATOMIC */
    103 
    104 /* Define to 1 if g++ supports __sync_bool_compare_and_swap() and
    105    __sync_add_and_fetch() */
    106 /* #undef HAVE_BUILTIN_ATOMIC_CXX */
    107 
    108 /* Define to 1 if you have the `clock_gettime' function. */
    109 #define HAVE_CLOCK_GETTIME 1
    110 
    111 /* Define to 1 if you have the `CLOCK_MONOTONIC' constant. */
    112 #define HAVE_CLOCK_MONOTONIC 1
    113 
    114 /* Define to 1 if you have the <endian.h> header file. */
    115 /* #undef HAVE_ENDIAN_H */
    116 
    117 /* Define to 1 if you have the `epoll_create' function. */
    118 #define HAVE_EPOLL_CREATE 1
    119 
    120 /* Define to 1 if you have the `epoll_pwait' function. */
    121 #define HAVE_EPOLL_PWAIT 1
    122 
    123 /* Define to 1 if you have the `eventfd' function. */
    124 #define HAVE_EVENTFD 1
    125 
    126 /* Define to 1 if you have the `eventfd_read' function. */
    127 #define HAVE_EVENTFD_READ 1
    128 
    129 /* Define to 1 if you have the `getpagesize' function. */
    130 #define HAVE_GETPAGESIZE 1
    131 
    132 /* Define to 1 if you have the <inttypes.h> header file. */
    133 #define HAVE_INTTYPES_H 1
    134 
    135 /* Define to 1 if you have the `klogctl' function. */
    136 #define HAVE_KLOGCTL 1
    137 
    138 /* Define to 1 if you have the `pthread' library (-lpthread). */
    139 #define HAVE_LIBPTHREAD 1
    140 
    141 /* Define to 1 if you have the `rt' library (-lrt). */
    142 #define HAVE_LIBRT 1
    143 
    144 /* Define to 1 if you have the `mallinfo' function. */
    145 #define HAVE_MALLINFO 1
    146 
    147 /* Define to 1 if you have the `memchr' function. */
    148 #define HAVE_MEMCHR 1
    149 
    150 /* Define to 1 if you have the <memory.h> header file. */
    151 #define HAVE_MEMORY_H 1
    152 
    153 /* Define to 1 if you have the `memset' function. */
    154 #define HAVE_MEMSET 1
    155 
    156 /* Define to 1 if you have the `mkdir' function. */
    157 #define HAVE_MKDIR 1
    158 
    159 /* Define to 1 if you have a working `mmap' system call. */
    160 #define HAVE_MMAP 1
    161 
    162 /* Define to 1 if you have the <mqueue.h> header file. */
    163 #define HAVE_MQUEUE_H 1
    164 
    165 /* Define to 1 if you have the `mremap' function. */
    166 #define HAVE_MREMAP 1
    167 
    168 /* Define to 1 if you have the `ppoll' function. */
    169 #define HAVE_PPOLL 1
    170 
    171 /* Define to 1 if you have the `process_vm_readv' function. */
    172 /* #undef HAVE_PROCESS_VM_READV */
    173 
    174 /* Define to 1 if you have the `process_vm_writev' function. */
    175 /* #undef HAVE_PROCESS_VM_WRITEV */
    176 
    177 /* Define to 1 if you have the `pthread_barrier_init' function. */
    178 /* #undef HAVE_PTHREAD_BARRIER_INIT */
    179 
    180 /* Define to 1 if you have the `pthread_condattr_setclock' function. */
    181 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
    182 
    183 /* Define to 1 if you have the `pthread_create (at) glibc2.0' function. */
    184 /* #undef HAVE_PTHREAD_CREATE_GLIBC_2_0 */
    185 
    186 /* Define to 1 if you have the `PTHREAD_MUTEX_ADAPTIVE_NP' constant. */
    187 /* #undef HAVE_PTHREAD_MUTEX_ADAPTIVE_NP */
    188 
    189 /* Define to 1 if you have the `PTHREAD_MUTEX_ERRORCHECK_NP' constant. */
    190 #define HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
    191 
    192 /* Define to 1 if you have the `PTHREAD_MUTEX_RECURSIVE_NP' constant. */
    193 #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
    194 
    195 /* Define to 1 if you have the `pthread_mutex_timedlock' function. */
    196 #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
    197 
    198 /* Define to 1 if pthread_mutex_t has a member __data.__kind. */
    199 /* #undef HAVE_PTHREAD_MUTEX_T__DATA__KIND */
    200 
    201 /* Define to 1 if pthread_mutex_t has a member called __m_kind. */
    202 /* #undef HAVE_PTHREAD_MUTEX_T__M_KIND */
    203 
    204 /* Define to 1 if you have the `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP'
    205    constant. */
    206 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
    207 
    208 /* Define to 1 if you have the `pthread_rwlock_t' type. */
    209 #define HAVE_PTHREAD_RWLOCK_T 1
    210 
    211 /* Define to 1 if you have the `pthread_rwlock_timedrdlock' function. */
    212 #define HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK 1
    213 
    214 /* Define to 1 if you have the `pthread_rwlock_timedwrlock' function. */
    215 #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
    216 
    217 /* Define to 1 if you have the `pthread_setname_np' function. */
    218 #define HAVE_PTHREAD_SETNAME_NP 1
    219 
    220 /* Define to 1 if you have the `pthread_spin_lock' function. */
    221 /* #undef HAVE_PTHREAD_SPIN_LOCK */
    222 
    223 /* Define to 1 if you have the `pthread_yield' function. */
    224 #define HAVE_PTHREAD_YIELD 1
    225 
    226 /* Define to 1 if you have the `PTRACE_GETREGS' ptrace request. */
    227 #define HAVE_PTRACE_GETREGS 1
    228 
    229 /* Define to 1 if you have the `readlinkat' function. */
    230 #define HAVE_READLINKAT 1
    231 
    232 /* Define to 1 if you have the `semtimedop' function. */
    233 #define HAVE_SEMTIMEDOP 1
    234 
    235 /* Define to 1 if libstd++ supports annotating shared pointers */
    236 /* #undef HAVE_SHARED_POINTER_ANNOTATION */
    237 
    238 /* Define to 1 if you have the `signalfd' function. */
    239 #define HAVE_SIGNALFD 1
    240 
    241 /* Define to 1 if you have the `sigwaitinfo' function. */
    242 #define HAVE_SIGWAITINFO 1
    243 
    244 /* Define to 1 if you have the <stdint.h> header file. */
    245 #define HAVE_STDINT_H 1
    246 
    247 /* Define to 1 if you have the <stdlib.h> header file. */
    248 #define HAVE_STDLIB_H 1
    249 
    250 /* Define to 1 if you have the `strchr' function. */
    251 #define HAVE_STRCHR 1
    252 
    253 /* Define to 1 if you have the `strdup' function. */
    254 #define HAVE_STRDUP 1
    255 
    256 /* Define to 1 if you have the <strings.h> header file. */
    257 #define HAVE_STRINGS_H 1
    258 
    259 /* Define to 1 if you have the <string.h> header file. */
    260 #define HAVE_STRING_H 1
    261 
    262 /* Define to 1 if you have the `strpbrk' function. */
    263 #define HAVE_STRPBRK 1
    264 
    265 /* Define to 1 if you have the `strrchr' function. */
    266 #define HAVE_STRRCHR 1
    267 
    268 /* Define to 1 if you have the `strstr' function. */
    269 #define HAVE_STRSTR 1
    270 
    271 /* Define to 1 if you have the `syscall' function. */
    272 #define HAVE_SYSCALL 1
    273 
    274 /* Define to 1 if you have the <sys/endian.h> header file. */
    275 /* #undef HAVE_SYS_ENDIAN_H */
    276 
    277 /* Define to 1 if you have the <sys/epoll.h> header file. */
    278 #define HAVE_SYS_EPOLL_H 1
    279 
    280 /* Define to 1 if you have the <sys/eventfd.h> header file. */
    281 #define HAVE_SYS_EVENTFD_H 1
    282 
    283 /* Define to 1 if you have the <sys/klog.h> header file. */
    284 #define HAVE_SYS_KLOG_H 1
    285 
    286 /* Define to 1 if you have the <sys/param.h> header file. */
    287 #define HAVE_SYS_PARAM_H 1
    288 
    289 /* Define to 1 if you have the <sys/poll.h> header file. */
    290 #define HAVE_SYS_POLL_H 1
    291 
    292 /* Define to 1 if you have the <sys/signalfd.h> header file. */
    293 #define HAVE_SYS_SIGNALFD_H 1
    294 
    295 /* Define to 1 if you have the <sys/signal.h> header file. */
    296 #define HAVE_SYS_SIGNAL_H 1
    297 
    298 /* Define to 1 if you have the <sys/stat.h> header file. */
    299 #define HAVE_SYS_STAT_H 1
    300 
    301 /* Define to 1 if you have the <sys/syscall.h> header file. */
    302 #define HAVE_SYS_SYSCALL_H 1
    303 
    304 /* Define to 1 if you have the <sys/time.h> header file. */
    305 #define HAVE_SYS_TIME_H 1
    306 
    307 /* Define to 1 if you have the <sys/types.h> header file. */
    308 #define HAVE_SYS_TYPES_H 1
    309 
    310 /* can use __thread to define thread-local variables */
    311 #define HAVE_TLS 1
    312 
    313 /* Define to 1 if you have the <unistd.h> header file. */
    314 #define HAVE_UNISTD_H 1
    315 
    316 /* Define to 1 if you have a usable <linux/futex.h> header file. */
    317 #define HAVE_USABLE_LINUX_FUTEX_H 1
    318 
    319 /* Define to 1 if you have the `utimensat' function. */
    320 #define HAVE_UTIMENSAT 1
    321 
    322 /* Define to 1 if you're using Linux 2.4.x */
    323 /* #undef KERNEL_2_4 */
    324 
    325 /* Define to 1 if you're using Linux 2.6.x or Linux 3.x */
    326 #define KERNEL_2_6 1
    327 
    328 /* configured default page size 4k */
    329 #define MIPS_PAGE_SHIFT 12
    330 
    331 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
    332 /* #undef NO_MINUS_C_MINUS_O */
    333 
    334 /* Name of package */
    335 #define PACKAGE "valgrind"
    336 
    337 /* Define to the address where bug reports for this package should be sent. */
    338 #define PACKAGE_BUGREPORT "valgrind-users (at) lists.sourceforge.net"
    339 
    340 /* Define to the full name of this package. */
    341 #define PACKAGE_NAME "Valgrind"
    342 
    343 /* Define to the full name and version of this package. */
    344 #define PACKAGE_STRING "Valgrind 3.10.0.SVN"
    345 
    346 /* Define to the one symbol short name of this package. */
    347 #define PACKAGE_TARNAME "valgrind"
    348 
    349 /* Define to the home page for this package. */
    350 #define PACKAGE_URL ""
    351 
    352 /* Define to the version of this package. */
    353 #define PACKAGE_VERSION "3.10.0.SVN"
    354 
    355 /* configured memory alignment 2*PAGE_SIZE */
    356 #define SHM_ALIGNMENT 2*(1UL << MIPS_PAGE_SHIFT)
    357 
    358 /* Define to 1 if you have the ANSI C header files. */
    359 #define STDC_HEADERS 1
    360 
    361 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
    362 #define TIME_WITH_SYS_TIME 1
    363 
    364 /* Version number of package */
    365 #define VERSION "3.10.0.SVN"
    366 
    367 /* Temporary files directory */
    368 #define VG_TMPDIR "/data/local/tmp"
    369 
    370 /* Define to `int' if <sys/types.h> doesn't define. */
    371 /* #undef gid_t */
    372 
    373 /* Define to `long int' if <sys/types.h> does not define. */
    374 /* #undef off_t */
    375 
    376 /* Define to `unsigned int' if <sys/types.h> does not define. */
    377 /* #undef size_t */
    378 
    379 /* Define to `int' if <sys/types.h> doesn't define. */
    380 /* #undef uid_t */
    381