config.h.in 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. /* include/config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Name of default AWT toolkit */
  5. #undef AWT_TOOLKIT
  6. /* Define if system properties shouldn't be read from
  7. getenv("GCJ_PROPERTIES"). */
  8. #undef DISABLE_GETENV_PROPERTIES
  9. /* Define if java.net native functions should be stubbed out. */
  10. #undef DISABLE_JAVA_NET
  11. /* Define if we should ignore arguments to main(). */
  12. #undef DISABLE_MAIN_ARGS
  13. /* Define if you're running eCos. */
  14. #undef ECOS
  15. /* Define if you are using JVMPI. */
  16. #undef ENABLE_JVMPI
  17. /* Short GCJ version ID */
  18. #undef GCJVERSION
  19. /* Define if gethostbyaddr_r returns 'int'. */
  20. #undef GETHOSTBYADDR_R_RETURNS_INT
  21. /* Define if gethostbyname_r returns 'int'. */
  22. #undef GETHOSTBYNAME_R_RETURNS_INT
  23. /* Define to 1 if you have the `access' function. */
  24. #undef HAVE_ACCESS
  25. /* Define to 1 if you have the <arpa/inet.h> header file. */
  26. #undef HAVE_ARPA_INET_H
  27. /* Define if Boehm GC in use. */
  28. #undef HAVE_BOEHM_GC
  29. /* Define if you have u_int32_t */
  30. #undef HAVE_BSD_INT32_DEFINED
  31. /* Define to 1 if the target assembler supports thread-local storage. */
  32. #undef HAVE_CC_TLS
  33. /* Define to 1 if you have the `chmod' function. */
  34. #undef HAVE_CHMOD
  35. /* Define if you have clock_gettime() */
  36. #undef HAVE_CLOCK_GETTIME
  37. /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
  38. */
  39. #undef HAVE_DECL_TZNAME
  40. /* Define to 1 if you have the <dirent.h> header file. */
  41. #undef HAVE_DIRENT_H
  42. /* Define if you have dladdr() */
  43. #undef HAVE_DLADDR
  44. /* Define to 1 if you have the <dlfcn.h> header file. */
  45. #undef HAVE_DLFCN_H
  46. /* Define if dlopen is available */
  47. #undef HAVE_DLOPEN
  48. /* Define to 1 if you have the <fcntl.h> header file. */
  49. #undef HAVE_FCNTL_H
  50. /* Define to 1 if you have the `fstat' function. */
  51. #undef HAVE_FSTAT
  52. /* Define to 1 if you have the `fsync' function. */
  53. #undef HAVE_FSYNC
  54. /* Define to 1 if you have the `ftime' function. */
  55. #undef HAVE_FTIME
  56. /* Define to 1 if you have the `ftruncate' function. */
  57. #undef HAVE_FTRUNCATE
  58. /* Define to 1 if you have the `getcwd' function. */
  59. #undef HAVE_GETCWD
  60. /* Define if you have the 'gethostbyaddr_r' function. */
  61. #undef HAVE_GETHOSTBYADDR_R
  62. /* Define if you have the 'gethostbyname_r' function. */
  63. #undef HAVE_GETHOSTBYNAME_R
  64. /* Define if you have the 'gethostname' function. */
  65. #undef HAVE_GETHOSTNAME
  66. /* Define if gethostname is declared in <unistd.h>. */
  67. #undef HAVE_GETHOSTNAME_DECL
  68. /* Define to 1 if you have the `getifaddrs' function. */
  69. #undef HAVE_GETIFADDRS
  70. /* Define if _Unwind_GetIPInfo is available. */
  71. #undef HAVE_GETIPINFO
  72. /* Define to 1 if you have the `getpwuid_r' function. */
  73. #undef HAVE_GETPWUID_R
  74. /* Define to 1 if you have the `getrlimit' function. */
  75. #undef HAVE_GETRLIMIT
  76. /* Define to 1 if you have the `gettimeofday' function. */
  77. #undef HAVE_GETTIMEOFDAY
  78. /* Define if you have the 'gmtime_r' function */
  79. #undef HAVE_GMTIME_R
  80. /* Define if you have the iconv() function. */
  81. #undef HAVE_ICONV
  82. /* Define to 1 if you have the <ifaddrs.h> header file. */
  83. #undef HAVE_IFADDRS_H
  84. /* Define if inet6 structures are defined in netinet/in.h. */
  85. #undef HAVE_INET6
  86. /* Define to 1 if you have the `inet_addr' function. */
  87. #undef HAVE_INET_ADDR
  88. /* Define to 1 if you have the `inet_aton' function. */
  89. #undef HAVE_INET_ATON
  90. /* Define to 1 if you have the `inet_ntoa' function. */
  91. #undef HAVE_INET_NTOA
  92. /* Define to 1 if you have the `inet_pton' function. */
  93. #undef HAVE_INET_PTON
  94. /* Define if you have int32_t and uint32_t. */
  95. #undef HAVE_INT32_DEFINED
  96. /* Define if <inttypes.h> is available */
  97. #undef HAVE_INTTYPES_H
  98. /* Define to 1 if 'in_addr_t' is defined in sys/types.h or netinet/in.h. */
  99. #undef HAVE_IN_ADDR_T
  100. /* Define to 1 if you have the <langinfo.h> header file. */
  101. #undef HAVE_LANGINFO_H
  102. /* Define if your <locale.h> file defines LC_MESSAGES. */
  103. #undef HAVE_LC_MESSAGES
  104. /* Define to 1 if you have the <locale.h> header file. */
  105. #undef HAVE_LOCALE_H
  106. /* Define is you have 'localtime' in <time.h> */
  107. #undef HAVE_LOCALTIME
  108. /* Define to 1 if you have the `localtime_r' function. */
  109. #undef HAVE_LOCALTIME_R
  110. /* Define to 1 if you have the `lstat' function. */
  111. #undef HAVE_LSTAT
  112. /* Define to 1 if you have the <magic.h> header file. */
  113. #undef HAVE_MAGIC_H
  114. /* Define if magic.h declares magic_t */
  115. #undef HAVE_MAGIC_T
  116. /* Define to 1 if you have the `memcpy' function. */
  117. #undef HAVE_MEMCPY
  118. /* Define to 1 if you have the `memmove' function. */
  119. #undef HAVE_MEMMOVE
  120. /* Define to 1 if you have the <memory.h> header file. */
  121. #undef HAVE_MEMORY_H
  122. /* Define to 1 if you have the `mkdir' function. */
  123. #undef HAVE_MKDIR
  124. /* Define to 1 if you have the `mmap' function. */
  125. #undef HAVE_MMAP
  126. /* Define to 1 if you have the <netdb.h> header file. */
  127. #undef HAVE_NETDB_H
  128. /* Define to 1 if you have the <netinet/in.h> header file. */
  129. #undef HAVE_NETINET_IN_H
  130. /* Define to 1 if you have the <net/if.h> header file. */
  131. #undef HAVE_NET_IF_H
  132. /* Define to 1 if you have the `nl_langinfo' function. */
  133. #undef HAVE_NL_LANGINFO
  134. /* Define to 1 if you have the `open' function. */
  135. #undef HAVE_OPEN
  136. /* Define to 1 if you have the `opendir' function. */
  137. #undef HAVE_OPENDIR
  138. /* Define if you have /proc/self/exe */
  139. #undef HAVE_PROC_SELF_EXE
  140. /* Define if you have /proc/self/maps */
  141. #undef HAVE_PROC_SELF_MAPS
  142. /* Define if using POSIX threads that have the mutexattr functions. */
  143. #undef HAVE_PTHREAD_MUTEXATTR_INIT
  144. /* Define to 1 if you have the <pwd.h> header file. */
  145. #undef HAVE_PWD_H
  146. /* Define to 1 if you have the `readlink' function. */
  147. #undef HAVE_READLINK
  148. /* Define to 1 if you have the `rename' function. */
  149. #undef HAVE_RENAME
  150. /* Define to 1 if you have the `rmdir' function. */
  151. #undef HAVE_RMDIR
  152. /* Define to 1 if you have the `sched_yield' function. */
  153. #undef HAVE_SCHED_YIELD
  154. /* Define to 1 if you have the `select' function. */
  155. #undef HAVE_SELECT
  156. /* Define to 1 if you have the `setlocale' function. */
  157. #undef HAVE_SETLOCALE
  158. /* Define to 1 if you have the `sigaction' function. */
  159. #undef HAVE_SIGACTION
  160. /* Define to 1 if you have the `sleep' function. */
  161. #undef HAVE_SLEEP
  162. /* Define it socklen_t typedef is in sys/socket.h. */
  163. #undef HAVE_SOCKLEN_T
  164. /* Define to 1 if you have the `stat' function. */
  165. #undef HAVE_STAT
  166. /* Define to 1 if you have the <stdint.h> header file. */
  167. #undef HAVE_STDINT_H
  168. /* Define to 1 if you have the <stdlib.h> header file. */
  169. #undef HAVE_STDLIB_H
  170. /* Define to 1 if you have the `strerror_r' function. */
  171. #undef HAVE_STRERROR_R
  172. /* Define to 1 if you have the <strings.h> header file. */
  173. #undef HAVE_STRINGS_H
  174. /* Define to 1 if you have the <string.h> header file. */
  175. #undef HAVE_STRING_H
  176. /* Define if struct hostent_data is defined in netdb.h */
  177. #undef HAVE_STRUCT_HOSTENT_DATA
  178. /* Define if struct ipv6_mreq is defined in netinet/in.h. */
  179. #undef HAVE_STRUCT_IPV6_MREQ
  180. /* Define if struct ip_mreq is defined in netinet/in.h. */
  181. #undef HAVE_STRUCT_IP_MREQ
  182. /* Define to 1 if `struct tm' is a member of `tm_zone'. */
  183. #undef HAVE_STRUCT_TM_TM_ZONE
  184. /* Define to 1 if you have the <sys/config.h> header file. */
  185. #undef HAVE_SYS_CONFIG_H
  186. /* Define to 1 if you have the <sys/filio.h> header file. */
  187. #undef HAVE_SYS_FILIO_H
  188. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  189. #undef HAVE_SYS_IOCTL_H
  190. /* Define to 1 if you have the <sys/resource.h> header file. */
  191. #undef HAVE_SYS_RESOURCE_H
  192. /* Define to 1 if you have the <sys/rw_lock.h> header file. */
  193. #undef HAVE_SYS_RW_LOCK_H
  194. /* Define to 1 if you have the <sys/select.h> header file. */
  195. #undef HAVE_SYS_SELECT_H
  196. /* Define to 1 if you have the <sys/socket.h> header file. */
  197. #undef HAVE_SYS_SOCKET_H
  198. /* Define to 1 if you have the <sys/stat.h> header file. */
  199. #undef HAVE_SYS_STAT_H
  200. /* Define to 1 if you have the <sys/time.h> header file. */
  201. #undef HAVE_SYS_TIME_H
  202. /* Define to 1 if you have the <sys/types.h> header file. */
  203. #undef HAVE_SYS_TYPES_H
  204. /* Define to 1 if you have the `time' function. */
  205. #undef HAVE_TIME
  206. /* Define if global 'timezone' exists. */
  207. #undef HAVE_TIMEZONE
  208. /* Define to 1 if the target supports thread-local storage. */
  209. #undef HAVE_TLS
  210. /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
  211. `HAVE_STRUCT_TM_TM_ZONE' instead. */
  212. #undef HAVE_TM_ZONE
  213. /* Define to 1 if you don't have `tm_zone' but do have the external array
  214. `tzname'. */
  215. #undef HAVE_TZNAME
  216. /* Define to 1 if you have the `uname' function. */
  217. #undef HAVE_UNAME
  218. /* Define if your platform has the global _timezone variable. */
  219. #undef HAVE_UNDERSCORE_TIMEZONE
  220. /* Define to 1 if you have the <unistd.h> header file. */
  221. #undef HAVE_UNISTD_H
  222. /* Define to 1 if you have the `unlink' function. */
  223. #undef HAVE_UNLINK
  224. /* Define to 1 if you have the `usleep' function. */
  225. #undef HAVE_USLEEP
  226. /* Define if usleep is declared in <unistd.h>. */
  227. #undef HAVE_USLEEP_DECL
  228. /* Define to 1 if you have the `utime' function. */
  229. #undef HAVE_UTIME
  230. /* Define to 1 if you have the file `/proc/self/exe'. */
  231. #undef HAVE__PROC_SELF_EXE
  232. /* Define to 1 if you have the file `/proc/self/maps'. */
  233. #undef HAVE__PROC_SELF_MAPS
  234. /* Define as const if the declaration of iconv() needs const. */
  235. #undef ICONV_CONST
  236. /* Define if you want a bytecode interpreter. */
  237. #undef INTERPRETER
  238. /* API compatibility version string */
  239. #undef JV_API_VERSION
  240. /* Define if hash synchronization is in use */
  241. #undef JV_HASH_SYNCHRONIZATION
  242. /* Define if <inttypes.h> is available */
  243. #undef JV_HAVE_INTTYPES_H
  244. /* Indicate that linker is not able to 8-byte align static data */
  245. #undef JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS
  246. /* Compatibility version string */
  247. #undef JV_VERSION
  248. /* Define if we want to use debug calls into the garbage collector. */
  249. #undef LIBGCJ_GC_DEBUG
  250. /* Installation prefix */
  251. #undef LIBGCJ_PREFIX
  252. /* Define if using POSIX threads on Linux. */
  253. #undef LINUX_THREADS
  254. /* Define to the name of the environment variable that determines the dynamic
  255. library search path. */
  256. #undef LTDL_SHLIBPATH_VAR
  257. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  258. */
  259. #undef LT_OBJDIR
  260. /* Define if MinGW libgcj uses the Windows UNICODE OS API. */
  261. #undef MINGW_LIBGCJ_UNICODE
  262. /* Define if getuid() and friends are missing. */
  263. #undef NO_GETUID
  264. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  265. #undef NO_MINUS_C_MINUS_O
  266. /* Name of package */
  267. #undef PACKAGE
  268. /* Define to the address where bug reports for this package should be sent. */
  269. #undef PACKAGE_BUGREPORT
  270. /* Define to the full name of this package. */
  271. #undef PACKAGE_NAME
  272. /* Define to the full name and version of this package. */
  273. #undef PACKAGE_STRING
  274. /* Define to the one symbol short name of this package. */
  275. #undef PACKAGE_TARNAME
  276. /* Define to the home page for this package. */
  277. #undef PACKAGE_URL
  278. /* Define to the version of this package. */
  279. #undef PACKAGE_VERSION
  280. /* Define if pthread_mutex_t has m_count member. */
  281. #undef PTHREAD_MUTEX_HAVE_M_COUNT
  282. /* Define if pthread_mutex_t has __m_count member. */
  283. #undef PTHREAD_MUTEX_HAVE___M_COUNT
  284. /* The size of `void *', as computed by sizeof. */
  285. #undef SIZEOF_VOID_P
  286. /* Define if the compiler is configured for setjmp/longjmp exceptions. */
  287. #undef SJLJ_EXCEPTIONS
  288. /* Define if if the synchronization code should try to avoid pthread_self
  289. calls by caching thread IDs in a hashtable. */
  290. #undef SLOW_PTHREAD_SELF
  291. /* Define to 1 if you have the ANSI C header files. */
  292. #undef STDC_HEADERS
  293. /* Define if struct tm has tm_gmtoff field. */
  294. #undef STRUCT_TM_HAS_GMTOFF
  295. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  296. #undef TM_IN_SYS_TIME
  297. /* Define if we're to use libffi. */
  298. #undef USE_LIBFFI
  299. /* Define if libltdl is in use. */
  300. #undef USE_LTDL
  301. /* Version number of package */
  302. #undef VERSION
  303. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  304. significant byte first (like Motorola and SPARC, unlike Intel). */
  305. #if defined AC_APPLE_UNIVERSAL_BUILD
  306. # if defined __BIG_ENDIAN__
  307. # define WORDS_BIGENDIAN 1
  308. # endif
  309. #else
  310. # ifndef WORDS_BIGENDIAN
  311. # undef WORDS_BIGENDIAN
  312. # endif
  313. #endif
  314. /* Define to 1 if the X Window System is missing or not being used. */
  315. #undef X_DISPLAY_MISSING
  316. /* Required define if using POSIX threads */
  317. #undef _POSIX_PTHREAD_SEMANTICS
  318. /* Required define if using POSIX threads */
  319. #undef _REENTRANT
  320. /* Define this if you want runtime debugging enabled. */
  321. #undef __GCJ_DEBUG
  322. /* Define to `int' if <sys/types.h> does not define. */
  323. #undef ssize_t