X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4878918bf1f53c2d6ffb7f8a5f317a8be0a8aa2e..bb52ef5fabdd283019a32fb5d812b5e40127bea5:/tools/cmake/src/internal_config.h.in diff --git a/tools/cmake/src/internal_config.h.in b/tools/cmake/src/internal_config.h.in index e632714e1a..e55e2aacf7 100644 --- a/tools/cmake/src/internal_config.h.in +++ b/tools/cmake/src/internal_config.h.in @@ -56,7 +56,11 @@ #define SMPI_FORTRAN @SMPI_FORTRAN@ #define HAVE_PRIVATIZATION @HAVE_PRIVATIZATION@ /* We have mmap and objdump to handle privatization */ +/* Make PAPI available? */ +#define HAVE_PAPI @HAVE_PAPI@ + /* Other function checks */ +#define HAVE_BACKTRACE @HAVE_BACKTRACE@ /* Function backtrace */ #define HAVE_MMAP @HAVE_MMAP@ /* Function mmap */ #define HAVE_SEM_INIT @HAVE_SEM_INIT@ /* Function sem_init (part of XPG6 standard only) */ #define HAVE_POPEN @HAVE_POPEN@ /* Function popen */ @@ -66,3 +70,4 @@ /* Other checks */ #cmakedefine ADDR2LINE "@ADDR2LINE@" /* Path to the addr2line tool */ #define HAVE_GRAPHVIZ @HAVE_GRAPHVIZ@ /* The graphviz library */ +#define HAVE_LIBUNWIND @HAVE_LIBUNWIND@ /* The lib unwind library (for MC and backtrace display) */ \ No newline at end of file