Initial revision
[gcc.git] / libjava / acconfig.h
1 /* Name of this package. */
2 #undef PACKAGE
3
4 /* Version number of this package. */
5 #undef VERSION
6
7 /* Define this if you want runtime debugging enabled. */
8 #undef DEBUG
9
10 /* Define if using POSIX threads that have the mutexattr functions. */
11 #undef HAVE_PTHREAD_MUTEXATTR_INIT
12
13 /* Define this if you prefer size over speed for java.lang.Character. */
14 #undef COMPACT_CHARACTER
15
16 /* Define if you have memcpy. */
17 #undef HAVE_MEMCPY
18
19 /* Define if you have memmove. */
20 #undef HAVE_MEMMOVE
21
22 /* Define if you have strerror. */
23 #undef HAVE_STRERROR
24
25 /* Define if you have fsync. */
26 #undef HAVE_FSYNC
27
28 /* Define if you have sleep. */
29 #undef HAVE_SLEEP
30
31 /* Define if you have __int32_t and __uint32_t. */
32 #undef HAVE_INT32_DEFINED
33
34 /* Define if you're running eCos. */
35 #undef ECOS
36
37 /* */
38 #undef HAVE_LOCALTIME
39
40 /* */
41 #undef HAVE_MKTIME
42
43 /* Define if using POSIX threads on Linux. */
44 #undef LINUX_THREADS
45
46 /* Define if you have the `ctime_r' function. */
47 #undef HAVE_CTIME_R
48
49 /* Define if you have the `gmtime_r' function. */
50 #undef HAVE_GMTIME_R
51
52 /* Define if you have the `localtime_r' function. */
53 #undef HAVE_LOCALTIME_R
54
55 /* Define if inet6 structures are defined in netinet/in.h. */
56 #undef HAVE_INET6
57
58 /* Define it socklen_t typedef is in sys/socket.h. */
59 #undef HAVE_SOCKLEN_T
60
61 /* Define if Boehm GC in use. */
62 #undef HAVE_BOEHM_GC
63
64 /* Define if gethostname is declared in <unistd.h>. */
65 #undef HAVE_GETHOSTNAME_DECL
66
67 /* Define if gethostbyname_r returns `int'. */
68 #undef GETHOSTBYNAME_R_RETURNS_INT
69
70 /* Define if gethostbyaddr_r returns `int'. */
71 #undef GETHOSTBYADDR_R_RETURNS_INT
72
73 /* Define if struct tm has tm_gmtoff field. */
74 #undef STRUCT_TM_HAS_GMTOFF
75
76 /* Define if global `timezone' exists. */
77 #undef HAVE_TIMEZONE
78
79 /* Define if you have the appropriate function. */
80 #undef HAVE_ACCESS
81 #undef HAVE_STAT
82 #undef HAVE_MKDIR
83 #undef HAVE_RENAME
84 #undef HAVE_RMDIR
85 #undef HAVE_UNLINK
86 #undef HAVE_REALPATH
87 #undef HAVE_READDIR_R
88 #undef HAVE_GETHOSTBYNAME_R
89 #undef HAVE_GETHOSTBYADDR_R