From: Martin Quinson Date: Tue, 29 Jan 2013 16:52:14 +0000 (+0100) Subject: improve a comment in a little corner X-Git-Tag: v3_9_90~601^2~12 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b45ee5e2d512e5c882dd419f9904578a8913eb98?ds=sidebyside improve a comment in a little corner --- diff --git a/buildtools/Cmake/src/internal_config.h.in b/buildtools/Cmake/src/internal_config.h.in index bf62388b82..6bb2129123 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 */ @@ -288,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@