X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fbb6b4556c347a1dec9e462574fdc2967f494002..40a6b57b33ba92df9a10600b8d6fa10fff80c9d2:/buildtools/Cmake/src/internal_config.h.in?ds=sidebyside diff --git a/buildtools/Cmake/src/internal_config.h.in b/buildtools/Cmake/src/internal_config.h.in index 1b1a714d5e..be3d510f70 100644 --- a/buildtools/Cmake/src/internal_config.h.in +++ b/buildtools/Cmake/src/internal_config.h.in @@ -3,12 +3,12 @@ /* This file is AUTOMATICALLY GENERATED by Cmake. Edit the following template instead buildtools/Cmake/src/internal_config.h.in */ -/* Copyright (c) 2004-2013. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-2014. 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. */ - /* Set somes variables for Windows compilation */ #ifdef _XBT_DLL_EXPORT @@ -57,12 +57,12 @@ #cmakedefine MMALLOC_WANT_OVERRIDE_LEGACY @MMALLOC_WANT_OVERRIDE_LEGACY@ #cmakedefine HAVE_MC @HAVE_MC@ -/* Set to true if have the mergesort function */ -#cmakedefine HAVE_MERGESORT @HAVE_MERGESORT@ - /* If have linux_futex.h */ #cmakedefine HAVE_FUTEX_H @HAVE_FUTEX_H@ +/* Some variable for libsigc++ */ +#cmakedefine HAVE_LIBSIGC @HAVE_LIBSIGC++@ + /* Some variable for graphviz */ #cmakedefine HAVE_GRAPHVIZ @HAVE_GRAPHVIZ@ #cmakedefine HAVE_GRAPH_H @GRAPH_H@ @@ -116,6 +116,7 @@ #cmakedefine PROCESSOR_x86_64 @PROCESSOR_x86_64@ #cmakedefine CMAKE_SYSTEM_PROCESSOR @CMAKE_SYSTEM_PROCESSOR@ #cmakedefine HAVE_RAWCTX @HAVE_RAWCTX@ +#cmakedefine HAVE_BOOST_CONTEXT @HAVE_BOOST_CONTEXT@ /* Define to 1 if you have the GNU ld library */ #cmakedefine HAVE_GNU_LD @HAVE_GNU_LD@ @@ -126,9 +127,15 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_EXECINFO_H @HAVE_EXECINFO_H@ -/* Define to 1 if you have the `mmap' function. */ +/* Define to 1 if mmalloc is compiled in. */ +#cmakedefine HAVE_MMALLOC @HAVE_MMALLOC@ + +/* Define to 1 if mmap is available */ #cmakedefine HAVE_MMAP @HAVE_MMAP@ +/* Define to 1 if process_vm_readv is available */ +#cmakedefine HAVE_PROCESS_VM_READV @HAVE_PROCESS_VM_READV@ + /* Define to 1 if you have the `getdtablesize' function. */ #cmakedefine HAVE_GETDTABLESIZE @HAVE_GETDTABLESIZE@ @@ -138,14 +145,14 @@ /* Define to 1 if you have the `clock_gettime' function. */ #cmakedefine HAVE_POSIX_GETTIME @HAVE_POSIX_GETTIME@ -/* Indicates that we have GTNETS support */ -#cmakedefine HAVE_GTNETS @HAVE_GTNETS@ - /* Indicates that we have SMPI support */ #cmakedefine HAVE_SMPI @HAVE_SMPI@ -/* Indicates that we have SMPI F2C support */ -#cmakedefine SMPI_F2C @SMPI_F2C@ +/* Indicates that we have SMPI FORTRAN support */ +#cmakedefine SMPI_FORTRAN @SMPI_FORTRAN@ + +/* We have mmap and objdump to handle privatization */ +#cmakedefine HAVE_PRIVATIZATION @HAVE_PRIVATIZATION@ /* Indicates that we have NS3 support */ #cmakedefine HAVE_NS3 @HAVE_NS3@ @@ -278,9 +285,6 @@ /* "enable replacement (v)snprintf if system (v)snprintf is broken" */ #cmakedefine PREFER_PORTABLE_SNPRINTF @PREFER_PORTABLE_SNPRINTF@ -/* Indicates whether printf("%s",NULL) works */ -#cmakedefine PRINTF_NULL_WORKING @PRINTF_NULL_WORKING@ - /* define for stack growth */ #cmakedefine PTH_STACKGROWTH @PTH_STACKGROWTH@ @@ -293,9 +297,6 @@ /* Define to 1 if you can safely include both and . */ #cmakedefine TIME_WITH_SYS_TIME @TIME_WITH_SYS_TIME@ -/* Tracing SimGrid */ -#cmakedefine HAVE_TRACING @HAVE_TRACING@ - /* Tracking of latency bound */ #cmakedefine HAVE_LATENCY_BOUND_TRACKING @HAVE_LATENCY_BOUND_TRACKING@