* gcc.c-torture/execute/20020307-1.c: New test.
[official-gcc.git] / libjava / include / config.h.in
blobad8ab45fcd3be55ed3da7a2becec5f6f6d481c03
1 /* include/config.h.in. Generated automatically from configure.in by autoheader. */
3 /* Define if using alloca.c. */
4 #undef C_ALLOCA
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
10 /* Define if you have alloca, as a function or macro. */
11 #undef HAVE_ALLOCA
13 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
14 #undef HAVE_ALLOCA_H
16 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
17 #undef HAVE_SYS_WAIT_H
19 /* Define if your struct tm has tm_zone. */
20 #undef HAVE_TM_ZONE
22 /* Define if you don't have tm_zone but do have the external array
23 tzname. */
24 #undef HAVE_TZNAME
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
33 #undef STACK_DIRECTION
35 /* Define if you have the ANSI C header files. */
36 #undef STDC_HEADERS
38 /* Define if your <sys/time.h> declares struct tm. */
39 #undef TM_IN_SYS_TIME
41 /* Define if the X Window System is missing or not being used. */
42 #undef X_DISPLAY_MISSING
44 /* Define this if you want runtime debugging enabled. */
45 #undef DEBUG
47 /* Define if using POSIX threads that have the mutexattr functions. */
48 #undef HAVE_PTHREAD_MUTEXATTR_INIT
50 /* Define if you have memcpy. */
51 #undef HAVE_MEMCPY
53 /* Define if you have memmove. */
54 #undef HAVE_MEMMOVE
56 /* Define if you have strerror. */
57 #undef HAVE_STRERROR
59 /* Define if you have int32_t and uint32_t. */
60 #undef HAVE_INT32_DEFINED
62 /* Define if you have u_int32_t */
63 #undef HAVE_BSD_INT32_DEFINED
65 /* Define if you're running eCos. */
66 #undef ECOS
68 /* */
69 #undef HAVE_LOCALTIME
71 /* */
72 #undef HAVE_MKTIME
74 /* Define if using POSIX threads on Linux. */
75 #undef LINUX_THREADS
77 /* Define if you have the `gmtime_r' function. */
78 #undef HAVE_GMTIME_R
80 /* Define if you have the `localtime_r' function. */
81 #undef HAVE_LOCALTIME_R
83 /* Define to `int' if `ssize_t' is not defined. */
84 #undef ssize_t
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
90 /* Define if inet6 structures are defined in netinet/in.h. */
91 #undef HAVE_INET6
93 /* Define if struct ip_mreq is defined in netinet/in.h. */
94 #undef HAVE_STRUCT_IP_MREQ
96 /* Define if struct ipv6_mreq is defined in netinet/in.h. */
97 #undef HAVE_STRUCT_IPV6_MREQ
99 /* Define it socklen_t typedef is in sys/socket.h. */
100 #undef HAVE_SOCKLEN_T
102 /* Define if Boehm GC in use. */
103 #undef HAVE_BOEHM_GC
105 /* Define if gethostname is declared in <unistd.h>. */
106 #undef HAVE_GETHOSTNAME_DECL
108 /* Define if gethostbyname_r returns `int'. */
109 #undef GETHOSTBYNAME_R_RETURNS_INT
111 /* Define if gethostbyaddr_r returns `int'. */
112 #undef GETHOSTBYADDR_R_RETURNS_INT
114 /* Define if struct tm has tm_gmtoff field. */
115 #undef STRUCT_TM_HAS_GMTOFF
117 /* Define if global `timezone' exists. */
118 #undef HAVE_TIMEZONE
120 /* Define if you have the appropriate function. */
121 #undef HAVE_ACCESS
122 #undef HAVE_STAT
123 #undef HAVE_MKDIR
124 #undef HAVE_RENAME
125 #undef HAVE_RMDIR
126 #undef HAVE_UNLINK
127 #undef HAVE_REALPATH
128 #undef HAVE_READDIR_R
129 #undef HAVE_GETHOSTBYNAME_R
130 #undef HAVE_GETHOSTBYADDR_R
132 /* Define if you want a bytecode interpreter. */
133 #undef INTERPRETER
135 /* Define if pthread_mutex_t has m_count member. */
136 #undef PTHREAD_MUTEX_HAVE_M_COUNT
138 /* Define if pthread_mutex_t has __m_count member. */
139 #undef PTHREAD_MUTEX_HAVE___M_COUNT
141 /* Define if java.net native functions should be stubbed out. */
142 #undef DISABLE_JAVA_NET
144 /* Define if we're to use libffi. */
145 #undef USE_LIBFFI
147 /* Define if system properties shouldn't be read from
148 getenv("GCJ_PROPERTIES"). */
149 #undef DISABLE_GETENV_PROPERTIES
151 /* Define if we should ignore arguments to main(). */
152 #undef DISABLE_MAIN_ARGS
154 /* Define if you have /proc/self/exe */
155 #undef HAVE_PROC_SELF_EXE
158 /* Define if you have dladdr() */
159 #undef HAVE_DLADDR
161 /* Define if getuid() and friends are missing. */
162 #undef NO_GETUID
164 /* Define if libltdl is in use. */
165 #undef USE_LTDL
167 /* Define if g++ has a bug preventing us from inlining math routines. */
168 #undef __NO_MATH_INLINES
170 /* Define if you are using JVMPI. */
171 #undef ENABLE_JVMPI
173 /* Define if you have the access function. */
174 #undef HAVE_ACCESS
176 /* Define if you have the backtrace function. */
177 #undef HAVE_BACKTRACE
179 /* Define if you have the chmod function. */
180 #undef HAVE_CHMOD
182 /* Define if you have the execvp function. */
183 #undef HAVE_EXECVP
185 /* Define if you have the fork function. */
186 #undef HAVE_FORK
188 /* Define if you have the fstat function. */
189 #undef HAVE_FSTAT
191 /* Define if you have the fsync function. */
192 #undef HAVE_FSYNC
194 /* Define if you have the ftime function. */
195 #undef HAVE_FTIME
197 /* Define if you have the getcwd function. */
198 #undef HAVE_GETCWD
200 /* Define if you have the gethostbyaddr_r function. */
201 #undef HAVE_GETHOSTBYADDR_R
203 /* Define if you have the gethostbyname_r function. */
204 #undef HAVE_GETHOSTBYNAME_R
206 /* Define if you have the gethostname function. */
207 #undef HAVE_GETHOSTNAME
209 /* Define if you have the getpwuid_r function. */
210 #undef HAVE_GETPWUID_R
212 /* Define if you have the gettimeofday function. */
213 #undef HAVE_GETTIMEOFDAY
215 /* Define if you have the gmtime_r function. */
216 #undef HAVE_GMTIME_R
218 /* Define if you have the inet_addr function. */
219 #undef HAVE_INET_ADDR
221 /* Define if you have the inet_aton function. */
222 #undef HAVE_INET_ATON
224 /* Define if you have the inet_ntoa function. */
225 #undef HAVE_INET_NTOA
227 /* Define if you have the inet_pton function. */
228 #undef HAVE_INET_PTON
230 /* Define if you have the ioctl function. */
231 #undef HAVE_IOCTL
233 /* Define if you have the localtime_r function. */
234 #undef HAVE_LOCALTIME_R
236 /* Define if you have the memcpy function. */
237 #undef HAVE_MEMCPY
239 /* Define if you have the memmove function. */
240 #undef HAVE_MEMMOVE
242 /* Define if you have the mkdir function. */
243 #undef HAVE_MKDIR
245 /* Define if you have the nl_langinfo function. */
246 #undef HAVE_NL_LANGINFO
248 /* Define if you have the open function. */
249 #undef HAVE_OPEN
251 /* Define if you have the opendir function. */
252 #undef HAVE_OPENDIR
254 /* Define if you have the pipe function. */
255 #undef HAVE_PIPE
257 /* Define if you have the pthread_mutexattr_setkind_np function. */
258 #undef HAVE_PTHREAD_MUTEXATTR_SETKIND_NP
260 /* Define if you have the pthread_mutexattr_settype function. */
261 #undef HAVE_PTHREAD_MUTEXATTR_SETTYPE
263 /* Define if you have the readdir_r function. */
264 #undef HAVE_READDIR_R
266 /* Define if you have the realpath function. */
267 #undef HAVE_REALPATH
269 /* Define if you have the rename function. */
270 #undef HAVE_RENAME
272 /* Define if you have the rmdir function. */
273 #undef HAVE_RMDIR
275 /* Define if you have the sched_yield function. */
276 #undef HAVE_SCHED_YIELD
278 /* Define if you have the select function. */
279 #undef HAVE_SELECT
281 /* Define if you have the setlocale function. */
282 #undef HAVE_SETLOCALE
284 /* Define if you have the sigaction function. */
285 #undef HAVE_SIGACTION
287 /* Define if you have the sleep function. */
288 #undef HAVE_SLEEP
290 /* Define if you have the stat function. */
291 #undef HAVE_STAT
293 /* Define if you have the strerror function. */
294 #undef HAVE_STRERROR
296 /* Define if you have the time function. */
297 #undef HAVE_TIME
299 /* Define if you have the uname function. */
300 #undef HAVE_UNAME
302 /* Define if you have the unlink function. */
303 #undef HAVE_UNLINK
305 /* Define if you have the utime function. */
306 #undef HAVE_UTIME
308 /* Define if you have the <arpa/inet.h> header file. */
309 #undef HAVE_ARPA_INET_H
311 /* Define if you have the <bstring.h> header file. */
312 #undef HAVE_BSTRING_H
314 /* Define if you have the <dirent.h> header file. */
315 #undef HAVE_DIRENT_H
317 /* Define if you have the <dlfcn.h> header file. */
318 #undef HAVE_DLFCN_H
320 /* Define if you have the <execinfo.h> header file. */
321 #undef HAVE_EXECINFO_H
323 /* Define if you have the <fcntl.h> header file. */
324 #undef HAVE_FCNTL_H
326 /* Define if you have the <inttypes.h> header file. */
327 #undef HAVE_INTTYPES_H
329 /* Define if you have the <langinfo.h> header file. */
330 #undef HAVE_LANGINFO_H
332 /* Define if you have the <locale.h> header file. */
333 #undef HAVE_LOCALE_H
335 /* Define if you have the <netdb.h> header file. */
336 #undef HAVE_NETDB_H
338 /* Define if you have the <netinet/in.h> header file. */
339 #undef HAVE_NETINET_IN_H
341 /* Define if you have the <pwd.h> header file. */
342 #undef HAVE_PWD_H
344 /* Define if you have the <stdint.h> header file. */
345 #undef HAVE_STDINT_H
347 /* Define if you have the <sys/config.h> header file. */
348 #undef HAVE_SYS_CONFIG_H
350 /* Define if you have the <sys/filio.h> header file. */
351 #undef HAVE_SYS_FILIO_H
353 /* Define if you have the <sys/ioctl.h> header file. */
354 #undef HAVE_SYS_IOCTL_H
356 /* Define if you have the <sys/select.h> header file. */
357 #undef HAVE_SYS_SELECT_H
359 /* Define if you have the <sys/socket.h> header file. */
360 #undef HAVE_SYS_SOCKET_H
362 /* Define if you have the <sys/stat.h> header file. */
363 #undef HAVE_SYS_STAT_H
365 /* Define if you have the <sys/time.h> header file. */
366 #undef HAVE_SYS_TIME_H
368 /* Define if you have the <sys/types.h> header file. */
369 #undef HAVE_SYS_TYPES_H
371 /* Define if you have the <unistd.h> header file. */
372 #undef HAVE_UNISTD_H
374 /* Name of package */
375 #undef PACKAGE
377 /* Version number of package */
378 #undef VERSION
380 /* Define if the compiler is configured for setjmp/longjmp exceptions. */
381 #undef SJLJ_EXCEPTIONS
383 /* Required define if using POSIX threads */
384 #undef _REENTRANT
386 /* Required define if using POSIX threads */
387 #undef _POSIX_PTHREAD_SEMANTICS
389 /* Define if hash synchronization is in use */
390 #undef JV_HASH_SYNCHRONIZATION
392 /* Define if you have the iconv() function. */
393 #undef HAVE_ICONV
395 /* Define as const if the declaration of iconv() needs const. */
396 #undef ICONV_CONST
398 /* Define if your <locale.h> file defines LC_MESSAGES. */
399 #undef HAVE_LC_MESSAGES
401 /* Required define if using POSIX threads */
402 #undef _REENTRANT
404 /* Define if struct hostent_data is defined in netdb.h */
405 #undef HAVE_STRUCT_HOSTENT_DATA
407 /* Define if dlopen is available */
408 #undef HAVE_DLOPEN
410 /* The number of bytes in type void * */
411 #undef SIZEOF_VOID_P
413 /* Define if <inttypes.h> is available */
414 #undef HAVE_INTTYPES_H
416 /* Define if <inttypes.h> is available */
417 #undef JV_HAVE_INTTYPES_H