source: trunk/src/gcc/libjava/include/config.h.in@ 2

Last change on this file since 2 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: 10.3 KB
Line 
1/* include/config.h.in. Generated automatically from configure.in by autoheader. */
2
3/* Define if using alloca.c. */
4#undef C_ALLOCA
5
6/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
7 This function is required for alloca.c support on those systems. */
8#undef CRAY_STACKSEG_END
9
10/* Define if you have alloca, as a function or macro. */
11#undef HAVE_ALLOCA
12
13/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
14#undef HAVE_ALLOCA_H
15
16/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
17#undef HAVE_SYS_WAIT_H
18
19/* Define if your struct tm has tm_zone. */
20#undef HAVE_TM_ZONE
21
22/* Define if you don't have tm_zone but do have the external array
23 tzname. */
24#undef HAVE_TZNAME
25
26/* If using the C implementation of alloca, define if you know the
27 direction of stack growth for your system; otherwise it will be
28 automatically deduced at run-time.
29 STACK_DIRECTION > 0 => grows toward higher addresses
30 STACK_DIRECTION < 0 => grows toward lower addresses
31 STACK_DIRECTION = 0 => direction of growth unknown
32 */
33#undef STACK_DIRECTION
34
35/* Define if you have the ANSI C header files. */
36#undef STDC_HEADERS
37
38/* Define if your <sys/time.h> declares struct tm. */
39#undef TM_IN_SYS_TIME
40
41/* Define if the X Window System is missing or not being used. */
42#undef X_DISPLAY_MISSING
43
44/* Define this if you want runtime debugging enabled. */
45#undef DEBUG
46
47/* Define if using POSIX threads that have the mutexattr functions. */
48#undef HAVE_PTHREAD_MUTEXATTR_INIT
49
50/* Define if you have memcpy. */
51#undef HAVE_MEMCPY
52
53/* Define if you have memmove. */
54#undef HAVE_MEMMOVE
55
56/* Define if you have strerror. */
57#undef HAVE_STRERROR
58
59/* Define if you have int32_t and uint32_t. */
60#undef HAVE_INT32_DEFINED
61
62/* Define if you have u_int32_t */
63#undef HAVE_BSD_INT32_DEFINED
64
65/* Define if you're running eCos. */
66#undef ECOS
67
68/* */
69#undef HAVE_LOCALTIME
70
71/* */
72#undef HAVE_MKTIME
73
74/* Define if using POSIX threads on Linux. */
75#undef LINUX_THREADS
76
77/* Define if you have the `gmtime_r' function. */
78#undef HAVE_GMTIME_R
79
80/* Define if you have the `localtime_r' function. */