]> gcc.gnu.org Git - gcc.git/blame - libjava/acconfig.h
2003-05-19 Michael Koch <konqueror@gmx.de>
[gcc.git] / libjava / acconfig.h
CommitLineData
ee9dd372
TT
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
0d16618c 31/* Define if you have int32_t and uint32_t. */
ee9dd372
TT
32#undef HAVE_INT32_DEFINED
33
0d16618c
TT
34/* Define if you have u_int32_t */
35#undef HAVE_BSD_INT32_DEFINED
36
ee9dd372
TT
37/* Define if you're running eCos. */
38#undef ECOS
39
40/* */
41#undef HAVE_LOCALTIME
42
43/* */
44#undef HAVE_MKTIME
45
46/* Define if using POSIX threads on Linux. */
47#undef LINUX_THREADS
48
ee9dd372
TT
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
a3e174ea
AO
55/* Define to `int' if `ssize_t' is not defined. */
56#undef ssize_t
57
ccfe7e46
AO
58/* Define to 1 if `in_addr_t' is defined in sys/types.h or
59 netinet/in.h. */
60#undef HAVE_IN_ADDR_T
a3e174ea 61
ee9dd372
TT
62/* Define if inet6 structures are defined in netinet/in.h. */
63#undef HAVE_INET6
64
ccfe7e46
AO
65/* Define if struct ip_mreq is defined in netinet/in.h. */
66#undef HAVE_STRUCT_IP_MREQ
67
60a78ccf
RO
68/* Define if struct ipv6_mreq is defined in netinet/in.h. */
69#undef HAVE_STRUCT_IPV6_MREQ
70
ee9dd372
TT
71/* Define it socklen_t typedef is in sys/socket.h. */
72#undef HAVE_SOCKLEN_T
73
74/* Define if Boehm GC in use. */
75#undef HAVE_BOEHM_GC
76
77/* Define if gethostname is declared in <unistd.h>. */
78#undef HAVE_GETHOSTNAME_DECL
79
80/* Define if gethostbyname_r returns `int'. */
81#undef GETHOSTBYNAME_R_RETURNS_INT
82
83/* Define if gethostbyaddr_r returns `int'. */
84#undef GETHOSTBYADDR_R_RETURNS_INT
85
86/* Define if struct tm has tm_gmtoff field. */
87#undef STRUCT_TM_HAS_GMTOFF
88
89/* Define if global `timezone' exists. */
90#undef HAVE_TIMEZONE
91
1b5a2139
BM
92/* Define to version of GCJ in use. */
93#undef GCJVERSION
94
95/* Define if if the synchronization code should try to avoid pthread_self
96 calls by caching thread IDs in a hashtable. */
97#undef SLOW_PTHREAD_SELF
98
ee9dd372
TT
99/* Define if you have the appropriate function. */
100#undef HAVE_ACCESS
101#undef HAVE_STAT
102#undef HAVE_MKDIR
103#undef HAVE_RENAME
104#undef HAVE_RMDIR
105#undef HAVE_UNLINK
106#undef HAVE_REALPATH
107#undef HAVE_READDIR_R
108#undef HAVE_GETHOSTBYNAME_R
109#undef HAVE_GETHOSTBYADDR_R
0148e1ee 110#undef HAVE_FTRUNCATE
58eb6e7c
AG
111
112/* Define if you want a bytecode interpreter. */
113#undef INTERPRETER
bc5afba4
TT
114
115/* Define if pthread_mutex_t has m_count member. */
116#undef PTHREAD_MUTEX_HAVE_M_COUNT
117
118/* Define if pthread_mutex_t has __m_count member. */
119#undef PTHREAD_MUTEX_HAVE___M_COUNT
4b68fe8a
TT
120
121/* Define if java.net native functions should be stubbed out. */
122#undef DISABLE_JAVA_NET
ffccc6be 123
c8fb9813
AG
124/* Define if we're to use libffi. */
125#undef USE_LIBFFI
126
ffccc6be
AG
127/* Define if system properties shouldn't be read from
128 getenv("GCJ_PROPERTIES"). */
129#undef DISABLE_GETENV_PROPERTIES
3cf88fb4 130
b5ee195f
AG
131/* Define if we should ignore arguments to main(). */
132#undef DISABLE_MAIN_ARGS
133
3cf88fb4
TT
134/* Define if using setjmp/longjmp exceptions. */
135#undef SJLJ_EXCEPTIONS
6150df62 136
283a159f
AH
137/* Define if you have /proc/self/exe */
138#undef HAVE_PROC_SELF_EXE
139
b9f243c2
AH
140/* Define if you have dladdr() */
141#undef HAVE_DLADDR
142
b5ee195f
AG
143/* Define if tzname is missing. */
144#undef NO_TZNAME
145
6150df62
TT
146/* Define if getuid() and friends are missing. */
147#undef NO_GETUID
7af85558
TT
148
149/* Define if libltdl is in use. */
150#undef USE_LTDL
7bee4c4c
AG
151
152/* Define if g++ has a bug preventing us from inlining math routines. */
153#undef __NO_MATH_INLINES
946efde1
TT
154
155/* Define if you have working iconv() function. */
156#undef HAVE_ICONV
54c2f04b
AG
157
158/* Define if you are using JVMPI. */
159#undef ENABLE_JVMPI
0659e0e3
DB
160
161/* Define if your platform has a working backtrace() function. */
162#undef HAVE_BACKTRACE
163
164/* Define if your platform has the global _timezone variable. */
165#undef HAVE_UNDERSCORE_TIMEZONE
This page took 0.309411 seconds and 5 git commands to generate.