X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f1137465cab98cdaa8b0364e533fc82d9b7b0cdc..ffe8ce65fd9a8e18a0469f26f067c3ea6d5d60d4:/buildtools/Cmake/src/internal_config.h.in diff --git a/buildtools/Cmake/src/internal_config.h.in b/buildtools/Cmake/src/internal_config.h.in index 43270ccfbf..577178acd6 100644 --- a/buildtools/Cmake/src/internal_config.h.in +++ b/buildtools/Cmake/src/internal_config.h.in @@ -3,13 +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. +/* 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 @@ -127,9 +126,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@ @@ -145,8 +150,8 @@ /* 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@ /* Indicates that we have NS3 support */ #cmakedefine HAVE_NS3 @HAVE_NS3@