X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/406f54970c00ca178fa918763d943027bd09e3ba..2e9105988280d1e88b5b496d6e2eed4c8d541883:/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 efbcacb4fb..1b1a714d5e 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-2013. 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 */ @@ -109,8 +117,8 @@ #cmakedefine CMAKE_SYSTEM_PROCESSOR @CMAKE_SYSTEM_PROCESSOR@ #cmakedefine HAVE_RAWCTX @HAVE_RAWCTX@ -/* 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@ @@ -276,9 +284,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@ @@ -288,9 +293,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@