OSDN Git Service

runtime: Change gc_test to test only newly allocated memory.
[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 if _Unwind_GetIPInfo is available. */
10 #undef HAVE_GETIPINFO
11
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
14
15 /* Define to 1 if you have the <linux/filter.h> header file. */
16 #undef HAVE_LINUX_FILTER_H
17
18 /* Define to 1 if you have the <linux/netlink.h> header file. */
19 #undef HAVE_LINUX_NETLINK_H
20
21 /* Define to 1 if you have the <linux/rtnetlink.h> header file. */
22 #undef HAVE_LINUX_RTNETLINK_H
23
24 /* Define to 1 if you have the <memory.h> header file. */
25 #undef HAVE_MEMORY_H
26
27 /* Define to 1 if you have the `mincore' function. */
28 #undef HAVE_MINCORE
29
30 /* Define to 1 if you have the <net/if.h> header file. */
31 #undef HAVE_NET_IF_H
32
33 /* Define to 1 if the system has the type `off64_t'. */
34 #undef HAVE_OFF64_T
35
36 /* Define to 1 if you have the `sem_timedwait' function. */
37 #undef HAVE_SEM_TIMEDWAIT
38
39 /* Define to 1 if you have the `setenv' function. */
40 #undef HAVE_SETENV
41
42 /* Define to 1 if you have the <stdint.h> header file. */
43 #undef HAVE_STDINT_H
44
45 /* Define to 1 if you have the <stdlib.h> header file. */
46 #undef HAVE_STDLIB_H
47
48 /* Define to 1 if you have the `strerror_r' function. */
49 #undef HAVE_STRERROR_R
50
51 /* Define to 1 if you have the <strings.h> header file. */
52 #undef HAVE_STRINGS_H
53
54 /* Define to 1 if you have the <string.h> header file. */
55 #undef HAVE_STRING_H
56
57 /* Define to 1 if you have the `strsignal' function. */
58 #undef HAVE_STRSIGNAL
59
60 /* Define to 1 if the compiler provides the __sync_bool_compare_and_swap
61    function for uint32 */
62 #undef HAVE_SYNC_BOOL_COMPARE_AND_SWAP_4
63
64 /* Define to 1 if the compiler provides the __sync_fetch_and_add function for
65    uint32 */
66 #undef HAVE_SYNC_FETCH_AND_ADD_4
67
68 /* Define to 1 if you have the <syscall.h> header file. */
69 #undef HAVE_SYSCALL_H
70
71 /* Define to 1 if you have the <sys/epoll.h> header file. */
72 #undef HAVE_SYS_EPOLL_H
73
74 /* Define to 1 if you have the <sys/mman.h> header file. */
75 #undef HAVE_SYS_MMAN_H
76
77 /* Define to 1 if you have the <sys/ptrace.h> header file. */
78 #undef HAVE_SYS_PTRACE_H
79
80 /* Define to 1 if you have the <sys/select.h> header file. */
81 #undef HAVE_SYS_SELECT_H
82
83 /* Define to 1 if you have the <sys/socket.h> header file. */
84 #undef HAVE_SYS_SOCKET_H
85
86 /* Define to 1 if you have the <sys/stat.h> header file. */
87 #undef HAVE_SYS_STAT_H
88
89 /* Define to 1 if you have the <sys/syscall.h> header file. */
90 #undef HAVE_SYS_SYSCALL_H
91
92 /* Define to 1 if you have the <sys/types.h> header file. */
93 #undef HAVE_SYS_TYPES_H
94
95 /* Define to 1 if you have the <sys/user.h> header file. */
96 #undef HAVE_SYS_USER_H
97
98 /* Define to 1 if you have the <sys/utsname.h> header file. */
99 #undef HAVE_SYS_UTSNAME_H
100
101 /* Define to 1 if you have the <unistd.h> header file. */
102 #undef HAVE_UNISTD_H
103
104 /* Define to 1 if you have the `wait4' function. */
105 #undef HAVE_WAIT4
106
107 /* Define if the C++ compiler is configured for setjmp/longjmp exceptions. */
108 #undef LIBGO_SJLJ_EXCEPTIONS
109
110 /* Define if the linker support split stack adjustments */
111 #undef LINKER_SUPPORTS_SPLIT_STACK
112
113 /* Define to the sub-directory in which libtool stores uninstalled libraries.
114    */
115 #undef LT_OBJDIR
116
117 /* Name of package */
118 #undef PACKAGE
119
120 /* Define to the address where bug reports for this package should be sent. */
121 #undef PACKAGE_BUGREPORT
122
123 /* Define to the full name of this package. */
124 #undef PACKAGE_NAME
125
126 /* Define to the full name and version of this package. */
127 #undef PACKAGE_STRING
128
129 /* Define to the one symbol short name of this package. */
130 #undef PACKAGE_TARNAME
131
132 /* Define to the home page for this package. */
133 #undef PACKAGE_URL
134
135 /* Define to the version of this package. */
136 #undef PACKAGE_VERSION
137
138 /* Define to 1 if you have the ANSI C header files. */
139 #undef STDC_HEADERS
140
141 /* Define if we're to use libffi. */
142 #undef USE_LIBFFI
143
144 /* Define if the compiler supports -fsplit-stack */
145 #undef USING_SPLIT_STACK
146
147 /* Version number of package */
148 #undef VERSION
149
150 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
151    significant byte first (like Motorola and SPARC, unlike Intel). */
152 #if defined AC_APPLE_UNIVERSAL_BUILD
153 # if defined __BIG_ENDIAN__
154 #  define WORDS_BIGENDIAN 1
155 # endif
156 #else
157 # ifndef WORDS_BIGENDIAN
158 #  undef WORDS_BIGENDIAN
159 # endif
160 #endif