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

Last change on this file since 3951 was 1392, checked in by bird, 22 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