X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4b9e8701e4d7cb2a6a8b577af830c96f3d303f86..c8015b3889c5f9164a080b3824a0d188ff528bc2:/src/internal_config.h.in diff --git a/src/internal_config.h.in b/src/internal_config.h.in index c32f594fb8..16e258a4af 100644 --- a/src/internal_config.h.in +++ b/src/internal_config.h.in @@ -3,7 +3,7 @@ /* Warning: The file internal_config.h is AUTOMATICALLY GENERATED by Cmake. * Edit the template instead: src/internal_config.h.in */ -/* Copyright (c) 2004-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-2021. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -24,6 +24,7 @@ /* Address Sanitizer */ #cmakedefine01 HAVE_SANITIZER_THREAD +#cmakedefine01 HAVE_SANITIZER_THREAD_FIBER_SUPPORT #cmakedefine01 HAVE_SANITIZER_ADDRESS #cmakedefine01 HAVE_SANITIZER_ADDRESS_FIBER_SUPPORT @@ -41,8 +42,10 @@ #cmakedefine01 HAVE_UCONTEXT_CONTEXTS /* Variables for the thread contexts (and parallel mode of raw contexts) */ -/* Does not seems defined on Mac nor Windows */ +/* pthread_setaffinity_np() is Linux and FreeBSD but not on Mac nor Windows */ #cmakedefine01 HAVE_PTHREAD_SETAFFINITY +/* pthread_setaffinity_np() defined in pthread_np.h on FreeBSD but not Linux */ +#cmakedefine01 HAVE_PTHREAD_NP_H /* Variables for the raw contexts (to select the right assembly code) */ #cmakedefine01 SIMGRID_PROCESSOR_i686 @@ -97,4 +100,5 @@ /* The lib unwind library (for MC and backtrace display) */ #cmakedefine01 HAVE_LIBUNWIND /* The boost_stacktrace_backtrace library */ -#cmakedefine01 HAVE_BOOST_STACKTRACE +#cmakedefine01 HAVE_BOOST_STACKTRACE_BACKTRACE /* preferred */ +#cmakedefine01 HAVE_BOOST_STACKTRACE_ADDR2LINE /* fallback */