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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [config.h.in] - Blame information for rev 538

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

Line No. Rev Author Line
1 19 jeremybenn
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
 
3 82 jeremybenn
/* Define if building universal (internal helper macro) */
4
#undef AC_APPLE_UNIVERSAL_BUILD
5
 
6 19 jeremybenn
/* "Whether the compiler supports 'long long'." */
7
#undef CC_HAS_LONG_LONG
8
 
9
/* Whether we are building with complex execution module */
10
#undef COMPLEX_EXECUTION
11
 
12
/* Whether we are building with dynamic execution module */
13
#undef DYNAMIC_EXECUTION
14
 
15
/* Define to 1 if you have the `basename' function. */
16
#undef HAVE_BASENAME
17
 
18
/* Define to 1 if you have the `bzero' function. */
19
#undef HAVE_BZERO
20
 
21
/* Define to 1 if you have the declaration of `I_PUSH', and to 0 if you don't.
22
   */
23
#undef HAVE_DECL_I_PUSH
24
 
25 60 jeremybenn
/* Define to 1 if you have the declaration of `rl_event_hook', and to 0 if you
26
   don't. */
27
#undef HAVE_DECL_RL_EVENT_HOOK
28
 
29 19 jeremybenn
/* Define to 1 if you have the  header file. */
30
#undef HAVE_DLFCN_H
31
 
32
/* Whether we have ethernet PHY support */
33
#undef HAVE_ETH_PHY
34
 
35
/* Some shared files require to know, whether we have execution functions
36
   defined. */
37
#undef HAVE_EXECUTION
38
 
39
/* Define to 1 if you have the  header file. */
40
#undef HAVE_GETOPT_H
41
 
42
/* Define to 1 if you have the `grantpt' function. */
43
#undef HAVE_GRANTPT
44
 
45
/* Define to 1 if the system has the type `int16_t'. */
46
#undef HAVE_INT16_T
47
 
48
/* Define to 1 if the system has the type `int32_t'. */
49
#undef HAVE_INT32_T
50
 
51
/* Define to 1 if the system has the type `int8_t'. */
52
#undef HAVE_INT8_T
53
 
54
/* Define to 1 if you have the  header file. */
55
#undef HAVE_INTTYPES_H
56
 
57 82 jeremybenn
/* "Whether the isblank function is available" */
58 19 jeremybenn
#undef HAVE_ISBLANK
59
 
60
/* Define to 1 if you have the  header file. */
61
#undef HAVE_LIBINTL_H
62
 
63
/* Define to 1 if you have the `readline' library (-lreadline). */
64
#undef HAVE_LIBREADLINE
65
 
66 118 jeremybenn
/* Define to 1 if you have the  header file. */
67
#undef HAVE_LIMITS_H
68
 
69 538 julius
/* Define to 1 if you have the  header file. */
70
#undef HAVE_LINUX_IF_TUN_H
71
 
72 19 jeremybenn
/* Define to 1 if you have the  header file. */
73
#undef HAVE_LOCALE_H
74
 
75
/* Define to 1 if you have the `lstat' function. */
76
#undef HAVE_LSTAT
77
 
78
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
79
   to 0 otherwise. */
80
#undef HAVE_MALLOC
81
 
82
/* Define to 1 if you have the  header file. */
83
#undef HAVE_MALLOC_H
84
 
85
/* Define to 1 if you have the  header file. */
86
#undef HAVE_MEMORY_H
87
 
88
/* Define to 1 if you have the  header file. */
89
#undef HAVE_NET_ETHERNET_H
90
 
91
/* Define to 1 if you have the `on_exit' function. */
92
#undef HAVE_ON_EXIT
93
 
94
/* Define to 1 if you have the `ptsname' function. */
95
#undef HAVE_PTSNAME
96
 
97
/* Define to 1 if you have the `putenv' function. */
98
#undef HAVE_PUTENV
99
 
100
/* Define to 1 if you have the `select' function. */
101
#undef HAVE_SELECT
102
 
103
/* Define to 1 if you have the `setenv' function. */
104
#undef HAVE_SETENV
105
 
106
/* Define to 1 if you have the `setlocale' function. */
107
#undef HAVE_SETLOCALE
108
 
