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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [or1ksim/] [or1ksim-0.3.0/] [build/] [config.h] - Blame information for rev 403

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

Line No. Rev Author Line
1 19 jeremybenn
/* config.h.  Generated from config.h.in by configure.  */
2
/* config.h.in.  Generated from configure.ac by autoheader.  */
3
 
4
/* Whether arithmethic instructions set flag on zero */
5
#define ARITH_SET_FLAG 0
6
 
7
/* "Whether the compiler supports 'long long'." */
8
#define CC_HAS_LONG_LONG 1
9
 
10
/* Whether we are building with complex execution module */
11
#define COMPLEX_EXECUTION 1 == 1
12
 
13
/* Whether we are building with dynamic execution module */
14
#define DYNAMIC_EXECUTION 1 == 2
15
 
16
/* Define to 1 if you have the `basename' function. */
17
#define HAVE_BASENAME 1
18
 
19
/* Define to 1 if you have the `bzero' function. */
20
#define HAVE_BZERO 1
21
 
22
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
23
   */
24
#define HAVE_DIRENT_H 1
25
 
26
/* Define to 1 if you have the <dlfcn.h> header file. */
27
#define HAVE_DLFCN_H 1
28
 
29
/* Whether we have ethernet PHY support */
30
#define HAVE_ETH_PHY 0
31
 
32
/* Some shared files require to know, whether we have execution functions
33
   defined. */
34
#define HAVE_EXECUTION 1
35
 
36
/* Define to 1 if you have the <getopt.h> header file. */
37
#define HAVE_GETOPT_H 1
38
 
39
/* Define to 1 if you have the `grantpt' function. */
40
#define HAVE_GRANTPT 1
41
 
42
/* Define to 1 if the system has the type `int16_t'. */
43
#define HAVE_INT16_T 1
44
 
45
/* Define to 1 if the system has the type `int32_t'. */
46
#define HAVE_INT32_T 1
47
 
48
/* Define to 1 if the system has the type `int8_t'. */
49
#define HAVE_INT8_T 1
50
 
51
/* Define to 1 if you have the <inttypes.h> header file. */
52
#define HAVE_INTTYPES_H 1
53
 
54
/* Define to 1 if you have the `isblank' function. */
55
#define HAVE_ISBLANK 1
56
 
57
/* Define to 1 if you have the <libintl.h> header file. */
58
#define HAVE_LIBINTL_H 1
59
 
60
/* Define to 1 if you have the `readline' library (-lreadline). */
61
#define HAVE_LIBREADLINE 1
62
 
63
/* Define to 1 if you have the <locale.h> header file. */
64
#define HAVE_LOCALE_H 1
65
 
66
/* Define to 1 if you have the `lstat' function. */
67
#define HAVE_LSTAT 1
68
 
69
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
70
   to 0 otherwise. */
71
#define HAVE_MALLOC 1
72
 
73
/* Define to 1 if you have the <malloc.h> header file. */
74
#define HAVE_MALLOC_H 1
75
 
76
/* Define to 1 if you have the <memory.h> header file. */
77
#define HAVE_MEMORY_H 1
78
 
79
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
80
/* #undef HAVE_NDIR_H */
81
 
82
/* Define to 1 if you have the <net/ethernet.h> header file. */
83
#define HAVE_NET_ETHERNET_H 1
84
 
85
/* Define to 1 if you have the `on_exit' function. */
86
#define HAVE_ON_EXIT 1
87
 
88
/* Define to 1 if you have the `ptsname' function. */
89
#define HAVE_PTSNAME 1
90
 
91
/* Define to 1 if you have the `putenv' function. */
92
#define HAVE_PUTENV 1
93
 
94
/* Define to 1 if you have the `select' function. */
95
#define HAVE_SELECT 1
96
 
97
/* Define to 1 if you have the `setenv' function. */
98
#define HAVE_SETENV 1
99
 
100
/* Define to 1 if you have the `setlocale' function. */
101
#define HAVE_SETLOCALE 1
102
 
103
/* Define to 1 if you have the <stdarg.h> header file. */
104
#define HAVE_STDARG_H 1
105
 
106
/* Define to 1 if you have the <stdint.h> header file. */
107
#define HAVE_STDINT_H 1
108
 
109
/* Define to 1 if you have the <stdlib.h> header file. */
110
#define HAVE_STDLIB_H 1
111
 
112
/* Define to 1 if you have the `strcasecmp' function. */
113
#define HAVE_STRCASECMP 1
114
 
115
/* Define to 1 if you have the `strchr' function. */
116
#define HAVE_STRCHR 1
117
 
118
/* Define to 1 if you have the `strcoll' function and it is properly defined.
119
   */
120
#define HAVE_STRCOLL 1
121
 
122
/* Define to 1 if you have the `strcspn' function. */
123
#define HAVE_STRCSPN 1
124
 
125
/* Define to 1 if you have the `strftime' function. */
126
#define HAVE_STRFTIME 1
127
 
128
/* Define to 1 if you have the <strings.h> header file. */
129
#define HAVE_STRINGS_H 1
130
 
131
/* Define to 1 if you have the <string.h> header file. */
132
#define HAVE_STRING_H 1
133
 
134
/* Define to 1 if you have the `strndup' function. */
135
#define HAVE_STRNDUP 1
136
 
137
/* Define to 1 if you have the `strrchr' function. */
138
#define HAVE_STRRCHR 1
139
 
140
/* Define to 1 if you have the `strtol' function. */
141
#define HAVE_STRTOL 1
142
 
