SUMO - Simulation of Urban MObility
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 /* Reporting string for enabled options */
32 #define HAVE_ENABLED "x86_64-pc-linux-gnu InternalLanes DoublePrecision TRACI PROJ GDAL GUI"
33 
34 /* defined if ffmpeg is available */
35 /* #undef HAVE_FFMPEG */
36 
37 /* Define to 1 if you have the <float.h> header file. */
38 #define HAVE_FLOAT_H 1
39 
40 /* Define to 1 if you have the `floor' function. */
41 #define HAVE_FLOOR 1
42 
43 /* defined if FOX is available */
44 #define HAVE_FOX 1
45 
46 /* defined if GDAL is available */
47 #define HAVE_GDAL 1
48 
49 /* Define to 1 if you have the `getcwd' function. */
50 #define HAVE_GETCWD 1
51 
52 /* Define to 1 if you have the `gettimeofday' function. */
53 #define HAVE_GETTIMEOFDAY 1
54 
55 /* Define to 1 if you want junction internal lanes */
56 #define HAVE_INTERNAL_LANES 1
57 
58 /* Define to 1 if you have the <inttypes.h> header file. */
59 #define HAVE_INTTYPES_H 1
60 
61 /* Define to 1 if you have the <limits.h> header file. */
62 #define HAVE_LIMITS_H 1
63 
64 /* Define to 1 if you have the <malloc.h> header file. */
65 #define HAVE_MALLOC_H 1
66 
67 /* Define to 1 if you have the <math.h> header file. */
68 #define HAVE_MATH_H 1
69 
70 /* Define to 1 if you have the <memory.h> header file. */
71 #define HAVE_MEMORY_H 1
72 
73 /* Define to 1 if you have the `memset' function. */
74 #define HAVE_MEMSET 1
75 
76 /* defined if osg is available */
77 /* #undef HAVE_OSG */
78 
79 /* Define to 1 if you have the `pow' function. */
80 #define HAVE_POW 1
81 
82 /* defined if PROJ is available */
83 #define HAVE_PROJ 1
84 
85 /* defined if python is available */
86 /* #undef HAVE_PYTHON */
87 
88 /* Define to 1 if you have the `select' function. */
89 #define HAVE_SELECT 1
90 
91 /* Define to 1 if you have the `socket' function. */
92 #define HAVE_SOCKET 1
93 
94 /* Define to 1 if you have the `sqrt' function. */
95 #define HAVE_SQRT 1
96 
97 /* Define to 1 if `stat' has the bug that it succeeds when given the
98  zero-length file name argument. */
99 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
100 
101 /* Define to 1 if stdbool.h conforms to C99. */
102 /* #undef HAVE_STDBOOL_H */
103 
104 /* Define to 1 if you have the <stddef.h> header file. */
105 #define HAVE_STDDEF_H 1
106 
107 /* Define to 1 if you have the <stdint.h> header file. */
108 #define HAVE_STDINT_H 1
109 
110 /* Define to 1 if you have the <stdlib.h> header file. */
111 #define HAVE_STDLIB_H 1
112 
113 /* Define to 1 if you have the <strings.h> header file. */
114 #define HAVE_STRINGS_H 1
115 
116 /* Define to 1 if you have the <string.h> header file. */
117 #define HAVE_STRING_H 1
118 
119 /* Define to 1 if you have the <sys/select.h> header file. */
120 #define HAVE_SYS_SELECT_H 1
121 
122 /* Define to 1 if you have the <sys/socket.h> header file. */
123 #define HAVE_SYS_SOCKET_H 1
124 
125 /* Define to 1 if you have the <sys/stat.h> header file. */
126 #define HAVE_SYS_STAT_H 1
127 
128 /* Define to 1 if you have the <sys/time.h> header file. */
129 #define HAVE_SYS_TIME_H 1
130 
131 /* Define to 1 if you have the <sys/types.h> header file. */
132 #define HAVE_SYS_TYPES_H 1
133 
134 /* Define to 1 if you have the <unistd.h> header file. */
135 #define HAVE_UNISTD_H 1
136 
137 /* Define if auto-generated version.h should be used. */
138 /* #undef HAVE_VERSION_H */
139 
140 /* Define to 1 if you have the <wchar.h> header file. */
141 #define HAVE_WCHAR_H 1
142 
143 /* Define to 1 if the system has the type `_Bool'. */
144 /* #undef HAVE__BOOL */
145 
146 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
147  slash. */
148 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
149 
150 /* Define to the sub-directory where libtool stores uninstalled libraries. */
151 #define LT_OBJDIR ".libs/"
152 
153 /* Including windows.h gives errors otherwise (cygwin) */
154 /* #undef NOMINMAX */
155 
156 /* Define to 1 in order to disable TraCI Server. */
157 /* #undef NO_TRACI */
158 
159 /* defines the epsilon to use on general floating point comparison */
160 #define NUMERICAL_EPS (SUMOReal)0.001
161 
162 /* defines the number of digits after the comma in output */
163 #define OUTPUT_ACCURACY 2
164 
165 /* Name of package */
166 #define PACKAGE "sumo"
167 
168 /* Define to the address where bug reports for this package should be sent. */
169 #define PACKAGE_BUGREPORT ""
170 
171 /* Define to the full name of this package. */
172 #define PACKAGE_NAME "sumo"
173 
174 /* Define to the full name and version of this package. */
175 #define PACKAGE_STRING "sumo 0.28.0"
176 
177 /* Define to the one symbol short name of this package. */
178 #define PACKAGE_TARNAME "sumo"
179 
180 /* Define to the home page for this package. */
181 #define PACKAGE_URL ""
182 
183 /* Define to the version of this package. */
184 #define PACKAGE_VERSION "0.28.0"
185 
186 /* defines the epsilon to use on position comparison */
187 #define POSITION_EPS (SUMOReal)0.1
188 
189 /* Define as the return type of signal handlers (`int' or `void'). */
190 #define RETSIGTYPE void
191 
192 /* Define to the type of arg 1 for `select'. */
193 #define SELECT_TYPE_ARG1 int
194 
195 /* Define to the type of args 2, 3 and 4 for `select'. */
196 #define SELECT_TYPE_ARG234 (fd_set *)
197 
198 /* Define to the type of arg 5 for `select'. */
199 #define SELECT_TYPE_ARG5 (struct timeval *)
200 
201 /* If using the C implementation of alloca, define if you know the
202  direction of stack growth for your system; otherwise it will be
203  automatically deduced at runtime.
204  STACK_DIRECTION > 0 => grows toward higher addresses
205  STACK_DIRECTION < 0 => grows toward lower addresses
206  STACK_DIRECTION = 0 => direction of growth unknown */
207 /* #undef STACK_DIRECTION */
208 
209 /* Define to 1 if you have the ANSI C header files. */
210 /* #undef STDC_HEADERS */
211 
212 /* defines the precision of floats */
213 #define SUMOReal double
214 
215 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
216 #define TIME_WITH_SYS_TIME 1
217 
218 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
219 /* #undef TM_IN_SYS_TIME */
220 
221 /* Version number of package */
222 #define VERSION "0.28.0"
223 
224 /* Defined if auto-generated version.h is unavailable. */
225 #define VERSION_STRING "0.28.0"
226 
227 /* Xerces and Fox expect this to be defined (cygwin) */
228 /* #undef WIN32 */
229 
230 /* Define length for Xerces 3. */
231 #define XERCES3_SIZE_t XMLSize_t
232 
233 /* Define to 1 in order to enable sumo debugging code. */
234 /* #undef _DEBUG */
235 
236 /* Define to empty if `const' does not conform to ANSI C. */
237 /* #undef const */
238 
239 /* Define to `__inline__' or `__inline' if that's what the C compiler
240  calls it, or to nothing if 'inline' is not supported under any name. */
241 #ifndef __cplusplus
242 /* #undef inline */
243 #endif
244 
245 /* Define to `unsigned int' if <sys/types.h> does not define. */
246 /* #undef size_t */
247 
248 /* Define to empty if the keyword `volatile' does not work. Warning: valid
249  code using `volatile' can become incorrect without. Disable with care. */
250 /* #undef volatile */