Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
b3e571d462eadf419fad937ce524660c91493d5f
[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_SYS_PTRACE_H        @HAVE_SYS_PTRACE_H@         /* <sys/ptrace.h> */
16 #cmakedefine HAVE_SYS_TYPES_H         @HAVE_SYS_TYPES_H@          /* <sys/types.h> */
17 #cmakedefine HAVE_UNISTD_H            @HAVE_UNISTD_H@             /* <unistd.h>    */
18 #cmakedefine HAVE_UCONTEXT_H          @HAVE_UCONTEXT_H@           /* <ucontext.h>  */
19 #cmakedefine HAVE_VALGRIND_VALGRIND_H @HAVE_VALGRIND_VALGRIND_H@  /* <valgrind/valgrind.h> */
20
21 /* Time portability */
22 #cmakedefine HAVE_GETTIMEOFDAY  @HAVE_GETTIMEOFDAY@  /* Function gettimeofday */
23 #cmakedefine HAVE_POSIX_GETTIME @HAVE_POSIX_GETTIME@ /* Function clock_gettime */
24 #cmakedefine HAVE_NANOSLEEP     @HAVE_NANOSLEEP@     /* Function nanosleep */
25
26 /* The usable context factories */
27 #cmakedefine HAVE_BOOST_CONTEXTS    @HAVE_BOOST_CONTEXTS@
28 #cmakedefine HAVE_RAW_CONTEXTS      @HAVE_RAW_CONTEXTS@
29 #cmakedefine HAVE_THREAD_CONTEXTS   @HAVE_THREAD_CONTEXTS@
30 #cmakedefine HAVE_UCONTEXT_CONTEXTS @HAVE_UCONTEXT_CONTEXTS@
31
32 /* Variables for the thread contexts (and parallel mode of raw contexts) */
33 #cmakedefine HAVE_PTHREAD @HAVE_PTHREAD@ /* Define to 1 if threads are usable . */
34 #cmakedefine HAVE_PTHREAD_SETAFFINITY @HAVE_PTHREAD_SETAFFINITY@ /* Does not seems defined on Mac nor Windows */
35 #cmakedefine HAVE_THREAD_LOCAL_STORAGE @HAVE_THREAD_LOCAL_STORAGE@ /* If __thread is available */
36
37 /* Variables for the raw contexts (to select the right assembly code) */
38 #cmakedefine PROCESSOR_i686 @PROCESSOR_i686@
39 #cmakedefine PROCESSOR_x86_64 @PROCESSOR_x86_64@
40 #cmakedefine CMAKE_SYSTEM_PROCESSOR @CMAKE_SYSTEM_PROCESSOR@
41
42 /* MC variables */
43 #cmakedefine HAVE_GETDTABLESIZE    @HAVE_GETDTABLESIZE@    /* getdtablesize: get descriptor table size */
44 #cmakedefine HAVE_MMALLOC          @HAVE_MMALLOC@          /* Did we compile mmalloc in? */
45 #cmakedefine HAVE_PROCESS_VM_READV @HAVE_PROCESS_VM_READV@ /* process_vm_readv: transfer data between process address spaces */
46 #cmakedefine MMALLOC_WANT_OVERRIDE_LEGACY @MMALLOC_WANT_OVERRIDE_LEGACY@ /* Set to true if enable_model-checking is true */
47 #cmakedefine HAVE_MC @HAVE_MC@
48
49 /* SMPI variables */
50 #cmakedefine HAVE_SMPI          @HAVE_SMPI@
51 #cmakedefine SMPI_FORTRAN       @SMPI_FORTRAN@
52 #cmakedefine HAVE_PRIVATIZATION @HAVE_PRIVATIZATION@ /* We have mmap and objdump to handle privatization */
53
54 /* Other function checks */
55 #cmakedefine HAVE_MMAP      @HAVE_MMAP@ /* Function mmap */
56 #cmakedefine HAVE_SEM_INIT  @HAVE_SEM_INIT@ /* Function sem_init (part of XPG6 standard only) */
57 #cmakedefine HAVE_POPEN     @HAVE_POPEN@ /* Function popen */
58 #cmakedefine HAVE_SYSCONF   @HAVE_SYSCONF@ /* Function sysconf */
59 #cmakedefine HAVE_VASPRINTF @HAVE_VASPRINTF@ /* Function vasprintf */
60
61 /* Other checks */
62 #cmakedefine ADDR2LINE       "@ADDR2LINE@"     /* Path to the addr2line tool */
63 #cmakedefine HAVE_GRAPHVIZ   @HAVE_GRAPHVIZ@   /* The graphviz library */
64 #cmakedefine PTH_STACKGROWTH @PTH_STACKGROWTH@ /* Does the stack growth upward, or downward? */