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

Last change on this file since 869 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. */