Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / tools / cmake / src / internal_config.h.in
1 /* internal_config.h -- characteristics of the platform, as probed by Cmake */
2
3 /* Warning: The file internal_config.h is AUTOMATICALLY GENERATED by Cmake. 
4  * Edit the template instead: tools/cmake/src/internal_config.h.in          */
5
6 /* Copyright (c) 2004-2016. The SimGrid Team. All rights reserved.          */
7
8 /* This program is free software; you can redistribute it and/or modify it
9  * under the terms of the license (GNU LGPL) which comes with this package. */
10
11 /* Non-standard header files */
12 #cmakedefine HAVE_EXECINFO_H          @HAVE_EXECINFO_H@           /* <execinfo.h> */
13 #cmakedefine HAVE_FUTEX_H             @HAVE_FUTEX_H@              /* <linux/futex.h> */
14 #cmakedefine HAVE_SIGNAL_H            @HAVE_SIGNAL_H@             /* <signal.h> */
15 #cmakedefine HAVE_UNISTD_H            @HAVE_UNISTD_H@             /* <unistd.h>    */
16 #cmakedefine HAVE_UCONTEXT_H          @HAVE_UCONTEXT_H@           /* <ucontext.h>  */
17 #cmakedefine HAVE_VALGRIND_VALGRIND_H @HAVE_VALGRIND_VALGRIND_H@  /* <valgrind/valgrind.h> */
18
19 /* Time portability */
20 #cmakedefine HAVE_GETTIMEOFDAY  @HAVE_GETTIMEOFDAY@  /* Function gettimeofday */
21 #cmakedefine HAVE_POSIX_GETTIME @HAVE_POSIX_GETTIME@ /* Function clock_gettime */
22 #cmakedefine HAVE_NANOSLEEP     @HAVE_NANOSLEEP@     /* Function nanosleep */
23
24 /* The usable context factories */
25 #cmakedefine HAVE_BOOST_CONTEXTS    @HAVE_BOOST_CONTEXTS@
26 #cmakedefine HAVE_RAW_CONTEXTS      @HAVE_RAW_CONTEXTS@
27 #cmakedefine HAVE_THREAD_CONTEXTS   @HAVE_THREAD_CONTEXTS@
28 #cmakedefine HAVE_UCONTEXT_CONTEXTS @HAVE_UCONTEXT_CONTEXTS@
29
30 /* Variables for the thread contexts (and parallel mode of raw contexts) */
31 #cmakedefine HAVE_PTHREAD @HAVE_PTHREAD@ /* Define to 1 if threads are usable . */
32 #cmakedefine HAVE_PTHREAD_SETAFFINITY @HAVE_PTHREAD_SETAFFINITY@ /* Does not seems defined on Mac nor Windows */
33 #cmakedefine HAVE_THREAD_LOCAL_STORAGE @HAVE_THREAD_LOCAL_STORAGE@ /* If __thread is available */
34
35 /* Variables for the raw contexts (to select the right assembly code) */
36 #cmakedefine PROCESSOR_i686 @PROCESSOR_i686@
37 #cmakedefine PROCESSOR_x86_64 @PROCESSOR_x86_64@
38 #cmakedefine CMAKE_SYSTEM_PROCESSOR @CMAKE_SYSTEM_PROCESSOR@
39
40 /* Variables for the SysV contexts */
41 @sg_makecontext_stack_addr@
42 @sg_makecontext_stack_size@
43
44 /* Variable for SysV, raw and Boost contexts */
45 #cmakedefine PTH_STACKGROWTH @PTH_STACKGROWTH@ /* Does the stack growth upward, or downward? */
46
47 /* MC variables */
48 #cmakedefine HAVE_GETDTABLESIZE    @HAVE_GETDTABLESIZE@    /* getdtablesize: get descriptor table size */
49 #cmakedefine HAVE_MMALLOC          @HAVE_MMALLOC@          /* Did we compile mmalloc in? */
50 #cmakedefine HAVE_PROCESS_VM_READV @HAVE_PROCESS_VM_READV@ /* process_vm_readv: transfer data between process address spaces */
51 #cmakedefine MMALLOC_WANT_OVERRIDE_LEGACY @MMALLOC_WANT_OVERRIDE_LEGACY@ /* Set to true if enable_model-checking is true */
52 #cmakedefine HAVE_MC @HAVE_MC@
53
54 /* SMPI variables */
55 #cmakedefine HAVE_SMPI          @HAVE_SMPI@
56 #cmakedefine SMPI_FORTRAN       @SMPI_FORTRAN@
57 #cmakedefine HAVE_PRIVATIZATION @HAVE_PRIVATIZATION@ /* We have mmap and objdump to handle privatization */
58
59 /* Other function checks */
60 #cmakedefine HAVE_MMAP      @HAVE_MMAP@ /* Function mmap */
61 #cmakedefine HAVE_SEM_INIT  @HAVE_SEM_INIT@ /* Function sem_init (part of XPG6 standard only) */
62 #cmakedefine HAVE_POPEN     @HAVE_POPEN@ /* Function popen */
63 #cmakedefine HAVE_SYSCONF   @HAVE_SYSCONF@ /* Function sysconf */
64 #cmakedefine HAVE_VASPRINTF @HAVE_VASPRINTF@ /* Function vasprintf */
65
66 /* Other checks */
67 #cmakedefine ADDR2LINE       "@ADDR2LINE@"     /* Path to the addr2line tool */
68 #cmakedefine HAVE_GRAPHVIZ   @HAVE_GRAPHVIZ@   /* The graphviz library */