1 /* Name of this package. */
4 /* Version number of this package. */
7 /* Define this if you want runtime debugging enabled. */
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. */
19 /* Define if you have memmove. */
22 /* Define if you have strerror. */
25 /* Define if you have fsync. */
28 /* Define if you 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. */
46 /* Define if using POSIX threads on Linux. */
49 /* Define if you have the `gmtime_r' function. */
52 /* Define if you have the `localtime_r' function. */
53 #undef HAVE_LOCALTIME_R
55 /* Define to `int' if `ssize_t' is not defined. */
58 /* Define to 1 if `in_addr_t' is defined in sys/types.h or
62 /* Define if inet6 structures are defined in netinet/in.h. */
65 /* Define if struct ip_mreq is defined in netinet/in.h. */
66 #undef HAVE_STRUCT_IP_MREQ
68 /* Define it socklen_t typedef is in sys/socket.h. */
71 /* Define if Boehm GC in use. */
74 /* Define if gethostname is declared in <unistd.h>. */
75 #undef HAVE_GETHOSTNAME_DECL
77 /* Define if gethostbyname_r returns `int'. */
78 #undef GETHOSTBYNAME_R_RETURNS_INT
80 /* Define if gethostbyaddr_r returns `int'. */
81 #undef GETHOSTBYADDR_R_RETURNS_INT
83 /* Define if struct tm has tm_gmtoff field. */
84 #undef STRUCT_TM_HAS_GMTOFF
86 /* Define if global `timezone' exists. */
89 /* Define to version of GCJ in use. */
92 /* Define if you have the appropriate function. */
100 #undef HAVE_READDIR_R
101 #undef HAVE_GETHOSTBYNAME_R
102 #undef HAVE_GETHOSTBYADDR_R
104 /* Define if you want a bytecode interpreter. */
107 /* Define if pthread_mutex_t has m_count member. */
108 #undef PTHREAD_MUTEX_HAVE_M_COUNT
110 /* Define if pthread_mutex_t has __m_count member. */
111 #undef PTHREAD_MUTEX_HAVE___M_COUNT
113 /* Define if java.net native functions should be stubbed out. */
114 #undef DISABLE_JAVA_NET
116 /* Define if system properties shouldn't be read from
117 getenv("GCJ_PROPERTIES"). */
118 #undef DISABLE_GETENV_PROPERTIES
120 /* Define if using setjmp/longjmp exceptions. */
121 #undef SJLJ_EXCEPTIONS
123 /* Define if you have /proc/self/exe */
124 #undef HAVE_PROC_SELF_EXE
126 /* Define if you have dladdr() */
129 /* Define if getuid() and friends are missing. */
132 /* Define if libltdl is in use. */
135 /* Define if g++ has a bug preventing us from inlining math routines. */
136 #undef __NO_MATH_INLINES
138 /* Define if you have working iconv() function. */
141 /* Define if you are using JVMPI. */