]> Creatis software - gdcm.git/blobdiff - gdcmConfigure.h.in
BUG: Hopefully fix pb on 64bits machine. Temp hack is to check what sieof of long...
[gdcm.git] / gdcmConfigure.h.in
index 2ed524c7cdc8f89f4511e3cc747561642f2d45d5..19d7b9f66f2db79a0aab6de1bc7a1515e0ad225f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmConfigure.h.in,v $
   Language:  C++
-  Date:      $Date: 2005/09/19 18:55:12 $
-  Version:   $Revision: 1.18 $
+  Date:      $Date: 2005/10/23 19:46:18 $
+  Version:   $Revision: 1.19 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -61,6 +61,8 @@
 /* GDCM uses __FUNCTION__ which is not ANSI C, but C99 */
 #cmakedefine GDCM_COMPILER_HAS_FUNCTION
 
+#define GDCM_SIZEOF_LONG @GDCM_SIZEOF_LONG@
+
 
 /* GetMacAddress require a lot of include file to access low level API */
 #cmakedefine CMAKE_HAVE_UNISTD_H