OSDN Git Service

mksysinfo: More fixes to emulate master Go library.
[pf3gnuchains/gcc-fork.git] / libgo / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Define to 1 if you have the <dlfcn.h> header file. */
7 #undef HAVE_DLFCN_H
8
9 /* Define to 1 if you have the `epoll_create1' function. */
10 #undef HAVE_EPOLL_CREATE1
11
12 /* Define to 1 if you have the `faccessat' function. */
13 #undef HAVE_FACCESSAT
14
15 /* Define to 1 if you have the `fallocate' function. */
16 #undef HAVE_FALLOCATE
17
18 /* Define to 1 if you have the `fchmodat' function. */
19 #undef HAVE_FCHMODAT
20
21 /* Define to 1 if you have the `fchownat' function. */
22 #undef HAVE_FCHOWNAT
23
24 /* Define to 1 if you have the `futimesat' function. */
25 #undef HAVE_FUTIMESAT
26
27 /* Define if _Unwind_GetIPInfo is available. */
28 #undef HAVE_GETIPINFO
29
30 /* Define to 1 if you have the `inotify_add_watch' function. */
31 #undef HAVE_INOTIFY_ADD_WATCH
32
33 /* Define to 1 if you have the `inotify_init' function. */
34 #undef HAVE_INOTIFY_INIT
35
36 /* Define to 1 if you have the `inotify_init1' function. */
37 #undef HAVE_INOTIFY_INIT1
38
39 /* Define to 1 if you have the `inotify_rm_watch' function. */
40 #undef HAVE_INOTIFY_RM_WATCH
41
42 /* Define to 1 if you have the <inttypes.h> header file. */
43 #undef HAVE_INTTYPES_H
44
45 /* Define to 1 if you have the <linux/ether.h> header file. */
46 #undef HAVE_LINUX_ETHER_H
47
48 /* Define to 1 if you have the <linux/filter.h> header file. */
49 #undef HAVE_LINUX_FILTER_H
50
51 /* Define to 1 if you have the <linux/fs.h> header file. */
52 #undef HAVE_LINUX_FS_H
53
54 /* Define to 1 if you have the <linux/if_addr.h> header file. */
55 #undef HAVE_LINUX_IF_ADDR_H
56
57 /* Define to 1 if you have the <linux/if_ether.h> header file. */
58 #undef HAVE_LINUX_IF_ETHER_H
59
60 /* Define to 1 if you have the <linux/if_tun.h> header file. */
61 #undef HAVE_LINUX_IF_TUN_H
62
63 /* Define to 1 if you have the <linux/netlink.h> header file. */
64 #undef HAVE_LINUX_NETLINK_H
65
66 /* Define to 1 if you have the <linux/reboot.h> header file. */
67 #undef HAVE_LINUX_REBOOT_H
68
69 /* Define to 1 if you have the <linux/rtnetlink.h> header file. */
70 #undef HAVE_LINUX_RTNETLINK_H
71
72 /* Define to 1 if the system has the type `loff_t'. */
73 #undef HAVE_LOFF_T
74
75 /* Define to 1 if you have the `matherr' function. */
76 #undef HAVE_MATHERR
77
78 /* Define to 1 if you have the <memory.h> header file. */
79 #undef HAVE_MEMORY_H
80
81 /* Define to 1 if you have the `mincore' function. */
82 #undef HAVE_MINCORE
83
84 /* Define to 1 if you have the `mkdirat' function. */
85 #undef HAVE_MKDIRAT
86
87 /* Define to 1 if you have the `mknodat' function. */
88 #undef HAVE_MKNODAT
89
90 /* Define to 1 if you have the <netinet/if_ether.h> header file. */
91 #undef HAVE_NETINET_IF_ETHER_H
92
93 /* Define to 1 if you have the <netinet/in_syst.h> header file. */
94 #undef HAVE_NETINET_IN_SYST_H
95
96 /* Define to 1 if you have the <netinet/ip.h> header file. */
97 #undef HAVE_NETINET_IP_H
98
99 /* Define to 1 if you have the <netinet/ip_mroute.h> header file. */
100 #undef HAVE_NETINET_IP_MROUTE_H
101
102 /* Define to 1 if you have the <netpacket/packet.h> header file. */
103 #undef HAVE_NETPACKET_PACKET_H
104
105 /* Define to 1 if you have the <net/if_arp.h> header file. */
106 #undef HAVE_NET_IF_ARP_H
107
108 /* Define to 1 if you have the <net/if.h> header file. */
109 #undef HAVE_NET_IF_H
110
111 /* Define to 1 if you have the <net/route.h> header file. */
112 #undef HAVE_NET_ROUTE_H
113
114 /* Define to 1 if the system has the type `off64_t'. */
115 #undef HAVE_OFF64_T
116
117 /* Define to 1 if you have the `openat' function. */
118 #undef HAVE_OPENAT
119
120 /* Define to 1 if you have the `renameat' function. */
121 #undef HAVE_RENAMEAT
122
123 /* Define to 1 if you have the `sem_timedwait' function. */
124 #undef HAVE_SEM_TIMEDWAIT
125
126 /* Define to 1 if you have the `setenv' function. */
127 #undef HAVE_SETENV
128
129 /* Define to 1 if you have the `splice' function. */
130 #undef HAVE_SPLICE
131
132 /* Define to 1 if you have the <stdint.h> header file. */
133 #undef HAVE_STDINT_H
134
135 /* Define to 1 if you have the <stdlib.h> header file. */
136 #undef HAVE_STDLIB_H
137
138 /* Define to 1 if you have the `strerror_r' function. */
139 #undef HAVE_STRERROR_R
140
141 /* Define to 1 if you have the <strings.h> header file. */
142 #undef HAVE_STRINGS_H
143
144 /* Define to 1 if you have the <string.h> header file. */
145 #undef HAVE_STRING_H
146
147 /* Define to 1 if you have the `strsignal' function. */
148 #undef HAVE_STRSIGNAL
149
150 /* Define to 1 if <math.h> defines struct exception */
151 #undef HAVE_STRUCT_EXCEPTION
152
153 /* Define to 1 if the compiler provides the __sync_add_and_fetch function for
154    uint64 */
155 #undef HAVE_SYNC_ADD_AND_FETCH_8
156
157 /* Define to 1 if the compiler provides the __sync_bool_compare_and_swap
158    function for uint32 */
159 #undef HAVE_SYNC_BOOL_COMPARE_AND_SWAP_4
160
161 /* Define to 1 if the compiler provides the __sync_bool_compare_and_swap
162    function for uint64 */
163 #undef HAVE_SYNC_BOOL_COMPARE_AND_SWAP_8
164
165 /* Define to 1 if the compiler provides the __sync_fetch_and_add function for
166    uint32 */
167 #undef HAVE_SYNC_FETCH_AND_ADD_4
168
169 /* Define to 1 if you have the `sync_file_range' function. */
170 #undef HAVE_SYNC_FILE_RANGE
171
172 /* Define to 1 if you have the <syscall.h> header file. */
173 #undef HAVE_SYSCALL_H
174
175 /* Define to 1 if you have the <sys/epoll.h> header file. */
176 #undef HAVE_SYS_EPOLL_H
177
178 /* Define to 1 if you have the <sys/file.h> header file. */
179 #undef HAVE_SYS_FILE_H
180
181 /* Define to 1 if you have the <sys/inotify.h> header file. */
182 #undef HAVE_SYS_INOTIFY_H
183
184 /* Define to 1 if you have the <sys/mman.h> header file. */
185 #undef HAVE_SYS_MMAN_H
186
187 /* Define to 1 if you have the <sys/mount.h> header file. */
188 #undef HAVE_SYS_MOUNT_H
189
190 /* Define to 1 if you have the <sys/prctl.h> header file. */
191 #undef HAVE_SYS_PRCTL_H
192
193 /* Define to 1 if you have the <sys/ptrace.h> header file. */
194 #undef HAVE_SYS_PTRACE_H
195
196 /* Define to 1 if you have the <sys/select.h> header file. */
197 #undef HAVE_SYS_SELECT_H
198
199 /* Define to 1 if you have the <sys/socket.h> header file. */
200 #undef HAVE_SYS_SOCKET_H
201
202 /* Define to 1 if you have the <sys/statfs.h> header file. */
203 #undef HAVE_SYS_STATFS_H
204
205 /* Define to 1 if you have the <sys/stat.h> header file. */
206 #undef HAVE_SYS_STAT_H
207
208 /* Define to 1 if you have the <sys/syscall.h> header file. */
209 #undef HAVE_SYS_SYSCALL_H
210
211 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
212 #undef HAVE_SYS_SYSINFO_H
213
214 /* Define to 1 if you have the <sys/timex.h> header file. */
215 #undef HAVE_SYS_TIMEX_H
216
217 /* Define to 1 if you have the <sys/types.h> header file. */
218 #undef HAVE_SYS_TYPES_H
219
220 /* Define to 1 if you have the <sys/user.h> header file. */
221 #undef HAVE_SYS_USER_H
222
223 /* Define to 1 if you have the <sys/utsname.h> header file. */
224 #undef HAVE_SYS_UTSNAME_H
225
226 /* Define to 1 if you have the <sys/vfs.h> header file. */
227 #undef HAVE_SYS_VFS_H
228
229 /* Define to 1 if you have the `tee' function. */
230 #undef HAVE_TEE
231
232 /* Define to 1 if you have the <unistd.h> header file. */
233 #undef HAVE_UNISTD_H
234
235 /* Define to 1 if you have the `unlinkat' function. */
236 #undef HAVE_UNLINKAT
237
238 /* Define to 1 if you have the `unshare' function. */
239 #undef HAVE_UNSHARE
240
241 /* Define to 1 if you have the <ustat.h> header file and it works. */
242 #undef HAVE_USTAT_H
243
244 /* Define to 1 if you have the <utime.h> header file. */
245 #undef HAVE_UTIME_H
246
247 /* Define to 1 if you have the `wait4' function. */
248 #undef HAVE_WAIT4
249
250 /* Define if the C++ compiler is configured for setjmp/longjmp exceptions. */
251 #undef LIBGO_SJLJ_EXCEPTIONS
252
253 /* Define if the linker support split stack adjustments */
254 #undef LINKER_SUPPORTS_SPLIT_STACK
255
256 /* Define to the sub-directory in which libtool stores uninstalled libraries.
257    */
258 #undef LT_OBJDIR
259
260 /* Define if makecontext expects top of stack in uc_stack. */
261 #undef MAKECONTEXT_STACK_TOP
262
263 /* Name of package */
264 #undef PACKAGE
265
266 /* Define to the address where bug reports for this package should be sent. */
267 #undef PACKAGE_BUGREPORT
268
269 /* Define to the full name of this package. */
270 #undef PACKAGE_NAME
271
272 /* Define to the full name and version of this package. */
273 #undef PACKAGE_STRING
274
275 /* Define to the one symbol short name of this package. */
276 #undef PACKAGE_TARNAME
277
278 /* Define to the home page for this package. */
279 #undef PACKAGE_URL
280
281 /* Define to the version of this package. */
282 #undef PACKAGE_VERSION
283
284 /* Define if setcontext clobbers TLS variables */
285 #undef SETCONTEXT_CLOBBERS_TLS
286
287 /* The size of `void *', as computed by sizeof. */
288 #undef SIZEOF_VOID_P
289
290 /* Define to 1 if you have the ANSI C header files. */
291 #undef STDC_HEADERS
292
293 /* Define if we're to use libffi. */
294 #undef USE_LIBFFI
295
296 /* Define if the compiler supports -fsplit-stack */
297 #undef USING_SPLIT_STACK
298
299 /* Version number of package */
300 #undef VERSION
301
302 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
303    significant byte first (like Motorola and SPARC, unlike Intel). */
304 #if defined AC_APPLE_UNIVERSAL_BUILD
305 # if defined __BIG_ENDIAN__
306 #  define WORDS_BIGENDIAN 1
307 # endif
308 #else
309 # ifndef WORDS_BIGENDIAN
310 #  undef WORDS_BIGENDIAN
311 # endif
312 #endif
313
314 /* Define to `long int' if <sys/types.h> does not define. */
315 #undef off_t