143
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
144
   */
145
/* #undef HAVE_SYS_DIR_H */
146
 
147
/* Define to 1 if you have the <sys/ethernet.h> header file. */
148
/* #undef HAVE_SYS_ETHERNET_H */
149
 
150
/* Define to 1 if you have the <sys/file.h> header file. */
151
#define HAVE_SYS_FILE_H 1
152
 
153
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
154
   */
155
/* #undef HAVE_SYS_NDIR_H */
156
 
157
/* Define to 1 if you have the <sys/ptem.h> header file. */
158
/* #undef HAVE_SYS_PTEM_H */
159
 
160
/* Define to 1 if you have the <sys/pte.h> header file. */
161
/* #undef HAVE_SYS_PTE_H */
162
 
163
/* Define to 1 if you have the <sys/select.h> header file. */
164
#define HAVE_SYS_SELECT_H 1
165
 
166
/* Define to 1 if you have the <sys/stat.h> header file. */
167
#define HAVE_SYS_STAT_H 1
168
 
169
/* Define to 1 if you have the <sys/stream.h> header file. */
170
/* #undef HAVE_SYS_STREAM_H */
171
 
172
/* Define to 1 if you have the <sys/stropts.h> header file. */
173
/* #undef HAVE_SYS_STROPTS_H */
174
 
175
/* Define to 1 if you have the <sys/types.h> header file. */
176
#define HAVE_SYS_TYPES_H 1
177
 
178
/* Define to 1 if you have the `tcgetattr' function. */
179
#define HAVE_TCGETATTR 1
180
 
181
/* Define to 1 if you have the <termcap.h> header file. */
182
#define HAVE_TERMCAP_H 1
183
 
184
/* Define to 1 if you have the <termios.h> header file. */
185
#define HAVE_TERMIOS_H 1
186
 
187
/* Define to 1 if you have the <termio.h> header file. */
188
#define HAVE_TERMIO_H 1
189
 
190
/* Define to 1 if the system has the type `uint16_t'. */
191
#define HAVE_UINT16_T 1
192
 
193
/* Define to 1 if the system has the type `uint32_t'. */
194
#define HAVE_UINT32_T 1
195
 
196
/* Define to 1 if the system has the type `uint8_t'. */
197
#define HAVE_UINT8_T 1
198
 
199
/* Define to 1 if you have the <unistd.h> header file. */
200
#define HAVE_UNISTD_H 1
201
 
202
/* Define to 1 if you have the `unlockpt' function. */
203
#define HAVE_UNLOCKPT 1
204
 
205
/* Define to 1 if you have the <varargs.h> header file. */
206
/* #undef HAVE_VARARGS_H */
207
 
208
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
209
/* #undef NO_MINUS_C_MINUS_O */
210
 
211
/* "The compiler uses the OR32 ELF types" */
212
#define OR32_TYPES 1
213
 
214
/* Name of package */
215
#define PACKAGE "or1ksim"
216
 
217
/* Define to the address where bug reports for this package should be sent. */
218
#define PACKAGE_BUGREPORT "openrisc@opencores.org"
219
 
220
/* Define to the full name of this package. */
221
#define PACKAGE_NAME "or1ksim"
222
 
223
/* Define to the full name and version of this package. */
224
#define PACKAGE_STRING "or1ksim 0.3.0rc1"
225
 
226
/* Define to the one symbol short name of this package. */
227
#define PACKAGE_TARNAME "or1ksim"
228
 
229
/* Define to the version of this package. */
230
#define PACKAGE_VERSION "0.3.0rc1"
231
 
232
/* Specifies, whether we should do register accesses over time analysis.
233
   Simple execution must be enabled! */
234
#define RAW_RANGE_STATS 0
235
 
236
/* Define as the return type of signal handlers (`int' or `void'). */
237
#define RETSIGTYPE void
238
 
239
/* Whether instructions set overflow flag */
240
#define SET_OV_FLAG 0
241
 
242
/* Whether we are building with simple execution module */
243
#define SIMPLE_EXECUTION 1 == 0
244
 
245
/* The size of `char', as computed by sizeof. */
246
#define SIZEOF_CHAR 1
247
 
248
/* The size of `int', as computed by sizeof. */
249
#define SIZEOF_INT 4
250
 
251
/* The size of `long', as computed by sizeof. */
252
#define SIZEOF_LONG 4
253
 
254
/* The size of `short', as computed by sizeof. */
255
#define SIZEOF_SHORT 2
256
 
257
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
258
/* #undef STAT_MACROS_BROKEN */
259
 
260
/* Define to 1 if you have the ANSI C header files. */
261
#define STDC_HEADERS 1
262
 
263
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
264
/* #undef TM_IN_SYS_TIME */
265
 
266
/* Version number of package */
267
#define VERSION "0.3.0rc1"
268
 
269
/* Define to 1 if your processor stores words with the most significant byte
270
   first (like Motorola and SPARC, unlike Intel and VAX). */
271
/* #undef WORDS_BIGENDIAN */
272
 
273
/* "The source code uses the GNU libraries */
274
#define _GNU_SOURCE 1
275
 
276
/* Define to empty if `const' does not conform to ANSI C. */
277
/* #undef const */
278
 
279
/* Define to rpl_malloc if the replacement function should be used. */
280
/* #undef malloc */
281
 
282
/* Define to `unsigned int' if <sys/types.h> does not define. */
283
/* #undef size_t */

powered by: WebSVN 2.1.0

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