Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / include / simgrid / config.h.in
1 /* simgrid/config.h - Results of the configure made visible to user code.   */
2
3 /* Copyright (c) 2009-2019. The SimGrid Team. All rights reserved.          */
4
5 /* This program is free software; you can redistribute it and/or modify it
6  * under the terms of the license (GNU LGPL) which comes with this package. */
7
8 #ifndef SIMGRID_PUBLIC_CONFIG_H
9 #define SIMGRID_PUBLIC_CONFIG_H
10 #include <xbt/base.h>
11
12 /* Was Jedule compiled in?  */
13 #cmakedefine01 SIMGRID_HAVE_JEDULE
14 /* Was the Lua support compiled in? */
15 #cmakedefine01 SIMGRID_HAVE_LUA
16 /* Were mallocators (object pools) compiled in? */
17 #cmakedefine01 SIMGRID_HAVE_MALLOCATOR
18 /* Was the model-checking compiled in? */
19 #cmakedefine01 SIMGRID_HAVE_MC
20 /* Was the ns-3 support compiled in? */
21 #cmakedefine01 SIMGRID_HAVE_NS3
22
23 #endif /* SIMGRID_PUBLIC_CONFIG_H */