OSDN Git Service

boehm-gc/
[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 /* Define if you have a working `mmap' system call.  */
17 #undef HAVE_MMAP
18
19 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
20 #undef HAVE_SYS_WAIT_H
21
22 /* Define if your struct tm has tm_zone.  */
23 #undef HAVE_TM_ZONE
24
25 /* Define if you don't have tm_zone but do have the external array
26    tzname.  */
27 #undef HAVE_TZNAME
28
29 /* If using the C implementation of alloca, define if you know the
30    direction of stack growth for your system; otherwise it will be
31    automatically deduced at run-time.
32  STACK_DIRECTION > 0 => grows toward higher addresses
33  STACK_DIRECTION < 0 => grows toward lower addresses
34  STACK_DIRECTION = 0 => direction of growth unknown
35  */
36 #undef STACK_DIRECTION
37
38 /* Define if you have the ANSI C header files.  */
39 #undef STDC_HEADERS
40
41 /* Define if your <sys/time.h> declares struct tm.  */
42 #undef TM_IN_SYS_TIME
43
44 /* Define if the X Window System is missing or not being used.  */
45 #undef X_DISPLAY_MISSING
46
47 /* Define to `int' if `ssize_t' is not defined.  */
48 #undef ssize_t
49
50 /* Define if you have the access function.  */
51 #undef HAVE_ACCESS
52
53 /* Define if you have the chmod function.  */
54 #undef HAVE_CHMOD
55
56 /* Define if you have the execvp function.  */
57 #undef HAVE_EXECVP
58
59 /* Define if you have the fork function.  */
60 #undef HAVE_FORK
61
62 /* Define if you have the fstat function.  */
63 #undef HAVE_FSTAT
64
65 /* Define if you have the fsync function.  */
66 #undef HAVE_FSYNC
67
68 /* Define if you have the ftime function.  */
69 #undef HAVE_FTIME
70
71 /* Define if you have the ftruncate function.  */
72 #undef HAVE_FTRUNCATE
73
74 /* Define if you have the getcwd function.  */
75 #undef HAVE_GETCWD
76
77 /* Define if you have the gethostbyaddr_r function.  */
78 #undef HAVE_GETHOSTBYADDR_R
79
80 /* Define if you have the gethostbyname_r function.  */
81 #undef HAVE_GETHOSTBYNAME_R
82
83 /* Define if you have the gethostname function.  */
84 #undef HAVE_GETHOSTNAME
85
86 /* Define if you have the getpagesize function.  */
87 #undef HAVE_GETPAGESIZE
88
89 /* Define if you have the getpwuid_r function.  */
90 #undef HAVE_GETPWUID_R
91
92 /* Define if you have the gettimeofday function.  */
93 #undef HAVE_GETTIMEOFDAY
94
95 /* Define if you have the gmtime_r function.  */
96 #undef HAVE_GMTIME_R
97
98 /* Define if you have the inet_addr function.  */
99 #undef HAVE_INET_ADDR
100
101 /* Define if you have the inet_aton function.  */
102 #undef HAVE_INET_ATON
103
104 /* Define if you have the inet_ntoa function.  */
105 #undef HAVE_INET_NTOA
106
107 /* Define if you have the inet_pton function.  */
108 #undef HAVE_INET_PTON
109
110 /* Define if you have the ioctl function.  */
111 #undef HAVE_IOCTL
112
113 /* Define if you have the localtime_r function.  */
114 #undef HAVE_LOCALTIME_R
115
116 /* Define if you have the memcpy function.  */
117 #undef HAVE_MEMCPY
118
119 /* Define if you have the memmove function.  */
120 #undef HAVE_MEMMOVE
121
122 /* Define if you have the mkdir function.  */
123 #undef HAVE_MKDIR
124
125 /* Define if you have the nl_langinfo function.  */
126 #undef HAVE_NL_LANGINFO
127
128 /* Define if you have the open function.  */
129 #undef HAVE_OPEN
130
131 /* Define if you have the opendir function.  */
132 #undef HAVE_OPENDIR
133
134 /* Define if you have the pipe function.  */
135 #undef HAVE_PIPE
136
137 /* Define if you have the pthread_mutexattr_setkind_np function.  */
138 #undef HAVE_PTHREAD_MUTEXATTR_SETKIND_NP
139
140 /* Define if you have the pthread_mutexattr_settype function.  */
141 #undef HAVE_PTHREAD_MUTEXATTR_SETTYPE
142
143 /* Define if you have the readdir_r function.  */
144 #undef HAVE_READDIR_R
145
146 /* Define if you have the realpath function.  */
147 #undef HAVE_REALPATH
148
149 /* Define if you have the rename function.  */
150 #undef HAVE_RENAME
151
152 /* Define if you have the rmdir function.  */
153 #undef HAVE_RMDIR
154
155 /* Define if you have the sched_yield function.  */
156 #undef HAVE_SCHED_YIELD
157
158 /* Define if you have the select function.  */
159 #undef HAVE_SELECT
160
161 /* Define if you have the setlocale function.  */
162 #undef HAVE_SETLOCALE
163
164 /* Define if you have the sigaction function.  */
165 #undef HAVE_SIGACTION
166
167 /* Define if you have the sleep function.  */
168 #undef HAVE_SLEEP
169
170 /* Define if you have the stat function.  */
171 #undef HAVE_STAT
172
173 /* Define if you have the strerror function.  */
174 #undef HAVE_STRERROR
175
176 /* Define if you have the time function.  */
177 #undef HAVE_TIME
178
179 /* Define if you have the uname function.  */
180 #undef HAVE_UNAME
181
182 /* Define if you have the unlink function.  */
183 #undef HAVE_UNLINK
184
185 /* Define if you have the usleep function.  */
186 #undef HAVE_USLEEP
187
188 /* Define if you have the utime function.  */
189 #undef HAVE_UTIME
190
191 /* Define if you have the <arpa/inet.h> header file.  */
192 #undef HAVE_ARPA_INET_H
193
194 /* Define if you have the <bstring.h> header file.  */
195 #undef HAVE_BSTRING_H
196
197 /* Define if you have the <dirent.h> header file.  */
198 #undef HAVE_DIRENT_H
199
200 /* Define if you have the <dlfcn.h> header file.  */
201 #undef HAVE_DLFCN_H
202
203 /* Define if you have the <execinfo.h> header file.  */
204 #undef HAVE_EXECINFO_H
205
206 /* Define if you have the <fcntl.h> header file.  */
207 #undef HAVE_FCNTL_H
208
209 /* Define if you have the <inttypes.h> header file.  */
210 #undef HAVE_INTTYPES_H
211
212 /* Define if you have the <langinfo.h> header file.  */
213 #undef HAVE_LANGINFO_H
214
215 /* Define if you have the <locale.h> header file.  */
216 #undef HAVE_LOCALE_H
217
218 /* Define if you have the <net/if.h> header file.  */
219 #undef HAVE_NET_IF_H
220
221 /* Define if you have the <netdb.h> header file.  */
222 #undef HAVE_NETDB_H
223
224 /* Define if you have the <netinet/in.h> header file.  */
225 #undef HAVE_NETINET_IN_H
226
227 /* Define if you have the <pwd.h> header file.  */
228 #undef HAVE_PWD_H
229
230 /* Define if you have the <stdint.h> header file.  */
231 #undef HAVE_STDINT_H
232
233 /* Define if you have the <sys/config.h> header file.  */
234 #undef HAVE_SYS_CONFIG_H
235
236 /* Define if you have the <sys/filio.h> header file.  */
237 #undef HAVE_SYS_FILIO_H
238
239 /* Define if you have the <sys/ioctl.h> header file.  */
240 #undef HAVE_SYS_IOCTL_H
241
242 /* Define if you have the <sys/select.h> header file.  */
243 #undef HAVE_SYS_SELECT_H
244
245 /* Define if you have the <sys/socket.h> header file.  */
246 #undef HAVE_SYS_SOCKET_H
247
248 /* Define if you have the <sys/stat.h> header file.  */
249 #undef HAVE_SYS_STAT_H
250
251 /* Define if you have the <sys/time.h> header file.  */
252 #undef HAVE_SYS_TIME_H
253
254 /* Define if you have the <sys/types.h> header file.  */
255 #undef HAVE_SYS_TYPES_H
256
257 /* Define if you have the <unistd.h> header file.  */
258 #undef HAVE_UNISTD_H
259
260 /* Name of package */
261 #undef PACKAGE
262
263 /* Version number of package */
264 #undef VERSION
265
266 /* Define if libltdl is in use. */
267 #undef USE_LTDL
268
269 /* Define if system properties shouldn't be read from getenv(GCJ_PROPERTIES). */
270 #undef DISABLE_GETENV_PROPERTIES
271
272 /* Define if we should ignore arguments to main(). */
273 #undef DISABLE_MAIN_ARGS
274
275 /* Define if MinGW libgcj uses the Windows UNICODE OS API. */
276 #undef MINGW_LIBGCJ_UNICODE
277
278 /* Define if if the synchronization code should try to avoid pthread_self calls by caching thread IDs in a hashtable. */
279 #undef SLOW_PTHREAD_SELF
280
281 /* Define this if you want runtime debugging enabled. */
282 #undef DEBUG
283
284 /* Define if you want a bytecode interpreter. */
285 #undef INTERPRETER
286
287 /* Define if the compiler is configured for setjmp/longjmp exceptions. */
288 #undef SJLJ_EXCEPTIONS
289
290 /* Define if java.net native functions should be stubbed out. */
291 #undef DISABLE_JAVA_NET
292
293 /* Define if we're to use libffi. */
294 #undef USE_LIBFFI
295
296 /* Define if you are using JVMPI. */
297 #undef ENABLE_JVMPI
298
299 /* Indicate that linker is not able to 8-byte align static data */
300 #undef JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS
301
302 /* Define if you're running eCos. */
303 #undef ECOS
304
305 /* Define if you have int32_t and uint32_t. */
306 #undef HAVE_INT32_DEFINED
307
308 /* Define if you have int32_t and uint32_t. */
309 #undef HAVE_INT32_DEFINED
310
311 /* Define if you have u_int32_t */
312 #undef HAVE_BSD_INT32_DEFINED
313
314 /* Define if you have u_int32_t */
315 #undef HAVE_BSD_INT32_DEFINED
316
317 /* Define is you have 'mktime' in <time.h> */
318 #undef HAVE_MKTIME
319
320 /* Define is you have 'localtime' in <time.h> */
321 #undef HAVE_LOCALTIME
322
323 /* Define if Boehm GC in use. */
324 #undef HAVE_BOEHM_GC
325
326 /* Define if using POSIX threads on Linux. */
327 #undef LINUX_THREADS
328
329 /* Define if using POSIX threads that have the mutexattr functions. */
330 #undef HAVE_PTHREAD_MUTEXATTR_INIT
331
332 /* Required define if using POSIX threads */
333 #undef _REENTRANT
334
335 /* Required define if using POSIX threads */
336 #undef _POSIX_PTHREAD_SEMANTICS
337
338 /* Define if hash synchronization is in use */
339 #undef JV_HASH_SYNCHRONIZATION
340
341 /* Define if you have memmove. */
342 #undef HAVE_MEMMOVE
343
344 /* Define if you have memcpy. */
345 #undef HAVE_MEMCPY
346
347 /* Define if you have strerror. */
348 #undef HAVE_STRERROR
349
350 /* Define if you have time. */
351 #undef HAVE_TIME
352
353 /* Define if you have the 'gmtime_r' function */
354 #undef HAVE_GMTIME_R
355
356 /* Define if you have the 'localtime_r' function. */
357 #undef HAVE_LOCALTIME_R
358
359 /* Define if usleep is declared in <unistd.h>. */
360 #undef HAVE_USLEEP_DECL
361
362 /* Define if using POSIX threads that have the mutexattr functions. */
363 #undef HAVE_PTHREAD_MUTEXATTR_INIT
364
365 /* Define if getuid() and friends are missing. */
366 #undef NO_GETUID
367
368 /* Define if your platform has a working backtrace() function. */
369 #undef HAVE_BACKTRACE
370
371 /* Define if your platform has a working backtrace() function. */
372 #undef HAVE_BACKTRACE
373
374 /* Define if your platform has a working backtrace() function. */
375 #undef HAVE_BACKTRACE
376
377 /* Define if you have dladdr() */
378 #undef HAVE_DLADDR
379
380 /* Define if you have /proc/self/exe */
381 #undef HAVE_PROC_SELF_EXE
382
383 /* Define if you have /proc/self/exe */
384 #undef HAVE_PROC_SELF_EXE
385
386 /* Define if you have the iconv() function. */
387 #undef HAVE_ICONV
388
389 /* Define as const if the declaration of iconv() needs const. */
390 #undef ICONV_CONST
391
392 /* Define if your <locale.h> file defines LC_MESSAGES. */
393 #undef HAVE_LC_MESSAGES
394
395 /* Define if you have the 'gethostbyname_r' function. */
396 #undef HAVE_GETHOSTBYNAME_R
397
398 /* Define if gethostbyname_r returns 'int'. */
399 #undef GETHOSTBYNAME_R_RETURNS_INT
400
401 /* Required define if using POSIX threads */
402 #undef _REENTRANT
403
404 /* Define if struct hostent_data is defined in netdb.h */
405 #undef HAVE_STRUCT_HOSTENT_DATA
406
407 /* Define if you have the 'gethostbyaddr_r' function. */
408 #undef HAVE_GETHOSTBYADDR_R
409
410 /* Define if gethostbyaddr_r returns 'int'. */
411 #undef GETHOSTBYADDR_R_RETURNS_INT
412
413 /* Define if you have the 'gethostname' function. */
414 #undef HAVE_GETHOSTNAME
415
416 /* Define if gethostname is declared in <unistd.h>. */
417 #undef HAVE_GETHOSTNAME_DECL
418
419 /* Define if usleep is declared in <unistd.h>. */
420 #undef HAVE_USLEEP_DECL
421
422 /* Define if pthread_mutex_t has m_count member. */
423 #undef PTHREAD_MUTEX_HAVE_M_COUNT
424
425 /* Define if pthread_mutex_t has __m_count member. */
426 #undef PTHREAD_MUTEX_HAVE___M_COUNT
427
428 /* Define if dlopen is available */
429 #undef HAVE_DLOPEN
430
431 /* The number of bytes in type void * */
432 #undef SIZEOF_VOID_P
433
434 /* Short GCJ version ID */
435 #undef GCJVERSION
436
437 /* Define if <inttypes.h> is available */
438 #undef HAVE_INTTYPES_H
439
440 /* Define if <inttypes.h> is available */
441 #undef JV_HAVE_INTTYPES_H
442
443 /* Define to 1 if 'in_addr_t' is defined in sys/types.h or netinet/in.h. */
444 #undef HAVE_IN_ADDR_T
445
446 /* Define if struct ip_mreq is defined in netinet/in.h. */
447 #undef HAVE_STRUCT_IP_MREQ
448
449 /* Define if struct ipv6_mreq is defined in netinet/in.h. */
450 #undef HAVE_STRUCT_IPV6_MREQ
451
452 /* Define if inet6 structures are defined in netinet/in.h. */
453 #undef HAVE_INET6
454
455 /* Define it socklen_t typedef is in sys/socket.h. */
456 #undef HAVE_SOCKLEN_T
457
458 /* Define if struct tm has tm_gmtoff field. */
459 #undef STRUCT_TM_HAS_GMTOFF
460
461 /* Define if global 'timezone' exists. */
462 #undef HAVE_TIMEZONE
463
464 /* Define if your platform has the global _timezone variable. */
465 #undef HAVE_UNDERSCORE_TIMEZONE
466