X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e67e55eccc3bc7d8597219ff9a4b5d91eadc6569..2f810149832a2d855c33d0df5b02d736c2081e41:/include/simgrid_config.h.in diff --git a/include/simgrid_config.h.in b/include/simgrid_config.h.in index 4c1feb7d61..0581c3e32f 100644 --- a/include/simgrid_config.h.in +++ b/include/simgrid_config.h.in @@ -1,5 +1,3 @@ -/* $Id$ */ - /* simgrid_config.h - Results of the configure made visible to user code */ /* Copyright (c) 2009, 2010, 2011. Da SimGrid team. All rights reserved. */ @@ -20,9 +18,9 @@ SG_BEGIN_DECL() #define MAKE_SIMGRID_VERSION(major, minor, patch) \ (100UL * (100UL * (major) + (minor)) + (patch)) -#cmakedefine SIMGRID_VERSION_MAJOR @SIMGRID_VERSION_MAJOR@ -#cmakedefine SIMGRID_VERSION_MINOR @SIMGRID_VERSION_MINOR@ -#cmakedefine SIMGRID_VERSION_PATCH @SIMGRID_VERSION_PATCH@ +#define SIMGRID_VERSION_MAJOR @SIMGRID_VERSION_MAJOR@ +#define SIMGRID_VERSION_MINOR @SIMGRID_VERSION_MINOR@ +#define SIMGRID_VERSION_PATCH @SIMGRID_VERSION_PATCH@ #define SIMGRID_VERSION MAKE_SIMGRID_VERSION(SIMGRID_VERSION_MAJOR, \ SIMGRID_VERSION_MINOR, \