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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc1/] [or1ksim/] [config.h.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1249 lampret
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2 225 erez
/* Some shared files require to know, whether we have
3
   execution functions defined.  */
4 123 markom
#define HAS_EXECUTION
5
 
6 371 markom
/* Some shared files require to know, whether we have
7
   debug functions.  */
8
#define HAS_DEBUG
9
 
10 225 erez
/* Whether the compiler supports 'long long'. */
11
#define CC_HAS_LONG_LONG
12
 
13 551 markom
/* Whether we are building fsim */
14 849 markom
#define FAST_SIM        0
15 551 markom
 
16 849 markom
/* Whether we have ethernet PHY support  */
17 1242 hpanther
#define HAVE_ETH_PHY            0
18 849 markom
 
19 706 markom
/* Whether we are building with simple execution module */
20
#define SIMPLE_EXECUTION 0
21
 
22 719 markom
/* Specifies, whether we should do register accesses over time analysis.
23
   Simple execution must be enabled! */
24
#define RAW_RANGE_STATS 0
25
 
26
/* Whether instructions set overflow flag */
27
#define SET_OV_FLAG     1
28
 
29
/* Whether arithmethic instructions set flag on zero */
30
#define ARITH_SET_FLAG  1
31
 
32 1249 lampret
/* Define if you have the  header file, and it defines `DIR'. */
33 1242 hpanther
#undef HAVE_DIRENT_H
34
 
35 1249 lampret
/* Define if you have the `grantpt' function. */
36 1242 hpanther
#undef HAVE_GRANTPT
37
 
38 1249 lampret
/* Define if you have the  header file. */
39 1242 hpanther
#undef HAVE_INTTYPES_H
40
 
41 1249 lampret
/* Define if you have the `readline' library (-lreadline). */
42 1242 hpanther
#undef HAVE_LIBREADLINE
43
 
44 1249 lampret
/* Define if you have the  header file. */
45 1242 hpanther
#undef HAVE_LOCALE_H
46
 
47 1249 lampret
/* Define if you have the `lstat' function. */
48 7 jrydberg
#undef HAVE_LSTAT
49
 
50 1249 lampret
/* Define if you have the  header file. */
51 1242 hpanther
#undef HAVE_MALLOC_H
52
 
53 1249 lampret
/* Define if you have the  header file. */
54 1242 hpanther
#undef HAVE_MEMORY_H
55
 
56 1249 lampret
/* Define if you have the  header file, and it defines `DIR'. */
57 1242 hpanther
#undef HAVE_NDIR_H
58
 
59 1249 lampret
/* Define if you have the  header file. */
60 1242 hpanther
#undef HAVE_NET_ETHERNET_H
61
 
62 1249 lampret
/* Define if you have the `on_exit' function. */
63 1242 hpanther
#undef HAVE_ON_EXIT
64
 
65 1249 lampret
/* Define if you have the `ptsname' function. */
66 1242 hpanther
#undef HAVE_PTSNAME
67
 
68 1249 lampret
/* Define if you have the `putenv' function. */
69 7 jrydberg
#undef HAVE_PUTENV
70
 
71 1249 lampret
/* Define if you have the `select' function. */
72 7 jrydberg
#undef HAVE_SELECT
73
 
74 1249 lampret
/* Define if you have the `setenv' function. */
75 7 jrydberg
#undef HAVE_SETENV
76
 
77 1249 lampret
/* Define if you have the `setlocale' function. */
78 7 jrydberg
#undef HAVE_SETLOCALE
79
 
80 1249 lampret
/* Define if you have the  header file. */
81 1242 hpanther
#undef HAVE_STDARG_H
82 7 jrydberg
 
83 1249 lampret
/* Define if you have the  header file. */
84 1242 hpanther
#undef HAVE_STDINT_H
85 7 jrydberg
 
86 1249 lampret
/* Define if you have the  header file. */
87 1242 hpanther
#undef HAVE_STDLIB_H
88 7 jrydberg
 
89 1249 lampret
/* Define if you have the `strcasecmp' function. */
90 1242 hpanther
#undef HAVE_STRCASECMP
91 7 jrydberg
 
92 1249 lampret
/* Define if you have the `strcoll' function and it is properly defined. */
93 1242 hpanther
#undef HAVE_STRCOLL
94 7 jrydberg
 
95 1249 lampret
/* Define if you have the  header file. */
96 1242 hpanther
#undef HAVE_STRINGS_H
97 345 erez
 
98 1249 lampret
/* Define if you have the  header file. */
99 1242 hpanther
#undef HAVE_STRING_H
100 7 jrydberg
 
101 1249 lampret
/* Define if you have the `strndup' function. */
102 1242 hpanther
#undef HAVE_STRNDUP
103 7 jrydberg
 
104 1249 lampret
/* Define if you have the  header file, and it defines `DIR'. */
105 7 jrydberg
#undef HAVE_SYS_DIR_H
106
 
107 1249 lampret
/* Define if you have the  header file. */
108 7 jrydberg
#undef HAVE_SYS_FILE_H
109
 
110 1249 lampret
/* Define if you have the  header file, and it defines `DIR'. */
111 7 jrydberg
#undef HAVE_SYS_NDIR_H
112
 
113 1249 lampret
/* Define if you have the  header file. */
114 1242 hpanther
#undef HAVE_SYS_PTEM_H
115
 
116 1249 lampret
/* Define if you have the  header file. */
117 7 jrydberg
#undef HAVE_SYS_PTE_H
118
 
119 1249 lampret
/* Define if you have the  header file. */
120 7 jrydberg
#undef HAVE_SYS_SELECT_H
121
 
122 1249 lampret
/* Define if you have the  header file. */
123 1242 hpanther
#undef HAVE_SYS_STAT_H
124
 
125 1249 lampret
/* Define if you have the  header file. */
126 7 jrydberg
#undef HAVE_SYS_STREAM_H
127
 
128 1249 lampret
/* Define if you have the  header file. */
129 1242 hpanther
#undef HAVE_SYS_STROPTS_H
130
 
131 1249 lampret
/* Define if you have the  header file. */
132 1242 hpanther
#undef HAVE_SYS_TYPES_H
133
 
134 1249 lampret
/* Define if you have the `tcgetattr' function. */
135 1242 hpanther
#undef HAVE_TCGETATTR
136
 
137 1249 lampret
/* Define if you have the  header file. */
138 7 jrydberg
#undef HAVE_TERMCAP_H
139
 
140 1249 lampret
/* Define if you have the  header file. */
141 1242 hpanther
#undef HAVE_TERMIOS_H
142
 
143 1249 lampret
/* Define if you have the  header file. */
144 7 jrydberg
#undef HAVE_TERMIO_H
145
 
146 1249 lampret
/* Define if you have the  header file. */
147 7 jrydberg
#undef HAVE_UNISTD_H
148
 
149 1249 lampret
/* Define if you have the `unlockpt' function. */
150 1242 hpanther
#undef HAVE_UNLOCKPT
151
 
152 1249 lampret
/* Define if you have the  header file. */
153 7 jrydberg
#undef HAVE_VARARGS_H
154
 
155
/* Name of package */
156
#undef PACKAGE
157
 
158 1242 hpanther
/* Define as the return type of signal handlers (`int' or `void'). */
159
#undef RETSIGTYPE
160
 
161 1249 lampret
/* Define if the `S_IS*' macros in  do not work properly. */
162 1242 hpanther
#undef STAT_MACROS_BROKEN
163
 
164 1249 lampret
/* Define if you have the ANSI C header files. */
165 1242 hpanther
#undef STDC_HEADERS
166
 
167 7 jrydberg
/* Version number of package */
168
#undef VERSION
169
 
170 1249 lampret
/* Define if your processor stores words with the most significant byte first
171
   (like Motorola and SPARC, unlike Intel and VAX). */
172 1242 hpanther
#undef WORDS_BIGENDIAN
173
 
174 1249 lampret
/* Define if on MINIX. */
175 1242 hpanther
#undef _MINIX
176
 
177 1249 lampret
/* Define if the system does not provide POSIX.1 features except with this
178
   defined. */
179 1242 hpanther
#undef _POSIX_1_SOURCE
180
 
181 1249 lampret
/* Define if you need to in order for `stat' and other things to work. */
182 1242 hpanther
#undef _POSIX_SOURCE

powered by: WebSVN 2.1.0

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