annotate libsanitizer/config.h.in @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 1830386684a0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /* config.h.in. Generated from configure.ac by autoheader. */
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 /* ELF size: 32 or 64 */
kono
parents:
diff changeset
4 #undef BACKTRACE_ELF_SIZE
kono
parents:
diff changeset
5
kono
parents:
diff changeset
6 /* Define to 1 if you have the <alloca.h> header file. */
kono
parents:
diff changeset
7 #undef HAVE_ALLOCA_H
kono
parents:
diff changeset
8
kono
parents:
diff changeset
9 /* Define to 1 if you have the __atomic functions */
kono
parents:
diff changeset
10 #undef HAVE_ATOMIC_FUNCTIONS
kono
parents:
diff changeset
11
kono
parents:
diff changeset
12 /* Define to 1 if you have the `clock_getres' function. */
kono
parents:
diff changeset
13 #undef HAVE_CLOCK_GETRES
kono
parents:
diff changeset
14
kono
parents:
diff changeset
15 /* Define to 1 if you have the `clock_gettime' function. */
kono
parents:
diff changeset
16 #undef HAVE_CLOCK_GETTIME
kono
parents:
diff changeset
17
kono
parents:
diff changeset
18 /* Define to 1 if you have the `clock_settime' function. */
kono
parents:
diff changeset
19 #undef HAVE_CLOCK_SETTIME
kono
parents:
diff changeset
20
kono
parents:
diff changeset
21 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
kono
parents:
diff changeset
22 don't. */
kono
parents:
diff changeset
23 #undef HAVE_DECL_STRNLEN
kono
parents:
diff changeset
24
kono
parents:
diff changeset
25 /* Define to 1 if you have the <dlfcn.h> header file. */
kono
parents:
diff changeset
26 #undef HAVE_DLFCN_H
kono
parents:
diff changeset
27
kono
parents:
diff changeset
28 /* Define if dl_iterate_phdr is available. */
kono
parents:
diff changeset
29 #undef HAVE_DL_ITERATE_PHDR
kono
parents:
diff changeset
30
kono
parents:
diff changeset
31 /* Define to 1 if you have the fcntl function */
kono
parents:
diff changeset
32 #undef HAVE_FCNTL
kono
parents:
diff changeset
33
kono
parents:
diff changeset
34 /* Define if getexecname is available. */
kono
parents:
diff changeset
35 #undef HAVE_GETEXECNAME
kono
parents:
diff changeset
36
kono
parents:
diff changeset
37 /* Define to 1 if you have the <inttypes.h> header file. */
kono
parents:
diff changeset
38 #undef HAVE_INTTYPES_H
kono
parents:
diff changeset
39
kono
parents:
diff changeset
40 /* Define to 1 if you have the <link.h> header file. */
kono
parents:
diff changeset
41 #undef HAVE_LINK_H
kono
parents:
diff changeset
42
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
43 /* Define to 1 if you have the `lstat' function. */
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
44 #undef HAVE_LSTAT
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
45
111
kono
parents:
diff changeset
46 /* Define to 1 if you have the <memory.h> header file. */
kono
parents:
diff changeset
47 #undef HAVE_MEMORY_H
kono
parents:
diff changeset
48
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
49 /* Define to 1 if you have the `readlink' function. */
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
50 #undef HAVE_READLINK
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
51
111
kono
parents:
diff changeset
52 /* Define to 1 if you have the <rpc/xdr.h> header file. */
kono
parents:
diff changeset
53 #undef HAVE_RPC_XDR_H
kono
parents:
diff changeset
54
kono
parents:
diff changeset
55 /* Define to 1 if you have the <stdint.h> header file. */
kono
parents:
diff changeset
56 #undef HAVE_STDINT_H
kono
parents:
diff changeset
57
kono
parents:
diff changeset
58 /* Define to 1 if you have the <stdlib.h> header file. */
kono
parents:
diff changeset
59 #undef HAVE_STDLIB_H
kono
parents:
diff changeset
60
kono
parents:
diff changeset
61 /* Define to 1 if you have the <strings.h> header file. */
kono
parents:
diff changeset
62 #undef HAVE_STRINGS_H
kono
parents:
diff changeset
63
kono
parents:
diff changeset
64 /* Define to 1 if you have the <string.h> header file. */
kono
parents:
diff changeset
65 #undef HAVE_STRING_H
kono
parents:
diff changeset
66
kono
parents:
diff changeset
67 /* Define to 1 if you have the __sync functions */
kono
parents:
diff changeset
68 #undef HAVE_SYNC_FUNCTIONS
kono
parents:
diff changeset
69
kono
parents:
diff changeset
70 /* Define to 1 if you have the <sys/mman.h> header file. */
kono
parents:
diff changeset
71 #undef HAVE_SYS_MMAN_H
kono
parents:
diff changeset
72
kono
parents:
diff changeset
73 /* Define to 1 if you have the <sys/stat.h> header file. */
kono
parents:
diff changeset
74 #undef HAVE_SYS_STAT_H
kono
parents:
diff changeset
75
kono
parents:
diff changeset
76 /* Define to 1 if you have the <sys/types.h> header file. */
kono
parents:
diff changeset
77 #undef HAVE_SYS_TYPES_H
kono
parents:
diff changeset
78
kono
parents:
diff changeset
79 /* Define to 1 if you have the <tirpc/rpc/xdr.h> header file. */
kono
parents:
diff changeset
80 #undef HAVE_TIRPC_RPC_XDR_H
kono
parents:
diff changeset
81
kono
parents:
diff changeset
82 /* Define to 1 if you have the <unistd.h> header file. */
kono
parents:
diff changeset
83 #undef HAVE_UNISTD_H
kono
parents:
diff changeset
84
kono
parents:
diff changeset
85 /* Define to the sub-directory in which libtool stores uninstalled libraries.
kono
parents:
diff changeset
86 */
kono
parents:
diff changeset
87 #undef LT_OBJDIR
kono
parents:
diff changeset
88
kono
parents:
diff changeset
89 /* Name of package */
kono
parents:
diff changeset
90 #undef PACKAGE
kono
parents:
diff changeset
91
kono
parents:
diff changeset
92 /* Define to the address where bug reports for this package should be sent. */
kono
parents:
diff changeset
93 #undef PACKAGE_BUGREPORT
kono
parents:
diff changeset
94
kono
parents:
diff changeset
95 /* Define to the full name of this package. */
kono
parents:
diff changeset
96 #undef PACKAGE_NAME
kono
parents:
diff changeset
97
kono
parents:
diff changeset
98 /* Define to the full name and version of this package. */
kono
parents:
diff changeset
99 #undef PACKAGE_STRING
kono
parents:
diff changeset
100
kono
parents:
diff changeset
101 /* Define to the one symbol short name of this package. */
kono
parents:
diff changeset
102 #undef PACKAGE_TARNAME
kono
parents:
diff changeset
103
kono
parents:
diff changeset
104 /* Define to the home page for this package. */
kono
parents:
diff changeset
105 #undef PACKAGE_URL
kono
parents:
diff changeset
106
kono
parents:
diff changeset
107 /* Define to the version of this package. */
kono
parents:
diff changeset
108 #undef PACKAGE_VERSION
kono
parents:
diff changeset
109
kono
parents:
diff changeset
110 /* The size of `char', as computed by sizeof. */
kono
parents:
diff changeset
111 #undef SIZEOF_CHAR
kono
parents:
diff changeset
112
kono
parents:
diff changeset
113 /* The size of `int', as computed by sizeof. */
kono
parents:
diff changeset
114 #undef SIZEOF_INT
kono
parents:
diff changeset
115
kono
parents:
diff changeset
116 /* The size of `long', as computed by sizeof. */
kono
parents:
diff changeset
117 #undef SIZEOF_LONG
kono
parents:
diff changeset
118
kono
parents:
diff changeset
119 /* The size of `short', as computed by sizeof. */
kono
parents:
diff changeset
120 #undef SIZEOF_SHORT
kono
parents:
diff changeset
121
kono
parents:
diff changeset
122 /* The size of `void *', as computed by sizeof. */
kono
parents:
diff changeset
123 #undef SIZEOF_VOID_P
kono
parents:
diff changeset
124
kono
parents:
diff changeset
125 /* Define to 1 if you have the ANSI C header files. */
kono
parents:
diff changeset
126 #undef STDC_HEADERS
kono
parents:
diff changeset
127
kono
parents:
diff changeset
128 /* Enable extensions on AIX 3, Interix. */
kono
parents:
diff changeset
129 #ifndef _ALL_SOURCE
kono
parents:
diff changeset
130 # undef _ALL_SOURCE
kono
parents:
diff changeset
131 #endif
kono
parents:
diff changeset
132 /* Enable GNU extensions on systems that have them. */
kono
parents:
diff changeset
133 #ifndef _GNU_SOURCE
kono
parents:
diff changeset
134 # undef _GNU_SOURCE
kono
parents:
diff changeset
135 #endif
kono
parents:
diff changeset
136 /* Enable threading extensions on Solaris. */
kono
parents:
diff changeset
137 #ifndef _POSIX_PTHREAD_SEMANTICS
kono
parents:
diff changeset
138 # undef _POSIX_PTHREAD_SEMANTICS
kono
parents:
diff changeset
139 #endif
kono
parents:
diff changeset
140 /* Enable extensions on HP NonStop. */
kono
parents:
diff changeset
141 #ifndef _TANDEM_SOURCE
kono
parents:
diff changeset
142 # undef _TANDEM_SOURCE
kono
parents:
diff changeset
143 #endif
kono
parents:
diff changeset
144 /* Enable general extensions on Solaris. */
kono
parents:
diff changeset
145 #ifndef __EXTENSIONS__
kono
parents:
diff changeset
146 # undef __EXTENSIONS__
kono
parents:
diff changeset
147 #endif
kono
parents:
diff changeset
148
kono
parents:
diff changeset
149
kono
parents:
diff changeset
150 /* Version number of package */
kono
parents:
diff changeset
151 #undef VERSION
kono
parents:
diff changeset
152
kono
parents:
diff changeset
153 /* Define to 1 if on MINIX. */
kono
parents:
diff changeset
154 #undef _MINIX
kono
parents:
diff changeset
155
kono
parents:
diff changeset
156 /* Define to 2 if the system does not provide POSIX.1 features except with
kono
parents:
diff changeset
157 this defined. */
kono
parents:
diff changeset
158 #undef _POSIX_1_SOURCE
kono
parents:
diff changeset
159
kono
parents:
diff changeset
160 /* Define to 1 if you need to in order for `stat' and other things to work. */
kono
parents:
diff changeset
161 #undef _POSIX_SOURCE
kono
parents:
diff changeset
162
kono
parents:
diff changeset
163 #include "libbacktrace/backtrace-rename.h"