OSDN Git Service

sjlj jumbo patch
[pf3gnuchains/gcc-fork.git] / libjava / include / config.h.in
1 /* include/config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define if using alloca.c.  */
4 #undef C_ALLOCA
5
6 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
7    This function is required for alloca.c support on those systems.  */
8 #undef CRAY_STACKSEG_END
9
10 /* Define if you have alloca, as a function or macro.  */
11 #undef HAVE_ALLOCA
12
13 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
14 #undef HAVE_ALLOCA_H
15
16 /* If using the C implementation of alloca, define if you know the
17    direction of stack growth for your system; otherwise it will be
18    automatically deduced at run-time.
19  STACK_DIRECTION > 0 => grows toward higher addresses
20  STACK_DIRECTION < 0 => grows toward lower addresses
21  STACK_DIRECTION = 0 => direction of growth unknown
22  */
23 #undef STACK_DIRECTION
24
25 /* Define if you have the ANSI C header files.  */
26 #undef STDC_HEADERS
27
28 /* Define this if you want runtime debugging enabled.  */
29 #undef DEBUG
30
31 /* Define if using POSIX threads that have the mutexattr functions.  */
32 #undef HAVE_PTHREAD_MUTEXATTR_INIT
33
34 /* Define this if you prefer size over speed for java.lang.Character.  */
35 #undef COMPACT_CHARACTER
36
37 /* Define if you have memcpy.  */
38 #undef HAVE_MEMCPY
39
40 /* Define if you have memmove.  */
41 #undef HAVE_MEMMOVE
42
43 /* Define if you have strerror.  */
44 #undef HAVE_STRERROR
45
46 /* Define if you have int32_t and uint32_t. */
47 #undef HAVE_INT32_DEFINED
48
49 /* Define if you have u_int32_t */
50 #undef HAVE_BSD_INT32_DEFINED
51
52 /* Define if you're running eCos. */
53 #undef ECOS
54
55 /* */
56 #undef HAVE_LOCALTIME
57
58 /* */
59 #undef HAVE_MKTIME
60
61 /* Define if using POSIX threads on Linux.  */
62 #undef LINUX_THREADS
63
64 /* Define if you have the `gmtime_r' function.  */
65 #undef HAVE_GMTIME_R
66
67 /* Define if you have the `localtime_r' function.  */
68 #undef HAVE_LOCALTIME_R
69
70 /* Define to `int' if `ssize_t' is not defined.  */
71 #undef ssize_t
72
73 /* Define to 1 if `in_addr_t' is defined in sys/types.h or
74    netinet/in.h.  */
75 #undef HAVE_IN_ADDR_T
76
77 /* Define if inet6 structures are defined in netinet/in.h.  */
78 #undef HAVE_INET6
79
80 /* Define if struct ip_mreq is defined in netinet/in.h.  */
81 #undef HAVE_STRUCT_IP_MREQ
82
83 /* Define it socklen_t typedef is in sys/socket.h.  */
84 #undef HAVE_SOCKLEN_T
85
86 /* Define if Boehm GC in use.  */
87 #undef HAVE_BOEHM_GC
88
89 /* Define if gethostname is declared in <unistd.h>.  */
90 #undef HAVE_GETHOSTNAME_DECL
91
92 /* Define if gethostbyname_r returns `int'.  */
93 #undef GETHOSTBYNAME_R_RETURNS_INT
94
95 /* Define if gethostbyaddr_r returns `int'.  */
96 #undef GETHOSTBYADDR_R_RETURNS_INT
97
98 /* Define if struct tm has tm_gmtoff field.  */
99 #undef STRUCT_TM_HAS_GMTOFF
100
101 /* Define if global `timezone' exists.  */
102 #undef HAVE_TIMEZONE
103
104 /* Define to version of GCJ in use.  */
105 #undef GCJVERSION
106
107 /* Define if you have the appropriate function.  */
108 #undef HAVE_ACCESS
109 #undef HAVE_STAT
110 #undef HAVE_MKDIR
111 #undef HAVE_RENAME
112 #undef HAVE_RMDIR
113 #undef HAVE_UNLINK
114 #undef HAVE_REALPATH
115 #undef HAVE_READDIR_R
116 #undef HAVE_GETHOSTBYNAME_R
117 #undef HAVE_GETHOSTBYADDR_R
118
119 /* Define if you want a bytecode interpreter.  */
120 #undef INTERPRETER
121
122 /* Define if pthread_mutex_t has m_count member.  */
123 #undef PTHREAD_MUTEX_HAVE_M_COUNT
124
125 /* Define if pthread_mutex_t has __m_count member.  */
126 #undef PTHREAD_MUTEX_HAVE___M_COUNT
127
128 /* Define if java.net native functions should be stubbed out.  */
129 #undef DISABLE_JAVA_NET
130
131 /* Define if system properties shouldn't be read from
132    getenv("GCJ_PROPERTIES").  */
133 #undef DISABLE_GETENV_PROPERTIES
134
135 /* Define if using setjmp/longjmp exceptions.  */
136 #undef SJLJ_EXCEPTIONS
137
138 /* Define if you have the access function.  */
139 #undef HAVE_ACCESS
140
141 /* Define if you have the fstat function.  */
142 #undef HAVE_FSTAT
143
144 /* Define if you have the fsync function.  */
145 #undef HAVE_FSYNC
146
147 /* Define if you have the ftime function.  */
148 #undef HAVE_FTIME
149
150 /* Define if you have the gethostbyaddr_r function.  */
151 #undef HAVE_GETHOSTBYADDR_R
152
153 /* Define if you have the gethostbyname_r function.  */
154 #undef HAVE_GETHOSTBYNAME_R
155
156 /* Define if you have the gethostname function.  */
157 #undef HAVE_GETHOSTNAME
158
159 /* Define if you have the getpwuid_r function.  */
160 #undef HAVE_GETPWUID_R
161
162 /* Define if you have the gettimeofday function.  */
163 #undef HAVE_GETTIMEOFDAY
164
165 /* Define if you have the gmtime_r function.  */
166 #undef HAVE_GMTIME_R
167
168 /* Define if you have the inet_addr function.  */
169 #undef HAVE_INET_ADDR
170
171 /* Define if you have the inet_aton function.  */
172 #undef HAVE_INET_ATON
173
174 /* Define if you have the inet_ntoa function.  */
175 #undef HAVE_INET_NTOA
176
177 /* Define if you have the inet_pton function.  */
178 #undef HAVE_INET_PTON
179
180 /* Define if you have the ioctl function.  */
181 #undef HAVE_IOCTL
182
183 /* Define if you have the localtime_r function.  */
184 #undef HAVE_LOCALTIME_R
185
186 /* Define if you have the memcpy function.  */
187 #undef HAVE_MEMCPY
188
189 /* Define if you have the memmove function.  */
190 #undef HAVE_MEMMOVE
191
192 /* Define if you have the mkdir function.  */
193 #undef HAVE_MKDIR
194
195 /* Define if you have the open function.  */
196 #undef HAVE_OPEN
197
198 /* Define if you have the pthread_mutexattr_setkind_np function.  */
199 #undef HAVE_PTHREAD_MUTEXATTR_SETKIND_NP
200
201 /* Define if you have the pthread_mutexattr_settype function.  */
202 #undef HAVE_PTHREAD_MUTEXATTR_SETTYPE
203
204 /* Define if you have the readdir_r function.  */
205 #undef HAVE_READDIR_R
206
207 /* Define if you have the realpath function.  */
208 #undef HAVE_REALPATH
209
210 /* Define if you have the rename function.  */
211 #undef HAVE_RENAME
212
213 /* Define if you have the rmdir function.  */
214 #undef HAVE_RMDIR
215
216 /* Define if you have the sched_yield function.  */
217 #undef HAVE_SCHED_YIELD
218
219 /* Define if you have the select function.  */
220 #undef HAVE_SELECT
221
222 /* Define if you have the sleep function.  */
223 #undef HAVE_SLEEP
224
225 /* Define if you have the stat function.  */
226 #undef HAVE_STAT
227
228 /* Define if you have the strerror function.  */
229 #undef HAVE_STRERROR
230
231 /* Define if you have the time function.  */
232 #undef HAVE_TIME
233
234 /* Define if you have the uname function.  */
235 #undef HAVE_UNAME
236
237 /* Define if you have the unlink function.  */
238 #undef HAVE_UNLINK
239
240 /* Define if you have the <arpa/inet.h> header file.  */
241 #undef HAVE_ARPA_INET_H
242
243 /* Define if you have the <bstring.h> header file.  */
244 #undef HAVE_BSTRING_H
245
246 /* Define if you have the <dirent.h> header file.  */
247 #undef HAVE_DIRENT_H
248
249 /* Define if you have the <fcntl.h> header file.  */
250 #undef HAVE_FCNTL_H
251
252 /* Define if you have the <inttypes.h> header file.  */
253 #undef HAVE_INTTYPES_H
254
255 /* Define if you have the <netdb.h> header file.  */
256 #undef HAVE_NETDB_H
257
258 /* Define if you have the <netinet/in.h> header file.  */
259 #undef HAVE_NETINET_IN_H
260
261 /* Define if you have the <pwd.h> header file.  */
262 #undef HAVE_PWD_H
263
264 /* Define if you have the <stdint.h> header file.  */
265 #undef HAVE_STDINT_H
266
267 /* Define if you have the <sys/config.h> header file.  */
268 #undef HAVE_SYS_CONFIG_H
269
270 /* Define if you have the <sys/filio.h> header file.  */
271 #undef HAVE_SYS_FILIO_H
272
273 /* Define if you have the <sys/ioctl.h> header file.  */
274 #undef HAVE_SYS_IOCTL_H
275
276 /* Define if you have the <sys/select.h> header file.  */
277 #undef HAVE_SYS_SELECT_H
278
279 /* Define if you have the <sys/socket.h> header file.  */
280 #undef HAVE_SYS_SOCKET_H
281
282 /* Define if you have the <sys/stat.h> header file.  */
283 #undef HAVE_SYS_STAT_H
284
285 /* Define if you have the <sys/time.h> header file.  */
286 #undef HAVE_SYS_TIME_H
287
288 /* Define if you have the <sys/types.h> header file.  */
289 #undef HAVE_SYS_TYPES_H
290
291 /* Define if you have the <unistd.h> header file.  */
292 #undef HAVE_UNISTD_H
293
294 /* Name of package */
295 #undef PACKAGE
296
297 /* Version number of package */
298 #undef VERSION
299
300 /* Define if gethostbyname_r is only declared if _REENTRANT is defined */
301 #undef GETHOSTBYNAME_R_NEEDS_REENTRANT
302
303 /* Define if struct hostent_data is defined in netdb.h */
304 #undef HAVE_STRUCT_HOSTENT_DATA
305