• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3
4/*
5 * The generated config.h is only included in runtest.cc, and there are
6 * no plans to use it elsewhere.  All defines apart from HAVE_PTHREAD_H
7 * are purely informational.
8 */
9
10
11/* Define if we can use x64 gcc inline assembler. */
12#undef HAVE_GCC_ASM_FOR_X64
13
14/* Define if we can use x87 gcc inline assembler. */
15#undef HAVE_GCC_ASM_FOR_X87
16
17/* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and
18   bcopy. */
19#undef HAVE_GLIBC_MEMMOVE_BUG
20
21/* Define to 1 if you have the <inttypes.h> header file. */
22#undef HAVE_INTTYPES_H
23
24/* Define if gcc has the ipa-pure-const bug. */
25#undef HAVE_IPA_PURE_CONST_BUG
26
27/* Define to 1 if you have the <memory.h> header file. */
28#undef HAVE_MEMORY_H
29
30/* Define to 1 if you have the <pthread.h> header file. */
31#undef HAVE_PTHREAD_H
32
33/* Define to 1 if you have the <stdint.h> header file. */
34#undef HAVE_STDINT_H
35
36/* Define to 1 if you have the <stdlib.h> header file. */
37#undef HAVE_STDLIB_H
38
39/* Define to 1 if you have the <strings.h> header file. */
40#undef HAVE_STRINGS_H
41
42/* Define to 1 if you have the <string.h> header file. */
43#undef HAVE_STRING_H
44
45/* Define to 1 if you have the <sys/stat.h> header file. */
46#undef HAVE_SYS_STAT_H
47
48/* Define to 1 if you have the <sys/types.h> header file. */
49#undef HAVE_SYS_TYPES_H
50
51/* Define if your compiler provides __uint128_t. */
52#undef HAVE_UINT128_T
53
54/* Define to 1 if you have the <unistd.h> header file. */
55#undef HAVE_UNISTD_H
56
57/* Define to the address where bug reports for this package should be sent. */
58#undef PACKAGE_BUGREPORT
59
60/* Define to the full name of this package. */
61#undef PACKAGE_NAME
62
63/* Define to the full name and version of this package. */
64#undef PACKAGE_STRING
65
66/* Define to the one symbol short name of this package. */
67#undef PACKAGE_TARNAME
68
69/* Define to the home page for this package. */
70#undef PACKAGE_URL
71
72/* Define to the version of this package. */
73#undef PACKAGE_VERSION
74
75/* The size of `size_t', as computed by sizeof. */
76#undef SIZEOF_SIZE_T
77
78/* The size of `__uint128_t', as computed by sizeof. */
79#undef SIZEOF___UINT128_T
80
81/* Define to 1 if you have the ANSI C header files. */
82#undef STDC_HEADERS
83
84/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
85   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
86   #define below would cause a syntax error. */
87#undef _UINT32_T
88
89/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
90   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
91   #define below would cause a syntax error. */
92#undef _UINT64_T
93
94/* Define to the type of a signed integer type of width exactly 32 bits if
95   such a type exists and the standard includes do not define it. */
96#undef int32_t
97
98/* Define to the type of a signed integer type of width exactly 64 bits if
99   such a type exists and the standard includes do not define it. */
100#undef int64_t
101
102/* Define to `unsigned int' if <sys/types.h> does not define. */
103#undef size_t
104
105/* Define to the type of an unsigned integer type of width exactly 32 bits if
106   such a type exists and the standard includes do not define it. */
107#undef uint32_t
108
109/* Define to the type of an unsigned integer type of width exactly 64 bits if
110   such a type exists and the standard includes do not define it. */
111#undef uint64_t
112