OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [libiberty/] [config.in] - Blame information for rev 1776

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
/* config.in.  Generated automatically from configure.in by autoheader.  */
2
 
3
/* Define to empty if the keyword does not work.  */
4
#undef const
5
 
6
/* Define if you have a working `mmap' system call.  */
7
#undef HAVE_MMAP
8
 
9
/* Define if you have  that is POSIX.1 compatible.  */
10
#undef HAVE_SYS_WAIT_H
11
 
12
/* Define if you have .  */
13
#undef HAVE_VFORK_H
14
 
15
/* Define as __inline if that's what the C compiler calls it.  */
16
#undef inline
17
 
18
/* Define to `int' if  doesn't define.  */
19
#undef pid_t
20
 
21
/* Define if you need to in order for stat and other things to work.  */
22
#undef _POSIX_SOURCE
23
 
24
/* Define if you have the ANSI C header files.  */
25
#undef STDC_HEADERS
26
 
27
/* Define if you can safely include both  and .  */
28
#undef TIME_WITH_SYS_TIME
29
 
30
/* Define vfork as fork if vfork does not work.  */
31
#undef vfork
32
 
33
/* Define if you have the asprintf function.  */
34
#undef HAVE_ASPRINTF
35
 
36
/* Define if you have the atexit function.  */
37
#undef HAVE_ATEXIT
38
 
39
/* Define if you have the basename function.  */
40
#undef HAVE_BASENAME
41
 
42
/* Define if you have the bcmp function.  */
43
#undef HAVE_BCMP
44
 
45
/* Define if you have the bcopy function.  */
46
#undef HAVE_BCOPY
47
 
48
/* Define if you have the bsearch function.  */
49
#undef HAVE_BSEARCH
50
 
51
/* Define if you have the bzero function.  */
52
#undef HAVE_BZERO
53
 
54
/* Define if you have the calloc function.  */
55
#undef HAVE_CALLOC
56
 
57
/* Define if you have the clock function.  */
58
#undef HAVE_CLOCK
59
 
60
/* Define if you have the getcwd function.  */
61
#undef HAVE_GETCWD
62
 
63
/* Define if you have the getpagesize function.  */
64
#undef HAVE_GETPAGESIZE
65
 
66
/* Define if you have the getrusage function.  */
67
#undef HAVE_GETRUSAGE
68
 
69
/* Define if you have the gettimeofday function.  */
70
#undef HAVE_GETTIMEOFDAY
71
 
72
/* Define if you have the index function.  */
73
#undef HAVE_INDEX
74
 
75
/* Define if you have the insque function.  */
76
#undef HAVE_INSQUE
77
 
78
/* Define if you have the memchr function.  */
79
#undef HAVE_MEMCHR
80
 
81
/* Define if you have the memcmp function.  */
82
#undef HAVE_MEMCMP
83
 
84
/* Define if you have the memcpy function.  */
85
#undef HAVE_MEMCPY
86
 
87
/* Define if you have the memmove function.  */
88
#undef HAVE_MEMMOVE
89
 
90
/* Define if you have the memset function.  */
91
#undef HAVE_MEMSET
92
 
93
/* Define if you have the mkstemps function.  */
94
#undef HAVE_MKSTEMPS
95
 
96
/* Define if you have the on_exit function.  */
97
#undef HAVE_ON_EXIT
98
 
99
/* Define if you have the psignal function.  */
100
#undef HAVE_PSIGNAL
101
 
102
/* Define if you have the putenv function.  */
103
#undef HAVE_PUTENV
104
 
105
/* Define if you have the random function.  */
106
#undef HAVE_RANDOM
107
 
108
/* Define if you have the rename function.  */
109
#undef HAVE_RENAME
110
 
111
/* Define if you have the rindex function.  */
112
#undef HAVE_RINDEX
113
 
114
/* Define if you have the sbrk function.  */
115
#undef HAVE_SBRK
116
 
117
/* Define if you have the setenv function.  */
118
#undef HAVE_SETENV
119
 
120
/* Define if you have the sigsetmask function.  */
121
#undef HAVE_SIGSETMASK
122
 
