source: branches/libc-0.6/src/gcc/libjava/include/config.h.in

Last change on this file was 1392, checked in by bird, 21 years ago

This commit was generated by cvs2svn to compensate for changes in r1391,
which included commits to RCS files with non-trunk default branches.

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