Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
improve a comment in a little corner
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 29 Jan 2013 16:52:14 +0000 (17:52 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 29 Jan 2013 17:41:32 +0000 (18:41 +0100)
buildtools/Cmake/src/internal_config.h.in

index bf62388..6bb2129 100644 (file)
@@ -1,5 +1,13 @@
-// <root>/buildtools/Cmake/internal_config.h.in is user-written.
-// With Cmake it creates <root>/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 */
 
 
 /* Set somes variables for Windows compilation */
 
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 #cmakedefine TIME_WITH_SYS_TIME @TIME_WITH_SYS_TIME@
 
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 #cmakedefine TIME_WITH_SYS_TIME @TIME_WITH_SYS_TIME@
 
-/* Version number of package */
-#cmakedefine VERSION @VERSION@
-
 /* Tracing SimGrid */
 #cmakedefine HAVE_TRACING @HAVE_TRACING@
 
 /* Tracing SimGrid */
 #cmakedefine HAVE_TRACING @HAVE_TRACING@