Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further cleanups of the DLL usage madness
[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 /* If __thread is available */
13 #cmakedefine HAVE_THREAD_LOCAL_STORAGE @HAVE_THREAD_LOCAL_STORAGE@
14
15 #ifndef __STRICT_ANSI__
16         #cmakedefine __STRICT_ANSI__ @__STRICT_ANSI__@
17 #endif
18 #ifndef _MSC_VER
19         #cmakedefine _MSC_VER @_MSC_VER@
20 #endif
21 #ifndef _M_IX86
22         #cmakedefine _M_IX86 @_M_IX86@
23 #endif
24 #cmakedefine _XBT_WIN32 @_XBT_WIN32@    // this variable is set if it is a windows platform
25 #cmakedefine _WIN32 @_WIN32@            // this variable is set if it is a 32 bits windows platform
26 #cmakedefine _WIN64 @_WIN64@            // this variable is set if it is a 64 bits  windows platform
27 #cmakedefine APPLE @APPLE@
28 /* Set to true if enable_model-checking is true */
29 #cmakedefine MMALLOC_WANT_OVERRIDE_LEGACY @MMALLOC_WANT_OVERRIDE_LEGACY@
30 #cmakedefine HAVE_MC @HAVE_MC@
31
32 /* If have linux_futex.h */
33 #cmakedefine HAVE_FUTEX_H @HAVE_FUTEX_H@
34
35 /* Some variable for graphviz */
36 #cmakedefine HAVE_GRAPHVIZ @HAVE_GRAPHVIZ@
37 #cmakedefine HAVE_GRAPH_H @GRAPH_H@
38 #cmakedefine HAVE_CGRAPH_H @CGRAPH_H@
39 #cmakedefine HAVE_AGRAPH_H @AGRAPH_H@
40
41 /* Path to the addr2line tool */
42 #cmakedefine ADDR2LINE "@ADDR2LINE@"
43
44 /* Define if xbt contexts are based on our threads implementation or not */
45 #cmakedefine HAVE_THREAD_CONTEXTS @HAVE_THREAD_CONTEXTS@
46
47 /* Define to 1 if you have the <ucontext.h> header file. */
48 #cmakedefine HAVE_UCONTEXT_H @HAVE_UCONTEXT_H@
49
50 /* Define if xbt contexts are based on ucontext or not */
51 #cmakedefine HAVE_UCONTEXT_CONTEXTS @HAVE_UCONTEXT_CONTEXTS@
52
53 /* Used to select the flavor of assembly that we need today */
54 #cmakedefine PROCESSOR_i686 @PROCESSOR_i686@
55 #cmakedefine PROCESSOR_x86_64 @PROCESSOR_x86_64@
56 #cmakedefine CMAKE_SYSTEM_PROCESSOR @CMAKE_SYSTEM_PROCESSOR@
57 #cmakedefine HAVE_RAW_CONTEXTS @HAVE_RAW_CONTEXTS@
58 #cmakedefine HAVE_BOOST_CONTEXTS @HAVE_BOOST_CONTEXTS@
59
60 /* Define to 1 if you have the <errno.h> header file. */
61 #cmakedefine HAVE_ERRNO_H @HAVE_ERRNO_H@
62
63 /* Define to 1 if you have the <execinfo.h> header file. */
64 #cmakedefine HAVE_EXECINFO_H @HAVE_EXECINFO_H@
65
66 /* Define to 1 if mmalloc is compiled in. */
67 #cmakedefine HAVE_MMALLOC @HAVE_MMALLOC@
68
69 /* Define to 1 if mmap is available */
70 #cmakedefine HAVE_MMAP @HAVE_MMAP@
71
72 /* Define to 1 if process_vm_readv is available */
73 #cmakedefine HAVE_PROCESS_VM_READV @HAVE_PROCESS_VM_READV@
74
75 /* Define to 1 if you have the `getdtablesize' function. */
76 #cmakedefine HAVE_GETDTABLESIZE @HAVE_GETDTABLESIZE@
77
78 /* Define to 1 if you have the `gettimeofday' function. */
79 #cmakedefine HAVE_GETTIMEOFDAY @HAVE_GETTIMEOFDAY@
80
81 /* Define to 1 if you have the `clock_gettime' function. */
82 #cmakedefine HAVE_POSIX_GETTIME @HAVE_POSIX_GETTIME@
83
84 /* Indicates that we have SMPI support */
85 #cmakedefine HAVE_SMPI @HAVE_SMPI@
86
87 /* Indicates that we have SMPI FORTRAN support */
88 #cmakedefine  SMPI_FORTRAN @SMPI_FORTRAN@
89
90 /* We have mmap and objdump to handle privatization */
91 #cmakedefine HAVE_PRIVATIZATION @HAVE_PRIVATIZATION@
92
93 /* Indicates that we have NS3 support */
94 #cmakedefine HAVE_NS3 @HAVE_NS3@
95
96 /* defines whether Lua bindings must be compiled or not */
97 #cmakedefine HAVE_LUA @HAVE_LUA@
98
99 /* Define to 1 if you have the `makecontext' function. */
100 #cmakedefine HAVE_MAKECONTEXT @HAVE_MAKECONTEXT@
101
102 /* Define if pthread_mutex_timedlock() is avaible or not (part of XPG6
103    standard only?) */
104 #cmakedefine HAVE_MUTEX_TIMEDLOCK @HAVE_MUTEX_TIMEDLOCK@
105
106 /* Define to 1 if you have the `popen' function. */
107 #cmakedefine HAVE_POPEN @HAVE_POPEN@
108
109 /* Define to 1 if threads are usable . */
110 #cmakedefine HAVE_PTHREAD @HAVE_PTHREAD@
111
112 /* Define if sem_init() is avaible or not (part of XPG6 standard only) */
113 #cmakedefine HAVE_SEM_INIT @HAVE_SEM_INIT@
114
115 /* Define if sem_timedwait() is avaible or not (part of XPG6 standard only) */
116 #cmakedefine HAVE_SEM_TIMEDWAIT @HAVE_SEM_TIMEDWAIT@
117
118 /* Define to 1 if you have the <signal.h> header file. */
119 #cmakedefine HAVE_SIGNAL_H @HAVE_SIGNAL_H@
120
121 /* Define to 1 if you have the `sysconf' function. */
122 #cmakedefine HAVE_SYSCONF @HAVE_SYSCONF@
123
124 /* Define to 1 if you have the <sys/stat.h> header file. */
125 #cmakedefine HAVE_SYS_STAT_H @HAVE_SYS_STAT_H@
126
127 /* Define to 1 if you have the <sys/ptrace.h> header file. */
128 #cmakedefine HAVE_SYS_PTRACE_H @HAVE_SYS_PTRACE_H@
129
130 /* Define to 1 if you have the <sys/time.h> header file. */
131 #cmakedefine HAVE_SYS_TIME_H @HAVE_SYS_TIME_H@
132
133 /* Define to 1 if you have the <sys/types.h> header file. */
134 #cmakedefine HAVE_SYS_TYPES_H @HAVE_SYS_TYPES_H@
135
136 /* Define to 1 if you have the <unistd.h> header file. */
137 #cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@
138
139 /* Define to 1 if you have the `nanosleep' function. */
140 #cmakedefine HAVE_NANOSLEEP @HAVE_NANOSLEEP@
141
142 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
143 #cmakedefine HAVE_VALGRIND_VALGRIND_H @HAVE_VALGRIND_VALGRIND_H@
144
145 /* Define to 1 if you have the <windows.h> header file. */
146 #cmakedefine HAVE_WINDOWS_H @HAVE_WINDOWS_H@
147
148 #cmakedefine HAVE_VASPRINTF @HAVE_VASPRINTF@
149
150 /* define for stack growth */
151 #cmakedefine PTH_STACKGROWTH @PTH_STACKGROWTH@
152
153 /* Define to 1 if you have the ANSI C header files. */
154 #cmakedefine STDC_HEADERS @STDC_HEADERS@
155
156 /* Tracking of latency bound */
157 #cmakedefine HAVE_LATENCY_BOUND_TRACKING @HAVE_LATENCY_BOUND_TRACKING@
158
159 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
160    `char[]'. */
161 #cmakedefine YYTEXT_POINTER 
162
163 /* Define to `unsigned int' if <sys/types.h> does not define. */
164 #cmakedefine size_t @size_t@