X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a8b5e623ecad573ef13267bd304777462993efdb..f9e6853d2c5b7b867211700bc12f0ee57f640b30:/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 31055f46cf..71b4bb4c31 100644 --- a/buildtools/Cmake/src/internal_config.h.in +++ b/buildtools/Cmake/src/internal_config.h.in @@ -1,5 +1,13 @@ -// /buildtools/Cmake/internal_config.h.in is user-written. -// With Cmake it creates /src/internal_config.h +/* internal_config.h -- characteristics of the platform, as probed by Cmake */ + +/* This file is AUTOMATICALLY GENERATED by Cmake. Edit the following + template instead buildtools/Cmake/src/internal_config.h.in */ + +/* 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 */ @@ -49,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@ @@ -109,28 +117,8 @@ #cmakedefine CMAKE_SYSTEM_PROCESSOR @CMAKE_SYSTEM_PROCESSOR@ #cmakedefine HAVE_RAWCTX @HAVE_RAWCTX@ -/* Defined if arrays in struct can straddle struct alignment boundaries. This - is like than the structure compaction above, but this time, the argument to - be compacted is an array whom each element would be normally compacted. - Exemple: struct s { double d; int i; char c[6]; }; Arrays can straddle if c - is allowed to come just after i. Note that GRAS only support architecture - presenting this caracteristic so far. */ -#cmakedefine GRAS_ARRAY_STRADDLE_STRUCT @GRAS_ARRAY_STRADDLE_STRUCT@ - -/* define if big endian */ -#define GRAS_BIGENDIAN @GRAS_BIGENDIAN@ - -/* Defined if structures are compacted when possible. Consider this structure: - struct s {double d; int i; char c;}; If it is allowed, the char is placed - just after the int. If not, it has to be on the 8 bytes boundary imposed by - the double. For now, GRAS requires the structures to be compacted. */ -#cmakedefine GRAS_STRUCT_COMPACT @GRAS_STRUCT_COMPACT@ - -/* defines the GRAS architecture signature of this machine */ -#define GRAS_THISARCH @GRAS_THISARCH@ - -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_DLFCN_H @HAVE_DLFCN_H@ +/* Define to 1 if you have the GNU ld library */ +#cmakedefine HAVE_GNU_LD @HAVE_GNU_LD@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_ERRNO_H @HAVE_ERRNO_H@ @@ -138,7 +126,10 @@ /* 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 you have the `getdtablesize' function. */ @@ -296,9 +287,6 @@ /* define for stack growth */ #cmakedefine PTH_STACKGROWTH @PTH_STACKGROWTH@ -/* enable the getline replacement */ -#cmakedefine SIMGRID_NEED_GETLINE @SIMGRID_NEED_GETLINE@ - /* The maximal size of any scalar on this arch */ #cmakedefine SIZEOF_MAX @SIZEOF_MAX@ @@ -308,9 +296,6 @@ /* Define to 1 if you can safely include both and . */ #cmakedefine TIME_WITH_SYS_TIME @TIME_WITH_SYS_TIME@ -/* Version number of package */ -#cmakedefine VERSION @VERSION@ - /* Tracing SimGrid */ #cmakedefine HAVE_TRACING @HAVE_TRACING@