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

Subversion Repositories or1k

[/] [or1k/] [tags/] [rel-0-3-0-rc1/] [or1ksim/] [config.h.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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