109
/* Define to 1 if you have the  header file. */
110
#undef HAVE_STDARG_H
111
 
112
/* Define to 1 if you have the  header file. */
113
#undef HAVE_STDINT_H
114
 
115
/* Define to 1 if you have the  header file. */
116
#undef HAVE_STDLIB_H
117
 
118 82 jeremybenn
/* "Whether the strcasecmp function is available" */
119 19 jeremybenn
#undef HAVE_STRCASECMP
120
 
121
/* Define to 1 if you have the `strchr' function. */
122
#undef HAVE_STRCHR
123
 
124
/* Define to 1 if you have the `strcoll' function and it is properly defined.
125
   */
126
#undef HAVE_STRCOLL
127
 
128
/* Define to 1 if you have the `strcspn' function. */
129
#undef HAVE_STRCSPN
130
 
131
/* Define to 1 if you have the `strftime' function. */
132
#undef HAVE_STRFTIME
133
 
134
/* Define to 1 if you have the  header file. */
135
#undef HAVE_STRINGS_H
136
 
137
/* Define to 1 if you have the  header file. */
138
#undef HAVE_STRING_H
139
 
140 82 jeremybenn
/* "Whether the strndup function is available" */
141 19 jeremybenn
#undef HAVE_STRNDUP
142
 
143
/* Define to 1 if you have the `strrchr' function. */
144
#undef HAVE_STRRCHR
145
 
146
/* Define to 1 if you have the `strtol' function. */
147
#undef HAVE_STRTOL
148
 
149
/* Define to 1 if you have the  header file. */
150
#undef HAVE_SYS_ETHERNET_H
151
 
152
/* Define to 1 if you have the  header file. */
153
#undef HAVE_SYS_FILE_H
154
 
155
/* Define to 1 if you have the  header file. */
156
#undef HAVE_SYS_PTEM_H
157
 
158
/* Define to 1 if you have the  header file. */
159
#undef HAVE_SYS_PTE_H
160
 
161
/* Define to 1 if you have the  header file. */
162
#undef HAVE_SYS_SELECT_H
163
 
164
/* Define to 1 if you have the  header file. */
165
#undef HAVE_SYS_STAT_H
166
 
167
/* Define to 1 if you have the  header file. */
168
#undef HAVE_SYS_STREAM_H
169
 
170
/* Define to 1 if you have the  header file. */
171
#undef HAVE_SYS_STROPTS_H
172
 
173
/* Define to 1 if you have the  header file. */
174
#undef HAVE_SYS_TYPES_H
175
 
176
/* Define to 1 if you have the `tcgetattr' function. */
177
#undef HAVE_TCGETATTR
178
 
179
/* Define to 1 if you have the  header file. */
180
#undef HAVE_TERMCAP_H
181
 
182
/* Define to 1 if you have the  header file. */
183
#undef HAVE_TERMIOS_H
184
 
185
/* Define to 1 if you have the  header file. */
186
#undef HAVE_TERMIO_H
187
 
188
/* Define to 1 if the system has the type `uint16_t'. */
189
#undef HAVE_UINT16_T
190
 
191
/* Define to 1 if the system has the type `uint32_t'. */
192
#undef HAVE_UINT32_T
193
 
194
/* Define to 1 if the system has the type `uint8_t'. */
195
#undef HAVE_UINT8_T
196
 
197
/* Define to 1 if you have the  header file. */
198
#undef HAVE_UNISTD_H
199
 
200
/* Define to 1 if you have the `unlockpt' function. */
201
#undef HAVE_UNLOCKPT
202
 
203 127 jeremybenn
/* Whether l.xori takes an unsigned immediate operand */
204
#undef HAVE_UNSIGNED_XORI
205
 
206 19 jeremybenn
/* Define to 1 if the system has the type `__compar_fn_t'. */
207
#undef HAVE___COMPAR_FN_T
208
 
209 82 jeremybenn
/* Define to the sub-directory in which libtool stores uninstalled libraries.
210
   */
211
#undef LT_OBJDIR
212
 
213 19 jeremybenn
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
214
#undef NO_MINUS_C_MINUS_O
215
 
216
/* "The OR32 is big endian" */
217
#undef OR32_BIG_ENDIAN
218
 