123
/* Define if you have the strcasecmp function.  */
124
#undef HAVE_STRCASECMP
125
 
126
/* Define if you have the strchr function.  */
127
#undef HAVE_STRCHR
128
 
129
/* Define if you have the strdup function.  */
130
#undef HAVE_STRDUP
131
 
132
/* Define if you have the strerror function.  */
133
#undef HAVE_STRERROR
134
 
135
/* Define if you have the strncasecmp function.  */
136
#undef HAVE_STRNCASECMP
137
 
138
/* Define if you have the strrchr function.  */
139
#undef HAVE_STRRCHR
140
 
141
/* Define if you have the strsignal function.  */
142
#undef HAVE_STRSIGNAL
143
 
144
/* Define if you have the strstr function.  */
145
#undef HAVE_STRSTR
146
 
147
/* Define if you have the strtod function.  */
148
#undef HAVE_STRTOD
149
 
150
/* Define if you have the strtol function.  */
151
#undef HAVE_STRTOL
152
 
153
/* Define if you have the strtoul function.  */
154
#undef HAVE_STRTOUL
155
 
156
/* Define if you have the sysconf function.  */
157
#undef HAVE_SYSCONF
158
 
159
/* Define if you have the times function.  */
160
#undef HAVE_TIMES
161
 
162
/* Define if you have the tmpnam function.  */
163
#undef HAVE_TMPNAM
164
 
165
/* Define if you have the vasprintf function.  */
166
#undef HAVE_VASPRINTF
167
 
168
/* Define if you have the vfprintf function.  */
169
#undef HAVE_VFPRINTF
170
 
171
/* Define if you have the vprintf function.  */
172
#undef HAVE_VPRINTF
173
 
174
/* Define if you have the vsprintf function.  */
175
#undef HAVE_VSPRINTF
176
 
177
/* Define if you have the waitpid function.  */
178
#undef HAVE_WAITPID
179
 
180
/* Define if you have the  header file.  */
181
#undef HAVE_FCNTL_H
182
 
183
/* Define if you have the  header file.  */
184
#undef HAVE_LIMITS_H
185
 
186
/* Define if you have the  header file.  */
187
#undef HAVE_STDLIB_H
188
 
189
/* Define if you have the  header file.  */
190
#undef HAVE_STRING_H
191
 
192
/* Define if you have the  header file.  */
193
#undef HAVE_STRINGS_H
194
 
195
/* Define if you have the  header file.  */
196
#undef HAVE_SYS_FILE_H
197
 
198
/* Define if you have the  header file.  */
199
#undef HAVE_SYS_MMAN_H
200
 
201
/* Define if you have the  header file.  */
202
#undef HAVE_SYS_PARAM_H
203
 
204
/* Define if you have the  header file.  */
205
#undef HAVE_SYS_RESOURCE_H
206
 
207
/* Define if you have the  header file.  */
208
#undef HAVE_SYS_STAT_H
209
 
210
/* Define if you have the  header file.  */
211
#undef HAVE_SYS_TIME_H
212
 
213
/* Define if you have the  header file.  */
214
#undef HAVE_TIME_H
215
 
216
/* Define if you have the  header file.  */
217
#undef HAVE_UNISTD_H
218
 
219
/* Define if errno must be declared even when  is included. */
220
#undef NEED_DECLARATION_ERRNO
221
 
222
/* Define if you have the sys_errlist variable. */
223
#undef HAVE_SYS_ERRLIST
224
 
225
/* Define if you have the sys_nerr variable. */
226
#undef HAVE_SYS_NERR
227
 
228
/* Define if you have the sys_siglist variable. */
229
#undef HAVE_SYS_SIGLIST
230
 
231
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP
232
   systems. This function is required for alloca.c support on those
233
   systems. */
234
#undef CRAY_STACKSEG_END
235
 
236
/* Define if you know the direction of stack growth for your system;
237
   otherwise it will be automatically deduced at run-time.
238
        STACK_DIRECTION > 0 => grows toward higher addresses
239
        STACK_DIRECTION < 0 => grows toward lower addresses
240
        STACK_DIRECTION = 0 => direction of growth unknown */
241
#undef STACK_DIRECTION
242
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.