/* internal_config.h -- characteristics of the platform, as probed by Cmake */ /* Warning: The file internal_config.h is AUTOMATICALLY GENERATED by Cmake. * Edit the template instead: tools/cmake/src/internal_config.h.in */ /* Copyright (c) 2004-2016. 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. */ #include "simgrid_config.h" /* what was compiled in? */ /* Non-standard header files */ #define HAVE_EXECINFO_H @HAVE_EXECINFO_H@ /* */ #define HAVE_FUTEX_H @HAVE_FUTEX_H@ /* */ #define HAVE_SIGNAL_H @HAVE_SIGNAL_H@ /* */ #define HAVE_UNISTD_H @HAVE_UNISTD_H@ /* */ #define HAVE_UCONTEXT_H @HAVE_UCONTEXT_H@ /* */ #define HAVE_VALGRIND_H @HAVE_VALGRIND_H@ /* */ /* Time portability */ #define HAVE_GETTIMEOFDAY @HAVE_GETTIMEOFDAY@ /* Function gettimeofday */ #define HAVE_POSIX_GETTIME @HAVE_POSIX_GETTIME@ /* Function clock_gettime */ #define HAVE_NANOSLEEP @HAVE_NANOSLEEP@ /* Function nanosleep */ /* The usable context factories */ #define HAVE_BOOST_CONTEXTS @HAVE_BOOST_CONTEXTS@ #define HAVE_RAW_CONTEXTS @HAVE_RAW_CONTEXTS@ #define HAVE_THREAD_CONTEXTS @HAVE_THREAD_CONTEXTS@ #define HAVE_UCONTEXT_CONTEXTS @HAVE_UCONTEXT_CONTEXTS@ /* Variables for the thread contexts (and parallel mode of raw contexts) */ #define HAVE_PTHREAD @HAVE_PTHREAD@ /* Define to 1 if threads are usable . */ #define HAVE_PTHREAD_SETAFFINITY @HAVE_PTHREAD_SETAFFINITY@ /* Does not seems defined on Mac nor Windows */ #define HAVE_THREAD_LOCAL_STORAGE @HAVE_THREAD_LOCAL_STORAGE@ /* If __thread is available */ /* Variables for the raw contexts (to select the right assembly code) */ #define SIMGRID_PROCESSOR_i686 @PROCESSOR_i686@ #define SIMGRID_PROCESSOR_x86_64 @PROCESSOR_x86_64@ /* Variables for the SysV contexts */ @sg_makecontext_stack_addr@ @sg_makecontext_stack_size@ /* Variable for SysV, raw and Boost contexts */ #cmakedefine PTH_STACKGROWTH @PTH_STACKGROWTH@ /* Does the stack growth upward, or downward? */ /* MC variables */ #define HAVE_GETDTABLESIZE @HAVE_GETDTABLESIZE@ /* getdtablesize: get descriptor table size */ #define HAVE_MMALLOC @HAVE_MMALLOC@ /* Did we compile mmalloc in? */ #define HAVE_PROCESS_VM_READV @HAVE_PROCESS_VM_READV@ /* process_vm_readv: transfer data between process address spaces */ #define HAVE_MC @HAVE_MC@ /* Set to true if enable_model-checking is true and the dependencies available */ /* SMPI variables */ #define HAVE_SMPI @HAVE_SMPI@ #define SMPI_FORTRAN @SMPI_FORTRAN@ #define HAVE_PRIVATIZATION @HAVE_PRIVATIZATION@ /* We have mmap and objdump to handle privatization */ #define HAVE_PAPI @HAVE_PAPI@ /* We have PAPI to fine-grain trace execution time */ /* Other function checks */ #define HAVE_BACKTRACE @HAVE_BACKTRACE@ /* Function backtrace */ #define HAVE_MMAP @HAVE_MMAP@ /* Function mmap */ #define HAVE_MREMAP @HAVE_MREMAP@ /* Function mremap */ #define HAVE_SEM_INIT @HAVE_SEM_INIT@ /* Function sem_init (part of XPG6 standard only) */ #define HAVE_POPEN @HAVE_POPEN@ /* Function popen */ #define HAVE_SYSCONF @HAVE_SYSCONF@ /* Function sysconf */ #define HAVE_VASPRINTF @HAVE_VASPRINTF@ /* Function vasprintf */ /* 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) */