OSDN Git Service

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