From ea9dd06ab463e1d8bd341d2c642dd2aa1e81a3e7 Mon Sep 17 00:00:00 2001 From: guigues Date: Fri, 10 Oct 2008 09:53:57 +0000 Subject: [PATCH] *** empty log message *** --- src/creaConfigure.h.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/creaConfigure.h.in b/src/creaConfigure.h.in index 0c098b4..741bba6 100644 --- a/src/creaConfigure.h.in +++ b/src/creaConfigure.h.in @@ -3,8 +3,8 @@ Program: crea Module: $RCSfile: creaConfigure.h.in,v $ Language: C++ - Date: $Date: 2008/09/26 14:09:55 $ - Version: $Revision: 1.1 $ + Date: $Date: 2008/10/10 09:53:57 $ + Version: $Revision: 1.2 $ 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 CREA_WORDS_BIGENDIAN /* Allow access to UINT32_MAX , cf creaCommon.h */ +#ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS - +#endif /* Hardcode the path to CREA_DATA_ROOT */ #ifndef CREA_DATA_ROOT -- 2.45.1