SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
config.h
Go to the documentation of this file.
1 /* src/config.h. Generated from config.h.in by configure. */
2 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to 1 in order to enable memory checks. */
5 /* #undef CHECK_MEMORY_LEAKS */
6 
7 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
8  systems. This function is required for `alloca.c' support on those systems.
9  */
10 /* #undef CRAY_STACKSEG_END */
11 
12 /* Define to 1 if using `alloca.c'. */
13 /* #undef C_ALLOCA */
14 
15 /* defines the number of digits after the comma in geo-coordinates output */
16 #define GEO_OUTPUT_ACCURACY 6
17 
18 /* Define to 1 if you have `alloca', as a function or macro. */
19 #define HAVE_ALLOCA 1
20 
21 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
22  */
23 #define HAVE_ALLOCA_H 1
24 
25 /* Define if compiling under cygwin */
26 /* #undef HAVE_CYGWIN */
27 
28 /* Define to 1 if you have the <dlfcn.h> header file. */
29 #define HAVE_DLFCN_H 1
30 
31 /* Define to 1 if you have the <float.h> header file. */
32 #define HAVE_FLOAT_H 1
33 
34 /* Define to 1 if you have the `floor' function. */
35 /* #undef HAVE_FLOOR */
36 
37 /* defined if GDAL is available */
38 #define HAVE_GDAL 1
39 
40 /* Define to 1 if you have the `getcwd' function. */
41 #define HAVE_GETCWD 1
42 
43 /* Define to 1 if you have the `gettimeofday' function. */
44 #define HAVE_GETTIMEOFDAY 1
45 
46 /* Define to 1 if you have the <GL/glu.h> header file. */
47 #define HAVE_GL_GLU_H 1
48 
49 /* Define to 1 if you have the <GL/gl.h> header file. */
50 #define HAVE_GL_GL_H 1
51 
52 /* Define to 1 if you want junction internal lanes */
53 #define HAVE_INTERNAL_LANES 1
54 
55 /* Define to 1 if you have the <inttypes.h> header file. */
56 #define HAVE_INTTYPES_H 1
57 
58 /* Define to 1 if you have the <limits.h> header file. */
59 #define HAVE_LIMITS_H 1
60 
61 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
62  to 0 otherwise. */
63 #define HAVE_MALLOC 1
64 
65 /* Define to 1 if you have the <malloc.h> header file. */
66 #define HAVE_MALLOC_H 1
67 
68 /* Define to 1 if you have the <math.h> header file. */
69 #define HAVE_MATH_H 1
70 
71 /* Define to 1 if you have the <memory.h> header file. */
72 #define HAVE_MEMORY_H 1
73 
74 /* Define to 1 if you have the `memset' function. */
75 #define HAVE_MEMSET 1
76 
77 /* defined if osg is available */
78 /* #undef HAVE_OSG */
79 
80 /* Define to 1 if you have the `pow' function. */
81 /* #undef HAVE_POW */
82 
83 /* defined if PROJ is available */
84 #define HAVE_PROJ 1
85 
86 /* defined if python is available */
87 /* #undef HAVE_PYTHON */
88 
89 /* Define to 1 if you have the `select' function. */
90 #define HAVE_SELECT 1
91 
92 /* Define to 1 if you have the `socket' function. */
93 #define HAVE_SOCKET 1
94 
95 /* Define to 1 if you have the `sqrt' function. */
96 /* #undef HAVE_SQRT */
97 
98 /* Define to 1 if `stat' has the bug that it succeeds when given the
99  zero-length file name argument. */
100 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
101 
102 /* Define to 1 if stdbool.h conforms to C99. */
103 #define HAVE_STDBOOL_H 1
104 
105 /* Define to 1 if you have the <stddef.h> header file. */
106 #define HAVE_STDDEF_H 1
107 
108 /* Define to 1 if you have the <stdint.h> header file. */
109 #define HAVE_STDINT_H 1
110 
111 /* Define to 1 if you have the <stdlib.h> header file. */
112 #define HAVE_STDLIB_H 1
113 
114 /* Define to 1 if you have the <strings.h> header file. */
115 #define HAVE_STRINGS_H 1
116 
117 /* Define to 1 if you have the <string.h> header file. */
118 #define HAVE_STRING_H 1
119 
120 /* Undefine for disabling subsecond timesteps. */
121 #define HAVE_SUBSECOND_TIMESTEPS 1
122 
123 /* Define to 1 if you have the <sys/select.h> header file. */
124 #define HAVE_SYS_SELECT_H 1
125 
126 /* Define to 1 if you have the <sys/socket.h> header file. */
127 #define HAVE_SYS_SOCKET_H 1
128 
129 /* Define to 1 if you have the <sys/stat.h> header file. */
130 #define HAVE_SYS_STAT_H 1
131 
132 /* Define to 1 if you have the <sys/time.h> header file. */
133 #define HAVE_SYS_TIME_H 1
134 
135 /* Define to 1 if you have the <sys/types.h> header file. */
136 #define HAVE_SYS_TYPES_H 1
137 
138 /* Define to 1 if you have the <unistd.h> header file. */
139 #define HAVE_UNISTD_H 1
140 
141 /* Define if auto-generated version.h should be used. */
142 /* #undef HAVE_VERSION_H */
143 
144 /* Define to 1 if you have the <wchar.h> header file. */
145 #define HAVE_WCHAR_H 1
146 
147 /* Define to 1 if the system has the type `_Bool'. */
148 #define HAVE__BOOL 1
149 
150 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
151  slash. */
152 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
153 
154 /* Define to the sub-directory in which libtool stores uninstalled libraries.
155  */
156 #define LT_OBJDIR ".libs/"
157 
158 /* Including windows.h gives errors otherwise (cygwin) */
159 /* #undef NOMINMAX */
160 
161 /* Define to 1 in order to disable TraCI Server. */
162 /* #undef NO_TRACI */
163 
164 /* defines the epsilon to use on general floating point comparison */
165 #define NUMERICAL_EPS 0.001
166 
167 /* defines the number of digits after the comma in output */
168 #define OUTPUT_ACCURACY 2
169 
170 /* Name of package */
171 #define PACKAGE "sumo"
172 
173 /* Define to the address where bug reports for this package should be sent. */
174 #define PACKAGE_BUGREPORT ""
175 
176 /* Define to the full name of this package. */
177 #define PACKAGE_NAME "sumo"
178 
179 /* Define to the full name and version of this package. */
180 #define PACKAGE_STRING "sumo 0.17.1"
181 
182 /* Define to the one symbol short name of this package. */
183 #define PACKAGE_TARNAME "sumo"
184 
185 /* Define to the home page for this package. */
186 #define PACKAGE_URL ""
187 
188 /* Define to the version of this package. */
189 #define PACKAGE_VERSION "0.17.1"
190 
191 /* defines the epsilon to use on position comparison */
192 #define POSITION_EPS 0.1
193 
194 /* Define as the return type of signal handlers (`int' or `void'). */
195 #define RETSIGTYPE void
196 
197 /* Define to the type of arg 1 for `select'. */
198 #define SELECT_TYPE_ARG1 int
199 
200 /* Define to the type of args 2, 3 and 4 for `select'. */
201 #define SELECT_TYPE_ARG234 (fd_set *)
202 
203 /* Define to the type of arg 5 for `select'. */
204 #define SELECT_TYPE_ARG5 (struct timeval *)
205 
206 /* If using the C implementation of alloca, define if you know the
207  direction of stack growth for your system; otherwise it will be
208  automatically deduced at runtime.
209  STACK_DIRECTION > 0 => grows toward higher addresses
210  STACK_DIRECTION < 0 => grows toward lower addresses
211  STACK_DIRECTION = 0 => direction of growth unknown */
212 /* #undef STACK_DIRECTION */
213 
214 /* Define to 1 if you have the ANSI C header files. */
215 #define STDC_HEADERS 1
216 
217 /* defines the type for very long integers */
218 #define SUMOLong long long int
219 
220 /* defines the precision of floats */
221 #define SUMOReal double
222 
223 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
224 #define TIME_WITH_SYS_TIME 1
225 
226 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
227 /* #undef TM_IN_SYS_TIME */
228 
229 /* Version number of package */
230 #define VERSION "0.17.1"
231 
232 /* Defined if auto-generated version.h is unavailable. */
233 #define VERSION_STRING "0.17.1"
234 
235 /* Xerces and Fox expect this to be defined (cygwin) */
236 /* #undef WIN32 */
237 
238 /* Define length for Xerces 3. */
239 #define XERCES3_SIZE_t unsigned int
240 
241 /* Define to 1 in order to enable sumo debugging code. */
242 /* #undef _DEBUG */
243 
244 /* Define to 1 in order to enable messages. */
245 /* #undef _MESSAGES */
246 
247 /* Define to empty if `const' does not conform to ANSI C. */
248 /* #undef const */
249 
250 /* Define to `__inline__' or `__inline' if that's what the C compiler
251  calls it, or to nothing if 'inline' is not supported under any name. */
252 #ifndef __cplusplus
253 /* #undef inline */
254 #endif
255 
256 /* Define to rpl_malloc if the replacement function should be used. */
257 /* #undef malloc */
258 
259 /* Define to `unsigned int' if <sys/types.h> does not define. */
260 /* #undef size_t */
261 
262 /* Define to empty if the keyword `volatile' does not work. Warning: valid
263  code using `volatile' can become incorrect without. Disable with care. */
264 /* #undef volatile */