X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2Fcmake%2FbbtkConfigure.h.in;h=80114ce23f332c04583da6a0064b4855bd72fbf6;hb=6ad7245d4cf6a38427aceed7e5cd1a6664bceec1;hp=465d77d665bf317abdb4767a2bb88177d0529137;hpb=5a6d4b6ffadbe81384a8e3cae1467a432c2234a1;p=bbtk.git diff --git a/kernel/src/cmake/bbtkConfigure.h.in b/kernel/src/cmake/bbtkConfigure.h.in index 465d77d..80114ce 100644 --- a/kernel/src/cmake/bbtkConfigure.h.in +++ b/kernel/src/cmake/bbtkConfigure.h.in @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkConfigure.h.in,v $ Language: C++ - Date: $Date: 2008/02/01 12:45:58 $ - Version: $Revision: 1.2 $ + Date: $Date: 2009/06/09 08:42:16 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -28,8 +28,9 @@ #cmakedefine BBTK_WORDS_BIGENDIAN /* Allow access to UINT32_MAX , cf bbtkCommon.h */ +#ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS - +#endif /* Hardcode the path to BBTK_DATA_ROOT */ #ifndef BBTK_DATA_ROOT @@ -89,7 +90,8 @@ #define BBTK_MAJOR_VERSION @BBTK_MAJOR_VERSION@ #define BBTK_MINOR_VERSION @BBTK_MINOR_VERSION@ #define BBTK_BUILD_VERSION @BBTK_BUILD_VERSION@ -#define BBTK_VERSION "@BBTK_VERSION@" +#define BBTK_VERSION @BBTK_VERSION@ +#define BBTK_VERSION_STRING "@BBTK_VERSION@" #endif #endif