source: trunk/third/gcc/config.in @ 11288

Revision 11288, 3.1 KB checked in by ghudson, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r11287, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.in.  Generated automatically from configure.in by autoheader.  */
2/* Define if you have a working <inttypes.h> header file.  */
3#undef HAVE_INTTYPES_H
4
5/* Whether malloc must be declared even if <stdlib.h> is included.  */
6#undef NEED_DECLARATION_MALLOC
7
8/* Whether realloc must be declared even if <stdlib.h> is included.  */
9#undef NEED_DECLARATION_REALLOC
10
11/* Whether calloc must be declared even if <stdlib.h> is included.  */
12#undef NEED_DECLARATION_CALLOC
13
14/* Whether free must be declared even if <stdlib.h> is included.  */
15#undef NEED_DECLARATION_FREE
16
17/* Whether index must be declared even if <stdlib.h> is included.  */
18#undef NEED_DECLARATION_INDEX
19
20/* Whether rindex must be declared even if <stdlib.h> is included.  */
21#undef NEED_DECLARATION_RINDEX
22
23/* Whether getenv must be declared even if <stdlib.h> is included.  */
24#undef NEED_DECLARATION_GETENV
25
26/* Whether sbrk must be declared even if <stdlib.h> is included.  */
27#undef NEED_DECLARATION_SBRK
28
29/* Define if you have the ANSI C header files.  */
30#undef STDC_HEADERS
31
32/* Define if `sys_siglist' is declared by <signal.h>.  */
33#undef SYS_SIGLIST_DECLARED
34
35/* Define if you can safely include both <sys/time.h> and <time.h>.  */
36#undef TIME_WITH_SYS_TIME
37
38/* Define if you have the bcmp function.  */
39#undef HAVE_BCMP
40
41/* Define if you have the bcopy function.  */
42#undef HAVE_BCOPY
43
44/* Define if you have the bzero function.  */
45#undef HAVE_BZERO
46
47/* Define if you have the getrlimit function.  */
48#undef HAVE_GETRLIMIT
49
50/* Define if you have the index function.  */
51#undef HAVE_INDEX
52
53/* Define if you have the kill function.  */
54#undef HAVE_KILL
55
56/* Define if you have the popen function.  */
57#undef HAVE_POPEN
58
59/* Define if you have the putenv function.  */
60#undef HAVE_PUTENV
61
62/* Define if you have the rindex function.  */
63#undef HAVE_RINDEX
64
65/* Define if you have the setrlimit function.  */
66#undef HAVE_SETRLIMIT
67
68/* Define if you have the strerror function.  */
69#undef HAVE_STRERROR
70
71/* Define if you have the sysconf function.  */
72#undef HAVE_SYSCONF
73
74/* Define if you have the vprintf function.  */
75#undef HAVE_VPRINTF
76
77/* Define if you have the <fcntl.h> header file.  */
78#undef HAVE_FCNTL_H
79
80/* Define if you have the <limits.h> header file.  */
81#undef HAVE_LIMITS_H
82
83/* Define if you have the <stddef.h> header file.  */
84#undef HAVE_STDDEF_H
85
86/* Define if you have the <stdlib.h> header file.  */
87#undef HAVE_STDLIB_H
88
89/* Define if you have the <string.h> header file.  */
90#undef HAVE_STRING_H
91
92/* Define if you have the <strings.h> header file.  */
93#undef HAVE_STRINGS_H
94
95/* Define if you have the <sys/file.h> header file.  */
96#undef HAVE_SYS_FILE_H
97
98/* Define if you have the <sys/param.h> header file.  */
99#undef HAVE_SYS_PARAM_H
100
101/* Define if you have the <sys/resource.h> header file.  */
102#undef HAVE_SYS_RESOURCE_H
103
104/* Define if you have the <sys/time.h> header file.  */
105#undef HAVE_SYS_TIME_H
106
107/* Define if you have the <sys/times.h> header file.  */
108#undef HAVE_SYS_TIMES_H
109
110/* Define if you have the <time.h> header file.  */
111#undef HAVE_TIME_H
112
113/* Define if you have the <unistd.h> header file.  */
114#undef HAVE_UNISTD_H
Note: See TracBrowser for help on using the repository browser.