X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ec90d6045fad32ba4d6c345558f7ea5828a3b8f9..ace6ec5d4b81b85275732c9ba244d358ddc30107:/src/internal_config.h.in diff --git a/src/internal_config.h.in b/src/internal_config.h.in index 795d3893d8..59761d5c5b 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-2023. 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. */ @@ -13,8 +13,6 @@ /* Non-standard header files */ /* */ #cmakedefine01 HAVE_FUTEX_H -/* */ -#cmakedefine01 HAVE_SIGNAL_H /* */ #cmakedefine01 HAVE_UNISTD_H /* */ @@ -24,6 +22,7 @@ /* Address Sanitizer */ #cmakedefine01 HAVE_SANITIZER_THREAD +#cmakedefine01 HAVE_SANITIZER_THREAD_FIBER_SUPPORT #cmakedefine01 HAVE_SANITIZER_ADDRESS #cmakedefine01 HAVE_SANITIZER_ADDRESS_FIBER_SUPPORT @@ -41,12 +40,15 @@ #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 #cmakedefine01 SIMGRID_PROCESSOR_x86_64 +#cmakedefine01 SIMGRID_PROCESSOR_arm64 /* Variables for the SysV contexts */ @sg_makecontext_stack_addr@ @@ -57,10 +59,6 @@ #define PTH_STACKGROWTH @PTH_STACKGROWTH@ /* MC variables */ -/* getdtablesize: get descriptor table size */ -#cmakedefine01 HAVE_GETDTABLESIZE -/* Did we compile mmalloc in? */ -#cmakedefine01 HAVE_MMALLOC /* process_vm_readv: transfer data between process address spaces */ #cmakedefine01 HAVE_PROCESS_VM_READV @@ -77,24 +75,21 @@ /* We have PAPI to fine-grain trace execution time */ #cmakedefine01 HAVE_PAPI /* We have sendfile to efficiently copy files for dl-open privatization */ -#cmakedefine01 HAVE_SENDFILE +#cmakedefine01 SG_HAVE_SENDFILE /* Other function checks */ /* Function dlfunc */ #cmakedefine01 HAVE_DLFUNC -/* Function mmap */ -#cmakedefine01 HAVE_MMAP /* Function mremap */ #cmakedefine01 HAVE_MREMAP -/* Function sysconf */ -#cmakedefine01 HAVE_SYSCONF /* Function vasprintf */ #cmakedefine01 HAVE_VASPRINTF /* Other checks */ /* The graphviz library */ #cmakedefine01 HAVE_GRAPHVIZ -/* 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 */ +/* Whether the ns-3 library has GetNextEventTime */ +#cmakedefine01 SIMGRID_HAVE_NS3_GetNextEventTime