Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[cmake] kill some more unused tests
[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 <execinfo.h> header file. */
61 #cmakedefine HAVE_EXECINFO_H @HAVE_EXECINFO_H@
62
63 /* Define to 1 if mmalloc is compiled in. */
64 #cmakedefine HAVE_MMALLOC @HAVE_MMALLOC@
65
66 /* Define to 1 if mmap is available */
67 #cmakedefine HAVE_MMAP @HAVE_MMAP@
68
69 /* Define to 1 if process_vm_readv is available */
70 #cmakedefine HAVE_PROCESS_VM_READV @HAVE_PROCESS_VM_READV@
71
72 /* Define to 1 if you have the `getdtablesize' function. */
73 #cmakedefine HAVE_GETDTABLESIZE @HAVE_GETDTABLESIZE@
74
75 /* Define to 1 if you have the `gettimeofday' function. */
76 #cmakedefine HAVE_GETTIMEOFDAY @HAVE_GETTIMEOFDAY@
77
78 /* Define to 1 if you have the `clock_gettime' function. */
79 #cmakedefine HAVE_POSIX_GETTIME @HAVE_POSIX_GETTIME@
80
81 /* Indicates that we have SMPI support */
82 #cmakedefine HAVE_SMPI @HAVE_SMPI@
83
84 /* Indicates that we have SMPI FORTRAN support */
85 #cmakedefine  SMPI_FORTRAN @SMPI_FORTRAN@
86
87 /* We have mmap and objdump to handle privatization */
88 #cmakedefine HAVE_PRIVATIZATION @HAVE_PRIVATIZATION@
89
90 /* Define if pthread_mutex_timedlock() is avaible or not (part of XPG6 standard only?) */
91 #cmakedefine HAVE_MUTEX_TIMEDLOCK @HAVE_MUTEX_TIMEDLOCK@
92
93 /* Define to 1 if you have the `popen' function. */
94 #cmakedefine HAVE_POPEN @HAVE_POPEN@
95
96 /* Define to 1 if threads are usable . */
97 #cmakedefine HAVE_PTHREAD @HAVE_PTHREAD@
98
99 /* Define if sem_init() is avaible or not (part of XPG6 standard only) */
100 #cmakedefine HAVE_SEM_INIT @HAVE_SEM_INIT@
101
102 /* Define if sem_timedwait() is avaible or not (part of XPG6 standard only) */
103 #cmakedefine HAVE_SEM_TIMEDWAIT @HAVE_SEM_TIMEDWAIT@
104
105 /* Define to 1 if you have the <signal.h> header file. */
106 #cmakedefine HAVE_SIGNAL_H @HAVE_SIGNAL_H@
107
108 /* Define to 1 if you have the `sysconf' function. */
109 #cmakedefine HAVE_SYSCONF @HAVE_SYSCONF@
110
111 /* Define to 1 if you have the <sys/ptrace.h> header file. */
112 #cmakedefine HAVE_SYS_PTRACE_H @HAVE_SYS_PTRACE_H@
113
114 /* Define to 1 if you have the <sys/time.h> header file. */
115 #cmakedefine HAVE_SYS_TIME_H @HAVE_SYS_TIME_H@
116
117 /* Define to 1 if you have the <sys/types.h> header file. */
118 #cmakedefine HAVE_SYS_TYPES_H @HAVE_SYS_TYPES_H@
119
120 /* Define to 1 if you have the <unistd.h> header file. */
121 #cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@
122
123 /* Define to 1 if you have the `nanosleep' function. */
124 #cmakedefine HAVE_NANOSLEEP @HAVE_NANOSLEEP@
125
126 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
127 #cmakedefine HAVE_VALGRIND_VALGRIND_H @HAVE_VALGRIND_VALGRIND_H@
128
129 #cmakedefine HAVE_VASPRINTF @HAVE_VASPRINTF@
130
131 /* define for stack growth */
132 #cmakedefine PTH_STACKGROWTH @PTH_STACKGROWTH@
133
134 /* Define to 1 if you have the ANSI C header files. */
135 #cmakedefine STDC_HEADERS @STDC_HEADERS@
136
137 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */
138 #cmakedefine YYTEXT_POINTER 
139
140 /* Define to `unsigned int' if <sys/types.h> does not define. */
141 #cmakedefine size_t @size_t@