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