Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
we don't support static build [on windows] anyway
[simgrid.git] / tools / cmake / src / internal_config.h.in
1 /* internal_config.h -- characteristics of the platform, as probed by Cmake */
2
3 /* Warning: The file internal_config.h is AUTOMATICALLY GENERATED by Cmake. 
4  * Edit the template instead: tools/cmake/src/internal_config.h.in          */
5
6 /* Copyright (c) 2004-2016. The SimGrid Team.
7  * All rights reserved.                                                     */
8
9 /* This program is free software; you can redistribute it and/or modify it
10  * under the terms of the license (GNU LGPL) which comes with this package. */
11
12 /* Set somes variables for Windows compilation */
13
14 #ifdef _XBT_DLL_EXPORT
15         #ifndef DLL_EXPORT
16                 #define DLL_EXPORT
17         #endif
18 #else
19         #ifndef DLL_IMPORT
20                 #define DLL_IMPORT
21         #endif
22 #endif
23
24 /* If __thread is available */
25 #cmakedefine HAVE_THREAD_LOCAL_STORAGE @HAVE_THREAD_LOCAL_STORAGE@
26
27 #ifndef __STRICT_ANSI__
28         #cmakedefine __STRICT_ANSI__ @__STRICT_ANSI__@
29 #endif
30 #ifndef _MSC_VER
31         #cmakedefine _MSC_VER @_MSC_VER@
32 #endif
33 #ifndef _M_IX86
34         #cmakedefine _M_IX86 @_M_IX86@
35 #endif
36 #cmakedefine _XBT_WIN32 @_XBT_WIN32@    // this variable is set if it is a windows platform
37 #cmakedefine _WIN32 @_WIN32@            // this variable is set if it is a 32 bits windows platform
38 #cmakedefine _WIN64 @_WIN64@            // this variable is set if it is a 64 bits  windows platform
39 #cmakedefine APPLE @APPLE@
40 /* Set to true if enable_model-checking is true */
41 #cmakedefine MMALLOC_WANT_OVERRIDE_LEGACY @MMALLOC_WANT_OVERRIDE_LEGACY@
42 #cmakedefine HAVE_MC @HAVE_MC@
43
44 /* If have linux_futex.h */
45 #cmakedefine HAVE_FUTEX_H @HAVE_FUTEX_H@
46
47 /* Some variable for graphviz */
48 #cmakedefine HAVE_GRAPHVIZ @HAVE_GRAPHVIZ@
49 #cmakedefine HAVE_GRAPH_H @GRAPH_H@
50 #cmakedefine HAVE_CGRAPH_H @CGRAPH_H@
51 #cmakedefine HAVE_AGRAPH_H @AGRAPH_H@
52
53 /* Path to the addr2line tool */
54 #cmakedefine ADDR2LINE "@ADDR2LINE@"
55
56 /* Define if xbt contexts are based on our threads implementation or not */
57 #cmakedefine HAVE_THREAD_CONTEXTS @HAVE_THREAD_CONTEXTS@
58
59 /* Define to 1 if you have the <ucontext.h> header file. */
60 #cmakedefine HAVE_UCONTEXT_H @HAVE_UCONTEXT_H@
61
62 /* Define if xbt contexts are based on ucontext or not */
63 #cmakedefine HAVE_UCONTEXT_CONTEXTS @HAVE_UCONTEXT_CONTEXTS@
64
65 /* Used to select the flavor of assembly that we need today */
66 #cmakedefine PROCESSOR_i686 @PROCESSOR_i686@
67 #cmakedefine PROCESSOR_x86_64 @PROCESSOR_x86_64@
68 #cmakedefine CMAKE_SYSTEM_PROCESSOR @CMAKE_SYSTEM_PROCESSOR@
69 #cmakedefine HAVE_RAW_CONTEXTS @HAVE_RAW_CONTEXTS@
70 #cmakedefine HAVE_BOOST_CONTEXTS @HAVE_BOOST_CONTEXTS@
71
72 /* Define to 1 if you have the <errno.h> header file. */
73 #cmakedefine HAVE_ERRNO_H @HAVE_ERRNO_H@
74
75 /* Define to 1 if you have the <execinfo.h> header file. */
76 #cmakedefine HAVE_EXECINFO_H @HAVE_EXECINFO_H@
77
78 /* Define to 1 if mmalloc is compiled in. */
79 #cmakedefine HAVE_MMALLOC @HAVE_MMALLOC@
80
81 /* Define to 1 if mmap is available */
82 #cmakedefine HAVE_MMAP @HAVE_MMAP@
83
84 /* Define to 1 if process_vm_readv is available */
85 #cmakedefine HAVE_PROCESS_VM_READV @HAVE_PROCESS_VM_READV@
86
87 /* Define to 1 if you have the `getdtablesize' function. */
88 #cmakedefine HAVE_GETDTABLESIZE @HAVE_GETDTABLESIZE@
89
90 /* Define to 1 if you have the `gettimeofday' function. */
91 #cmakedefine HAVE_GETTIMEOFDAY @HAVE_GETTIMEOFDAY@
92
93 /* Define to 1 if you have the `clock_gettime' function. */
94 #cmakedefine HAVE_POSIX_GETTIME @HAVE_POSIX_GETTIME@
95
96 /* Indicates that we have SMPI support */
97 #cmakedefine HAVE_SMPI @HAVE_SMPI@
98
99 /* Indicates that we have SMPI FORTRAN support */
100 #cmakedefine  SMPI_FORTRAN @SMPI_FORTRAN@
101
102 /* We have mmap and objdump to handle privatization */
103 #cmakedefine HAVE_PRIVATIZATION @HAVE_PRIVATIZATION@
104
105 /* Indicates that we have NS3 support */
106 #cmakedefine HAVE_NS3 @HAVE_NS3@
107
108 /* defines whether Lua bindings must be compiled or not */
109 #cmakedefine HAVE_LUA @HAVE_LUA@
110
111 /* Define to 1 if you have the `makecontext' function. */
112 #cmakedefine HAVE_MAKECONTEXT @HAVE_MAKECONTEXT@
113
114 /* Define if pthread_mutex_timedlock() is avaible or not (part of XPG6
115    standard only?) */
116 #cmakedefine HAVE_MUTEX_TIMEDLOCK @HAVE_MUTEX_TIMEDLOCK@
117
118 /* Define to 1 if you have the `popen' function. */
119 #cmakedefine HAVE_POPEN @HAVE_POPEN@
120
121 /* Define to 1 if threads are usable . */
122 #cmakedefine HAVE_PTHREAD @HAVE_PTHREAD@
123
124 /* Define if sem_init() is avaible or not (part of XPG6 standard only) */
125 #cmakedefine HAVE_SEM_INIT @HAVE_SEM_INIT@
126
127 /* Define if sem_timedwait() is avaible or not (part of XPG6 standard only) */
128 #cmakedefine HAVE_SEM_TIMEDWAIT @HAVE_SEM_TIMEDWAIT@
129
130 /* Define to 1 if you have the <signal.h> header file. */
131 #cmakedefine HAVE_SIGNAL_H @HAVE_SIGNAL_H@
132
133 /* Define to 1 if you have the `snprintf' function. */
134 #cmakedefine HAVE_SNPRINTF @HAVE_SNPRINTF@
135
136 /* Define to 1 if you have the <stdint.h> header file. */
137 #cmakedefine HAVE_STDINT_H @HAVE_STDINT_H@
138
139 /* Define to 1 if you have the <string.h> header file. */
140 #cmakedefine HAVE_STRING_H @HAVE_STRING_H@
141
142 /* Define to 1 if you have the `sysconf' function. */
143 #cmakedefine HAVE_SYSCONF @HAVE_SYSCONF@
144
145 /* Define to 1 if you have the <sys/stat.h> header file. */
146 #cmakedefine HAVE_SYS_STAT_H @HAVE_SYS_STAT_H@
147
148 /* Define to 1 if you have the <sys/ptrace.h> header file. */
149 #cmakedefine HAVE_SYS_PTRACE_H @HAVE_SYS_PTRACE_H@
150
151 /* Define to 1 if you have the <sys/time.h> header file. */
152 #cmakedefine HAVE_SYS_TIME_H @HAVE_SYS_TIME_H@
153
154 /* Define to 1 if you have the <sys/types.h> header file. */
155 #cmakedefine HAVE_SYS_TYPES_H @HAVE_SYS_TYPES_H@
156
157 /* Define to 1 if you have the <unistd.h> header file. */
158 #cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@
159
160 /* Define to 1 if you have the `nanosleep' function. */
161 #cmakedefine HAVE_NANOSLEEP @HAVE_NANOSLEEP@
162
163 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
164 #cmakedefine HAVE_VALGRIND_VALGRIND_H @HAVE_VALGRIND_VALGRIND_H@
165
166 /* Define to 1 if you have the `vsnprintf' function. */
167 #cmakedefine HAVE_VSNPRINTF @HAVE_VSNPRINTF@
168
169 /* Define to 1 if you have the <windows.h> header file. */
170 #cmakedefine HAVE_WINDOWS_H @HAVE_WINDOWS_H@
171
172 /* enable the asprintf replacement */
173 #cmakedefine NEED_ASPRINTF @NEED_ASPRINTF@
174
175 /* enable the vasprintf replacement */
176 #cmakedefine NEED_VASPRINTF @NEED_VASPRINTF@
177
178 /* Name of package */
179 #cmakedefine PACKAGE @PACKAGE@
180
181 /* Define to the address where bug reports for this package should be sent. */
182 #cmakedefine PACKAGE_BUGREPORT @PACKAGE_BUGREPORT@ 
183
184 /* Define to the full name of this package. */
185 #cmakedefine PACKAGE_NAME @PACKAGE_NAME@
186
187 /* Define to the full name and version of this package. */
188 #cmakedefine PACKAGE_STRING @PACKAGE_STRING@
189
190 /* Define to the one symbol short name of this package. */
191 #cmakedefine PACKAGE_TARNAME @PACKAGE_TARNAME@
192
193 /* Define to the home page for this package. */
194 #cmakedefine PACKAGE_URL @PACKAGE_URL@
195
196 /* Define to the version of this package. */
197 #cmakedefine PACKAGE_VERSION @PACKAGE_VERSION@
198
199 /* "enable replacement (v)snprintf if system (v)snprintf is broken" */
200 #cmakedefine PREFER_PORTABLE_SNPRINTF @PREFER_PORTABLE_SNPRINTF@
201
202 /* define for stack growth */
203 #cmakedefine PTH_STACKGROWTH @PTH_STACKGROWTH@
204
205 /* Define to 1 if you have the ANSI C header files. */
206 #cmakedefine STDC_HEADERS @STDC_HEADERS@
207
208 /* Tracking of latency bound */
209 #cmakedefine HAVE_LATENCY_BOUND_TRACKING @HAVE_LATENCY_BOUND_TRACKING@
210
211 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
212    `char[]'. */
213 #cmakedefine YYTEXT_POINTER 
214
215 /* Define to `unsigned int' if <sys/types.h> does not define. */
216 #cmakedefine size_t @size_t@