annotate libgo/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 /* Define if building universal (internal helper macro) */
kono
parents:
diff changeset
4 #undef AC_APPLE_UNIVERSAL_BUILD
kono
parents:
diff changeset
5
kono
parents:
diff changeset
6 /* Define to the flags needed for the .section .eh_frame directive. */
kono
parents:
diff changeset
7 #undef EH_FRAME_FLAGS
kono
parents:
diff changeset
8
kono
parents:
diff changeset
9 /* Define to 1 if you have the `accept4' function. */
kono
parents:
diff changeset
10 #undef HAVE_ACCEPT4
kono
parents:
diff changeset
11
kono
parents:
diff changeset
12 /* Define to 1 if you have the `acosl' function. */
kono
parents:
diff changeset
13 #undef HAVE_ACOSL
kono
parents:
diff changeset
14
kono
parents:
diff changeset
15 /* Define to 1 if you have the `asinl' function. */
kono
parents:
diff changeset
16 #undef HAVE_ASINL
kono
parents:
diff changeset
17
kono
parents:
diff changeset
18 /* Define if your assembler supports GNU comdat group syntax. */
kono
parents:
diff changeset
19 #undef HAVE_AS_COMDAT_GAS
kono
parents:
diff changeset
20
kono
parents:
diff changeset
21 /* Define if your assembler supports unwind section type. */
kono
parents:
diff changeset
22 #undef HAVE_AS_X86_64_UNWIND_SECTION_TYPE
kono
parents:
diff changeset
23
kono
parents:
diff changeset
24 /* Define if your assembler supports AES instructions. */
kono
parents:
diff changeset
25 #undef HAVE_AS_X86_AES
kono
parents:
diff changeset
26
kono
parents:
diff changeset
27 /* Define if your assembler supports PC relative relocs. */
kono
parents:
diff changeset
28 #undef HAVE_AS_X86_PCREL
kono
parents:
diff changeset
29
kono
parents:
diff changeset
30 /* Define to 1 if you have the `atan2l' function. */
kono
parents:
diff changeset
31 #undef HAVE_ATAN2L
kono
parents:
diff changeset
32
kono
parents:
diff changeset
33 /* Define to 1 if you have the `atanl' function. */
kono
parents:
diff changeset
34 #undef HAVE_ATANL
kono
parents:
diff changeset
35
kono
parents:
diff changeset
36 /* Define to 1 if you have the `cosl' function. */
kono
parents:
diff changeset
37 #undef HAVE_COSL
kono
parents:
diff changeset
38
kono
parents:
diff changeset
39 /* Define to 1 if you have the <dlfcn.h> header file. */
kono
parents:
diff changeset
40 #undef HAVE_DLFCN_H
kono
parents:
diff changeset
41
kono
parents:
diff changeset
42 /* Define to 1 if you have the `dl_iterate_phdr' function. */
kono
parents:
diff changeset
43 #undef HAVE_DL_ITERATE_PHDR
kono
parents:
diff changeset
44
kono
parents:
diff changeset
45 /* Define to 1 if you have the `dup3' function. */
kono
parents:
diff changeset
46 #undef HAVE_DUP3
kono
parents:
diff changeset
47
kono
parents:
diff changeset
48 /* Define to 1 if you have the `epoll_create1' function. */
kono
parents:
diff changeset
49 #undef HAVE_EPOLL_CREATE1
kono
parents:
diff changeset
50
kono
parents:
diff changeset
51 /* Define to 1 if you have the `expl' function. */
kono
parents:
diff changeset
52 #undef HAVE_EXPL
kono
parents:
diff changeset
53
kono
parents:
diff changeset
54 /* Define to 1 if you have the `expm1l' function. */
kono
parents:
diff changeset
55 #undef HAVE_EXPM1L
kono
parents:
diff changeset
56
kono
parents:
diff changeset
57 /* Define to 1 if you have the `faccessat' function. */
kono
parents:
diff changeset
58 #undef HAVE_FACCESSAT
kono
parents:
diff changeset
59
kono
parents:
diff changeset
60 /* Define to 1 if you have the `fallocate' function. */
kono
parents:
diff changeset
61 #undef HAVE_FALLOCATE
kono
parents:
diff changeset
62
kono
parents:
diff changeset
63 /* Define to 1 if you have the `fchmodat' function. */
kono
parents:
diff changeset
64 #undef HAVE_FCHMODAT
kono
parents:
diff changeset
65
kono
parents:
diff changeset
66 /* Define to 1 if you have the `fchownat' function. */
kono
parents:
diff changeset
67 #undef HAVE_FCHOWNAT
kono
parents:
diff changeset
68
kono
parents:
diff changeset
69 /* Define to 1 if you have the `futimesat' function. */
kono
parents:
diff changeset
70 #undef HAVE_FUTIMESAT
kono
parents:
diff changeset
71
kono
parents:
diff changeset
72 /* Define if _Unwind_GetIPInfo is available. */
kono
parents:
diff changeset
73 #undef HAVE_GETIPINFO
kono
parents:
diff changeset
74
kono
parents:
diff changeset
75 /* Define to 1 if you have the `getxattr' function. */
kono
parents:
diff changeset
76 #undef HAVE_GETXATTR
kono
parents:
diff changeset
77
kono
parents:
diff changeset
78 /* Define to 1 if you have the `inotify_add_watch' function. */
kono
parents:
diff changeset
79 #undef HAVE_INOTIFY_ADD_WATCH
kono
parents:
diff changeset
80
kono
parents:
diff changeset
81 /* Define to 1 if you have the `inotify_init' function. */
kono
parents:
diff changeset
82 #undef HAVE_INOTIFY_INIT
kono
parents:
diff changeset
83
kono
parents:
diff changeset
84 /* Define to 1 if you have the `inotify_init1' function. */
kono
parents:
diff changeset
85 #undef HAVE_INOTIFY_INIT1
kono
parents:
diff changeset
86
kono
parents:
diff changeset
87 /* Define to 1 if you have the `inotify_rm_watch' function. */
kono
parents:
diff changeset
88 #undef HAVE_INOTIFY_RM_WATCH
kono
parents:
diff changeset
89
kono
parents:
diff changeset
90 /* Define to 1 if you have the <inttypes.h> header file. */
kono
parents:
diff changeset
91 #undef HAVE_INTTYPES_H
kono
parents:
diff changeset
92
kono
parents:
diff changeset
93 /* Define to 1 if you have the `ldexpl' function. */
kono
parents:
diff changeset
94 #undef HAVE_LDEXPL
kono
parents:
diff changeset
95
kono
parents:
diff changeset
96 /* Define to 1 if you have the <linux/ether.h> header file. */
kono
parents:
diff changeset
97 #undef HAVE_LINUX_ETHER_H
kono
parents:
diff changeset
98
kono
parents:
diff changeset
99 /* Define to 1 if you have the <linux/filter.h> header file. */
kono
parents:
diff changeset
100 #undef HAVE_LINUX_FILTER_H
kono
parents:
diff changeset
101
kono
parents:
diff changeset
102 /* Define to 1 if you have the <linux/fs.h> header file. */
kono
parents:
diff changeset
103 #undef HAVE_LINUX_FS_H
kono
parents:
diff changeset
104
kono
parents:
diff changeset
105 /* Define to 1 if you have the <linux/if_addr.h> header file. */
kono
parents:
diff changeset
106 #undef HAVE_LINUX_IF_ADDR_H
kono
parents:
diff changeset
107
kono
parents:
diff changeset
108 /* Define to 1 if you have the <linux/if_ether.h> header file. */
kono
parents:
diff changeset
109 #undef HAVE_LINUX_IF_ETHER_H
kono
parents:
diff changeset
110
kono
parents:
diff changeset
111 /* Define to 1 if you have the <linux/if_tun.h> header file. */
kono
parents:
diff changeset
112 #undef HAVE_LINUX_IF_TUN_H
kono
parents:
diff changeset
113
kono
parents:
diff changeset
114 /* Define to 1 if you have the <linux/netlink.h> header file. */
kono
parents:
diff changeset
115 #undef HAVE_LINUX_NETLINK_H
kono
parents:
diff changeset
116
kono
parents:
diff changeset
117 /* Define to 1 if you have the <linux/ptrace.h> header file. */
kono
parents:
diff changeset
118 #undef HAVE_LINUX_PTRACE_H
kono
parents:
diff changeset
119
kono
parents:
diff changeset
120 /* Define to 1 if you have the <linux/reboot.h> header file. */
kono
parents:
diff changeset
121 #undef HAVE_LINUX_REBOOT_H
kono
parents:
diff changeset
122
kono
parents:
diff changeset
123 /* Define to 1 if you have the <linux/rtnetlink.h> header file. */
kono
parents:
diff changeset
124 #undef HAVE_LINUX_RTNETLINK_H
kono
parents:
diff changeset
125
kono
parents:
diff changeset
126 /* Define to 1 if you have the `listxattr' function. */
kono
parents:
diff changeset
127 #undef HAVE_LISTXATTR
kono
parents:
diff changeset
128
kono
parents:
diff changeset
129 /* Define to 1 if the system has the type `loff_t'. */
kono
parents:
diff changeset
130 #undef HAVE_LOFF_T
kono
parents:
diff changeset
131
kono
parents:
diff changeset
132 /* Define to 1 if you have the `log10l' function. */
kono
parents:
diff changeset
133 #undef HAVE_LOG10L
kono
parents:
diff changeset
134
kono
parents:
diff changeset
135 /* Define to 1 if you have the `log1pl' function. */
kono
parents:
diff changeset
136 #undef HAVE_LOG1PL
kono
parents:
diff changeset
137
kono
parents:
diff changeset
138 /* Define to 1 if you have the `logl' function. */
kono
parents:
diff changeset
139 #undef HAVE_LOGL
kono
parents:
diff changeset
140
kono
parents:
diff changeset
141 /* Define to 1 if you have the `matherr' function. */
kono
parents:
diff changeset
142 #undef HAVE_MATHERR
kono
parents:
diff changeset
143
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
144 /* Define to 1 if you have the `memmem' function. */
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
145 #undef HAVE_MEMMEM
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
146
111
kono
parents:
diff changeset
147 /* Define to 1 if you have the <memory.h> header file. */
kono
parents:
diff changeset
148 #undef HAVE_MEMORY_H
kono
parents:
diff changeset
149
kono
parents:
diff changeset
150 /* Define to 1 if you have the `mincore' function. */
kono
parents:
diff changeset
151 #undef HAVE_MINCORE
kono
parents:
diff changeset
152
kono
parents:
diff changeset
153 /* Define to 1 if you have the `mkdirat' function. */
kono
parents:
diff changeset
154 #undef HAVE_MKDIRAT
kono
parents:
diff changeset
155
kono
parents:
diff changeset
156 /* Define to 1 if you have the `mknodat' function. */
kono
parents:
diff changeset
157 #undef HAVE_MKNODAT
kono
parents:
diff changeset
158
kono
parents:
diff changeset
159 /* Define to 1 if you have the <netinet/icmp6.h> header file. */
kono
parents:
diff changeset
160 #undef HAVE_NETINET_ICMP6_H
kono
parents:
diff changeset
161
kono
parents:
diff changeset
162 /* Define to 1 if you have the <netinet/if_ether.h> header file. */
kono
parents:
diff changeset
163 #undef HAVE_NETINET_IF_ETHER_H
kono
parents:
diff changeset
164
kono
parents:
diff changeset
165 /* Define to 1 if you have the <netinet/in_syst.h> header file. */
kono
parents:
diff changeset
166 #undef HAVE_NETINET_IN_SYST_H
kono
parents:
diff changeset
167
kono
parents:
diff changeset
168 /* Define to 1 if you have the <netinet/ip.h> header file. */
kono
parents:
diff changeset
169 #undef HAVE_NETINET_IP_H
kono
parents:
diff changeset
170
kono
parents:
diff changeset
171 /* Define to 1 if you have the <netinet/ip_mroute.h> header file. */
kono
parents:
diff changeset
172 #undef HAVE_NETINET_IP_MROUTE_H
kono
parents:
diff changeset
173
kono
parents:
diff changeset
174 /* Define to 1 if you have the <netpacket/packet.h> header file. */
kono
parents:
diff changeset
175 #undef HAVE_NETPACKET_PACKET_H
kono
parents:
diff changeset
176
kono
parents:
diff changeset
177 /* Define to 1 if you have the <net/if_arp.h> header file. */
kono
parents:
diff changeset
178 #undef HAVE_NET_IF_ARP_H
kono
parents:
diff changeset
179
kono
parents:
diff changeset
180 /* Define to 1 if you have the <net/if.h> header file. */
kono
parents:
diff changeset
181 #undef HAVE_NET_IF_H
kono
parents:
diff changeset
182
kono
parents:
diff changeset
183 /* Define to 1 if you have the <net/route.h> header file. */
kono
parents:
diff changeset
184 #undef HAVE_NET_ROUTE_H
kono
parents:
diff changeset
185
kono
parents:
diff changeset
186 /* Define to 1 if the system has the type `off64_t'. */
kono
parents:
diff changeset
187 #undef HAVE_OFF64_T
kono
parents:
diff changeset
188
kono
parents:
diff changeset
189 /* Define to 1 if you have the `open64' function. */
kono
parents:
diff changeset
190 #undef HAVE_OPEN64
kono
parents:
diff changeset
191
kono
parents:
diff changeset
192 /* Define to 1 if you have the `openat' function. */
kono
parents:
diff changeset
193 #undef HAVE_OPENAT
kono
parents:
diff changeset
194
kono
parents:
diff changeset
195 /* Define to 1 if you have the `pipe2' function. */
kono
parents:
diff changeset
196 #undef HAVE_PIPE2
kono
parents:
diff changeset
197
kono
parents:
diff changeset
198 /* Define to 1 if you have the <port.h> header file. */
kono
parents:
diff changeset
199 #undef HAVE_PORT_H
kono
parents:
diff changeset
200
kono
parents:
diff changeset
201 /* Define to 1 if you have the `removexattr' function. */
kono
parents:
diff changeset
202 #undef HAVE_REMOVEXATTR
kono
parents:
diff changeset
203
kono
parents:
diff changeset
204 /* Define to 1 if you have the `renameat' function. */
kono
parents:
diff changeset
205 #undef HAVE_RENAMEAT
kono
parents:
diff changeset
206
kono
parents:
diff changeset
207 /* Define to 1 if you have the <sched.h> header file. */
kono
parents:
diff changeset
208 #undef HAVE_SCHED_H
kono
parents:
diff changeset
209
kono
parents:
diff changeset
210 /* Define to 1 if you have the <semaphore.h> header file. */
kono
parents:
diff changeset
211 #undef HAVE_SEMAPHORE_H
kono
parents:
diff changeset
212
kono
parents:
diff changeset
213 /* Define to 1 if you have the `sem_timedwait' function. */
kono
parents:
diff changeset
214 #undef HAVE_SEM_TIMEDWAIT
kono
parents:
diff changeset
215
kono
parents:
diff changeset
216 /* Define to 1 if you have the `setenv' function. */
kono
parents:
diff changeset
217 #undef HAVE_SETENV
kono
parents:
diff changeset
218
kono
parents:
diff changeset
219 /* Define to 1 if you have the `setxattr' function. */
kono
parents:
diff changeset
220 #undef HAVE_SETXATTR
kono
parents:
diff changeset
221
kono
parents:
diff changeset
222 /* Define to 1 if you have the `sinl' function. */
kono
parents:
diff changeset
223 #undef HAVE_SINL
kono
parents:
diff changeset
224
kono
parents:
diff changeset
225 /* Define to 1 if you have the `splice' function. */
kono
parents:
diff changeset
226 #undef HAVE_SPLICE
kono
parents:
diff changeset
227
kono
parents:
diff changeset
228 /* Define to 1 if you have the <stdint.h> header file. */
kono
parents:
diff changeset
229 #undef HAVE_STDINT_H
kono
parents:
diff changeset
230
kono
parents:
diff changeset
231 /* Define to 1 if you have the <stdlib.h> header file. */
kono
parents:
diff changeset
232 #undef HAVE_STDLIB_H
kono
parents:
diff changeset
233
kono
parents:
diff changeset
234 /* Define to 1 if you have the `strerror_r' function. */
kono
parents:
diff changeset
235 #undef HAVE_STRERROR_R
kono
parents:
diff changeset
236
kono
parents:
diff changeset
237 /* Define to 1 if you have the <strings.h> header file. */
kono
parents:
diff changeset
238 #undef HAVE_STRINGS_H
kono
parents:
diff changeset
239
kono
parents:
diff changeset
240 /* Define to 1 if you have the <string.h> header file. */
kono
parents:
diff changeset
241 #undef HAVE_STRING_H
kono
parents:
diff changeset
242
kono
parents:
diff changeset
243 /* Define to 1 if you have the `strsignal' function. */
kono
parents:
diff changeset
244 #undef HAVE_STRSIGNAL
kono
parents:
diff changeset
245
kono
parents:
diff changeset
246 /* Define to 1 if <math.h> defines struct exception */
kono
parents:
diff changeset
247 #undef HAVE_STRUCT_EXCEPTION
kono
parents:
diff changeset
248
kono
parents:
diff changeset
249 /* Define to 1 if you have the `sync_file_range' function. */
kono
parents:
diff changeset
250 #undef HAVE_SYNC_FILE_RANGE
kono
parents:
diff changeset
251
kono
parents:
diff changeset
252 /* Define to 1 if you have the `syscall' function. */
kono
parents:
diff changeset
253 #undef HAVE_SYSCALL
kono
parents:
diff changeset
254
kono
parents:
diff changeset
255 /* Define to 1 if you have the <syscall.h> header file. */
kono
parents:
diff changeset
256 #undef HAVE_SYSCALL_H
kono
parents:
diff changeset
257
kono
parents:
diff changeset
258 /* Define to 1 if you have the <sys/epoll.h> header file. */
kono
parents:
diff changeset
259 #undef HAVE_SYS_EPOLL_H
kono
parents:
diff changeset
260
kono
parents:
diff changeset
261 /* Define to 1 if you have the <sys/event.h> header file. */
kono
parents:
diff changeset
262 #undef HAVE_SYS_EVENT_H
kono
parents:
diff changeset
263
kono
parents:
diff changeset
264 /* Define to 1 if you have the <sys/file.h> header file. */
kono
parents:
diff changeset
265 #undef HAVE_SYS_FILE_H
kono
parents:
diff changeset
266
kono
parents:
diff changeset
267 /* Define to 1 if you have the <sys/inotify.h> header file. */
kono
parents:
diff changeset
268 #undef HAVE_SYS_INOTIFY_H
kono
parents:
diff changeset
269
kono
parents:
diff changeset
270 /* Define to 1 if you have the <sys/mman.h> header file. */
kono
parents:
diff changeset
271 #undef HAVE_SYS_MMAN_H
kono
parents:
diff changeset
272
kono
parents:
diff changeset
273 /* Define to 1 if you have the <sys/mount.h> header file. */
kono
parents:
diff changeset
274 #undef HAVE_SYS_MOUNT_H
kono
parents:
diff changeset
275
kono
parents:
diff changeset
276 /* Define to 1 if you have the <sys/prctl.h> header file. */
kono
parents:
diff changeset
277 #undef HAVE_SYS_PRCTL_H
kono
parents:
diff changeset
278
kono
parents:
diff changeset
279 /* Define to 1 if you have the <sys/ptrace.h> header file. */
kono
parents:
diff changeset
280 #undef HAVE_SYS_PTRACE_H
kono
parents:
diff changeset
281
kono
parents:
diff changeset
282 /* Define to 1 if you have the <sys/select.h> header file. */
kono
parents:
diff changeset
283 #undef HAVE_SYS_SELECT_H
kono
parents:
diff changeset
284
kono
parents:
diff changeset
285 /* Define to 1 if you have the <sys/socket.h> header file. */
kono
parents:
diff changeset
286 #undef HAVE_SYS_SOCKET_H
kono
parents:
diff changeset
287
kono
parents:
diff changeset
288 /* Define to 1 if you have the <sys/statfs.h> header file. */
kono
parents:
diff changeset
289 #undef HAVE_SYS_STATFS_H
kono
parents:
diff changeset
290
kono
parents:
diff changeset
291 /* Define to 1 if you have the <sys/stat.h> header file. */
kono
parents:
diff changeset
292 #undef HAVE_SYS_STAT_H
kono
parents:
diff changeset
293
kono
parents:
diff changeset
294 /* Define to 1 if you have the <sys/syscall.h> header file. */
kono
parents:
diff changeset
295 #undef HAVE_SYS_SYSCALL_H
kono
parents:
diff changeset
296
kono
parents:
diff changeset
297 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
kono
parents:
diff changeset
298 #undef HAVE_SYS_SYSINFO_H
kono
parents:
diff changeset
299
kono
parents:
diff changeset
300 /* Define to 1 if you have the <sys/timex.h> header file. */
kono
parents:
diff changeset
301 #undef HAVE_SYS_TIMEX_H
kono
parents:
diff changeset
302
kono
parents:
diff changeset
303 /* Define to 1 if you have the <sys/types.h> header file. */
kono
parents:
diff changeset
304 #undef HAVE_SYS_TYPES_H
kono
parents:
diff changeset
305
kono
parents:
diff changeset
306 /* Define to 1 if you have the <sys/user.h> header file. */
kono
parents:
diff changeset
307 #undef HAVE_SYS_USER_H
kono
parents:
diff changeset
308
kono
parents:
diff changeset
309 /* Define to 1 if you have the <sys/utsname.h> header file. */
kono
parents:
diff changeset
310 #undef HAVE_SYS_UTSNAME_H
kono
parents:
diff changeset
311
kono
parents:
diff changeset
312 /* Define to 1 if you have the <sys/vfs.h> header file. */
kono
parents:
diff changeset
313 #undef HAVE_SYS_VFS_H
kono
parents:
diff changeset
314
kono
parents:
diff changeset
315 /* Define to 1 if you have the `tanl' function. */
kono
parents:
diff changeset
316 #undef HAVE_TANL
kono
parents:
diff changeset
317
kono
parents:
diff changeset
318 /* Define to 1 if you have the `tee' function. */
kono
parents:
diff changeset
319 #undef HAVE_TEE
kono
parents:
diff changeset
320
kono
parents:
diff changeset
321 /* Define to 1 if you have the <unistd.h> header file. */
kono
parents:
diff changeset
322 #undef HAVE_UNISTD_H
kono
parents:
diff changeset
323
kono
parents:
diff changeset
324 /* Define to 1 if you have the `unlinkat' function. */
kono
parents:
diff changeset
325 #undef HAVE_UNLINKAT
kono
parents:
diff changeset
326
kono
parents:
diff changeset
327 /* Define to 1 if you have the `unsetenv' function. */
kono
parents:
diff changeset
328 #undef HAVE_UNSETENV
kono
parents:
diff changeset
329
kono
parents:
diff changeset
330 /* Define to 1 if you have the `unshare' function. */
kono
parents:
diff changeset
331 #undef HAVE_UNSHARE
kono
parents:
diff changeset
332
kono
parents:
diff changeset
333 /* Define to 1 if you have the `utimensat' function. */
kono
parents:
diff changeset
334 #undef HAVE_UTIMENSAT
kono
parents:
diff changeset
335
kono
parents:
diff changeset
336 /* Define to 1 if you have the <utime.h> header file. */
kono
parents:
diff changeset
337 #undef HAVE_UTIME_H
kono
parents:
diff changeset
338
kono
parents:
diff changeset
339 /* Define to 1 if you have the `wait4' function. */
kono
parents:
diff changeset
340 #undef HAVE_WAIT4
kono
parents:
diff changeset
341
kono
parents:
diff changeset
342 /* Define if the linker support split stack adjustments */
kono
parents:
diff changeset
343 #undef LINKER_SUPPORTS_SPLIT_STACK
kono
parents:
diff changeset
344
kono
parents:
diff changeset
345 /* Define to the sub-directory in which libtool stores uninstalled libraries.
kono
parents:
diff changeset
346 */
kono
parents:
diff changeset
347 #undef LT_OBJDIR
kono
parents:
diff changeset
348
kono
parents:
diff changeset
349 /* Name of package */
kono
parents:
diff changeset
350 #undef PACKAGE
kono
parents:
diff changeset
351
kono
parents:
diff changeset
352 /* Define to the address where bug reports for this package should be sent. */
kono
parents:
diff changeset
353 #undef PACKAGE_BUGREPORT
kono
parents:
diff changeset
354
kono
parents:
diff changeset
355 /* Define to the full name of this package. */
kono
parents:
diff changeset
356 #undef PACKAGE_NAME
kono
parents:
diff changeset
357
kono
parents:
diff changeset
358 /* Define to the full name and version of this package. */
kono
parents:
diff changeset
359 #undef PACKAGE_STRING
kono
parents:
diff changeset
360
kono
parents:
diff changeset
361 /* Define to the one symbol short name of this package. */
kono
parents:
diff changeset
362 #undef PACKAGE_TARNAME
kono
parents:
diff changeset
363
kono
parents:
diff changeset
364 /* Define to the home page for this package. */
kono
parents:
diff changeset
365 #undef PACKAGE_URL
kono
parents:
diff changeset
366
kono
parents:
diff changeset
367 /* Define to the version of this package. */
kono
parents:
diff changeset
368 #undef PACKAGE_VERSION
kono
parents:
diff changeset
369
kono
parents:
diff changeset
370 /* Define if setcontext clobbers TLS variables */
kono
parents:
diff changeset
371 #undef SETCONTEXT_CLOBBERS_TLS
kono
parents:
diff changeset
372
kono
parents:
diff changeset
373 /* The size of `void *', as computed by sizeof. */
kono
parents:
diff changeset
374 #undef SIZEOF_VOID_P
kono
parents:
diff changeset
375
kono
parents:
diff changeset
376 /* Define to 1 if you have the ANSI C header files. */
kono
parents:
diff changeset
377 #undef STDC_HEADERS
kono
parents:
diff changeset
378
kono
parents:
diff changeset
379 /* Define if we're to use libffi. */
kono
parents:
diff changeset
380 #undef USE_LIBFFI
kono
parents:
diff changeset
381
kono
parents:
diff changeset
382 /* Define if the compiler supports -fsplit-stack */
kono
parents:
diff changeset
383 #undef USING_SPLIT_STACK
kono
parents:
diff changeset
384
kono
parents:
diff changeset
385 /* Version number of package */
kono
parents:
diff changeset
386 #undef VERSION
kono
parents:
diff changeset
387
kono
parents:
diff changeset
388 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
kono
parents:
diff changeset
389 significant byte first (like Motorola and SPARC, unlike Intel). */
kono
parents:
diff changeset
390 #if defined AC_APPLE_UNIVERSAL_BUILD
kono
parents:
diff changeset
391 # if defined __BIG_ENDIAN__
kono
parents:
diff changeset
392 # define WORDS_BIGENDIAN 1
kono
parents:
diff changeset
393 # endif
kono
parents:
diff changeset
394 #else
kono
parents:
diff changeset
395 # ifndef WORDS_BIGENDIAN
kono
parents:
diff changeset
396 # undef WORDS_BIGENDIAN
kono
parents:
diff changeset
397 # endif
kono
parents:
diff changeset
398 #endif
kono
parents:
diff changeset
399
kono
parents:
diff changeset
400 /* Define to `long int' if <sys/types.h> does not define. */
kono
parents:
diff changeset
401 #undef off_t