source: trunk/src/gcc/libjava/acconfig.h@ 765

Last change on this file since 765 was 2, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 3.7 KB
Line 
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 have u_int32_t */
35#undef HAVE_BSD_INT32_DEFINED
36
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
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 to `int' if `ssize_t' is not defined. */
56#undef ssize_t
57
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
61
62/* Define if inet6 structures are defined in netinet/in.h. */
63#undef HAVE_INET6
64
65/* Define if struct ip_mreq is defined in netinet/in.h. */
66#undef HAVE_STRUCT_IP_MREQ
67
68/* Define if struct ipv6_mreq is defined in netinet/in.h. */
69#undef HAVE_STRUCT_IPV6_MREQ
70
71/* Define it socklen_t typedef is in sys/socket.h. */
72#undef HAVE_SOCKLEN_T