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