* decl.c (add_decl_to_level): Remove TREE_PERMANENT assertion.
[official-gcc.git] / libjava / acconfig.h
blob2d3762e1170b39fdcc3237d08afdae8b26f2a1b9
1 /* Name of this package. */
2 #undef PACKAGE
4 /* Version number of this package. */
5 #undef VERSION
7 /* Define this if you want runtime debugging enabled. */
8 #undef DEBUG
10 /* Define if using POSIX threads that have the mutexattr functions. */
11 #undef HAVE_PTHREAD_MUTEXATTR_INIT
13 /* Define this if you prefer size over speed for java.lang.Character. */
14 #undef COMPACT_CHARACTER
16 /* Define if you have memcpy. */
17 #undef HAVE_MEMCPY
19 /* Define if you have memmove. */
20 #undef HAVE_MEMMOVE
22 /* Define if you have strerror. */
23 #undef HAVE_STRERROR
25 /* Define if you have fsync. */
26 #undef HAVE_FSYNC
28 /* Define if you have sleep. */
29 #undef HAVE_SLEEP
31 /* Define if you have int32_t and uint32_t. */
32 #undef HAVE_INT32_DEFINED
34 /* Define if you have u_int32_t */
35 #undef HAVE_BSD_INT32_DEFINED
37 /* Define if you're running eCos. */
38 #undef ECOS
40 /* */
41 #undef HAVE_LOCALTIME
43 /* */
44 #undef HAVE_MKTIME
46 /* Define if using POSIX threads on Linux. */
47 #undef LINUX_THREADS
49 /* Define if you have the `ctime_r' function. */
50 #undef HAVE_CTIME_R
52 /* Define if you have the `gmtime_r' function. */
53 #undef HAVE_GMTIME_R
55 /* Define if you have the `localtime_r' function. */
56 #undef HAVE_LOCALTIME_R
58 /* Define to `int' if `ssize_t' is not defined. */
59 #undef ssize_t
61 /* Define to 1 if `in_addr_t' is defined in sys/types.h or
62 netinet/in.h. */
63 #undef HAVE_IN_ADDR_T
65 /* Define if inet6 structures are defined in netinet/in.h. */
66 #undef HAVE_INET6
68 /* Define if struct ip_mreq is defined in netinet/in.h. */
69 #undef HAVE_STRUCT_IP_MREQ
71 /* Define it socklen_t typedef is in sys/socket.h. */
72 #undef HAVE_SOCKLEN_T
74 /* Define if Boehm GC in use. */
75 #undef HAVE_BOEHM_GC
77 /* Define if gethostname is declared in <unistd.h>. */
78 #undef HAVE_GETHOSTNAME_DECL
80 /* Define if gethostbyname_r returns `int'. */
81 #undef GETHOSTBYNAME_R_RETURNS_INT
83 /* Define if gethostbyaddr_r returns `int'. */
84 #undef GETHOSTBYADDR_R_RETURNS_INT
86 /* Define if struct tm has tm_gmtoff field. */
87 #undef STRUCT_TM_HAS_GMTOFF
89 /* Define if global `timezone' exists. */
90 #undef HAVE_TIMEZONE
92 /* Define to version of GCJ in use. */
93 #undef GCJVERSION
95 /* Define if you have the appropriate function. */
96 #undef HAVE_ACCESS
97 #undef HAVE_STAT
98 #undef HAVE_MKDIR
99 #undef HAVE_RENAME
100 #undef HAVE_RMDIR
101 #undef HAVE_UNLINK
102 #undef HAVE_REALPATH
103 #undef HAVE_READDIR_R
104 #undef HAVE_GETHOSTBYNAME_R
105 #undef HAVE_GETHOSTBYADDR_R
107 /* Define if you want a bytecode interpreter. */
108 #undef INTERPRETER
110 /* Define if pthread_mutex_t has m_count member. */
111 #undef PTHREAD_MUTEX_HAVE_M_COUNT
113 /* Define if pthread_mutex_t has __m_count member. */
114 #undef PTHREAD_MUTEX_HAVE___M_COUNT