219
/* "The OR32 is little endian" */
220
#undef OR32_LITTLE_ENDIAN
221
 
222
/* "The compiler uses the OR32 ELF types" */
223
#undef OR32_TYPES
224
 
225
/* Name of package */
226
#undef PACKAGE
227
 
228
/* Define to the address where bug reports for this package should be sent. */
229
#undef PACKAGE_BUGREPORT
230
 
231
/* Define to the full name of this package. */
232
#undef PACKAGE_NAME
233
 
234
/* Define to the full name and version of this package. */
235
#undef PACKAGE_STRING
236
 
237
/* Define to the one symbol short name of this package. */
238
#undef PACKAGE_TARNAME
239
 
240 346 jeremybenn
/* Define to the home page for this package. */
241
#undef PACKAGE_URL
242
 
243 19 jeremybenn
/* Define to the version of this package. */
244
#undef PACKAGE_VERSION
245
 
246
/* Specifies, whether we should do register accesses over time analysis.
247
   Simple execution must be enabled! */
248
#undef RAW_RANGE_STATS
249
 
250
/* Define as the return type of signal handlers (`int' or `void'). */
251
#undef RETSIGTYPE
252
 
253
/* Whether we are building with simple execution module */
254
#undef SIMPLE_EXECUTION
255
 
256
/* The size of `char', as computed by sizeof. */
257
#undef SIZEOF_CHAR
258
 
259
/* The size of `int', as computed by sizeof. */
260
#undef SIZEOF_INT
261
 
262
/* The size of `long', as computed by sizeof. */
263
#undef SIZEOF_LONG
264
 
265 233 julius
/* The size of `long long', as computed by sizeof. */
266
#undef SIZEOF_LONG_LONG
267
 
268 19 jeremybenn
/* The size of `short', as computed by sizeof. */
269
#undef SIZEOF_SHORT
270
 
271
/* Define to 1 if you have the ANSI C header files. */
272
#undef STDC_HEADERS
273
 
274
/* Define to 1 if your  declares `struct tm'. */
275
#undef TM_IN_SYS_TIME
276
 
277 91 jeremybenn
/* Enable extensions on AIX 3, Interix.  */
278
#ifndef _ALL_SOURCE
279
# undef _ALL_SOURCE
280
#endif
281
/* Enable GNU extensions on systems that have them.  */
282
#ifndef _GNU_SOURCE
283
# undef _GNU_SOURCE
284
#endif
285
/* Enable threading extensions on Solaris.  */
286
#ifndef _POSIX_PTHREAD_SEMANTICS
287
# undef _POSIX_PTHREAD_SEMANTICS
288
#endif
289
/* Enable extensions on HP NonStop.  */
290
#ifndef _TANDEM_SOURCE
291
# undef _TANDEM_SOURCE
292
#endif
293
/* Enable general extensions on Solaris.  */
294
#ifndef __EXTENSIONS__
295
# undef __EXTENSIONS__
296
#endif
297
 
298
 
299 19 jeremybenn
/* Version number of package */
300
#undef VERSION
301
 
302 82 jeremybenn
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
303
   significant byte first (like Motorola and SPARC, unlike Intel). */
304
#if defined AC_APPLE_UNIVERSAL_BUILD
305
# if defined __BIG_ENDIAN__
306
#  define WORDS_BIGENDIAN 1
307
# endif
308
#else
309
# ifndef WORDS_BIGENDIAN
310
#  undef WORDS_BIGENDIAN
311
# endif
312
#endif
313 19 jeremybenn
 
314 91 jeremybenn
/* Define to 1 if on MINIX. */
315
#undef _MINIX
316 19 jeremybenn
 
317 91 jeremybenn
/* Define to 2 if the system does not provide POSIX.1 features except with
318
   this defined. */
319
#undef _POSIX_1_SOURCE
320
 
321
/* Define to 1 if you need to in order for `stat' and other things to work. */
322
#undef _POSIX_SOURCE
323
 
324 19 jeremybenn
/* Define to rpl_malloc if the replacement function should be used. */
325
#undef malloc
326
 
327
/* Define to `unsigned int' if  does not define. */
328
#undef size_t

powered by: WebSVN 2.1.0

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