X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ec2b80b686983f84ebab7c7398a29e73286deee..35bf365de6be434aeeafa8b3d5f5c9a1e3082ce3:/src/internal_config.h.in diff --git a/src/internal_config.h.in b/src/internal_config.h.in index a6dcbd59c4..59761d5c5b 100644 --- a/src/internal_config.h.in +++ b/src/internal_config.h.in @@ -48,6 +48,7 @@ /* 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@ @@ -58,8 +59,6 @@ #define PTH_STACKGROWTH @PTH_STACKGROWTH@ /* MC variables */ -/* Did we compile mmalloc in? */ -#cmakedefine01 HAVE_MMALLOC /* process_vm_readv: transfer data between process address spaces */ #cmakedefine01 HAVE_PROCESS_VM_READV @@ -81,8 +80,6 @@ /* Other function checks */ /* Function dlfunc */ #cmakedefine01 HAVE_DLFUNC -/* Function mmap */ -#cmakedefine01 HAVE_MMAP /* Function mremap */ #cmakedefine01 HAVE_MREMAP /* Function vasprintf */ @@ -94,3 +91,5 @@ /* The boost_stacktrace_backtrace library */ #cmakedefine01 HAVE_BOOST_STACKTRACE_BACKTRACE /* preferred */ #cmakedefine01 HAVE_BOOST_STACKTRACE_ADDR2LINE /* fallback */ +/* Whether the ns-3 library has GetNextEventTime */ +#cmakedefine01 SIMGRID_HAVE_NS3_GetNextEventTime